1306 Commits (809780ca425afbb1892cbd6957ca2f1cd7d64396)

Author SHA1 Message Date
  Michael Niedermayer 809780ca42 avcodec/utils: Do not merge side data for encoders 10 years ago
  Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
  Michael Niedermayer ea8785ceda avcodec/utils: Check that channel count is valid in avcodec_open2(); 10 years ago
  Carl Eugen Hoyos 8dad213143 lavc: Add properties field to AVCodecContext. 10 years ago
  Michael Niedermayer 10d7d0880c avcodec/utils: Check that the sample rate is not negative when opening an encoder 10 years ago
  Michael Niedermayer d6ff68ad85 Factor duplicated ff_fast_malloc() out into mem_internal.h 10 years ago
  Michael Niedermayer f8db81074a avcodec/utils: Assert that the pointer is set when size is in ff_fast_malloc() 10 years ago
  Michael Niedermayer 59a07df067 avcodec/utils: Avoid undefined void casts in ff_fast_malloc() 10 years ago
  Michael Niedermayer bc976e5793 avcodec/utils: Fix potential overflow in overallocation code 10 years ago
  Michael Niedermayer 47d077337a avcodec/utils: Document 32 min for h264 width 10 years ago
  Michael Niedermayer 7ef6656b1e avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() for H.264 10 years ago
  Michael Niedermayer e83ffb48ac avcodec/utils: Check values in apply_param_change() 10 years ago
  Marton Balint 859731d642 lavc/utils: get rid of add_metadata_from_side_data forward declaration 10 years ago
  Marton Balint 9476c4c67e lavc/utils: call add_metadata_from_side_data in ff_init_buffer_info 10 years ago
  Marton Balint 10b6a83fb3 lavc/utils: change add_metadata_from_side_data to accept avpacket 10 years ago
  Marton Balint 3a19fe0048 lavc/utils: remove redundant call to ff_init_buffer_info 10 years ago
  Michael Niedermayer aab4dbe534 avcodec/utils: Replace ENOTSUP by AVERROR_PATCHWELCOME 10 years ago
  Philip Langdale b69bea3ab8 avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC 10 years ago
  Michael Niedermayer ffd9d60201 avcodec: Add codec_desc and remapping for AV_CODEC_ID_PCM_S16BE_PLANAR_DEPRECATED 10 years ago
  Paul B Mahol 5a79bf0284 PCM signed 16-bit big-endian planar decoder 10 years ago
  Rodger Combs 7e7256c3a4 lavc: add little-endian ADPCM_THP decoder 10 years ago
  Rodger Combs bb42a7d4d4 lavf/brstm: add support for BFSTM files 10 years ago
  Michael Niedermayer c94d9079b1 avcodec/utils: Assert that audio decoders do not report using more data than was input 10 years ago
  Carl Eugen Hoyos 70c0433525 lavc: Print a warning if gray decoding was requested but not enabled. 10 years ago
  Ronald S. Bultje 57f970a704 lavc: add yuv440p10/12 formats to aligned pixfmt list. 10 years ago
  Luca Barbato a78f5548d9 avcodec: Free the default avoptions on init failure 10 years ago
  Luca Barbato aef0be0875 avcodec: Unref the dummy buffer on the fail path 10 years ago
  wm4 95f524aff5 lavc: use correct type for printf() argument 10 years ago
  wm4 2b5f34f788 avformat, avcodec: log discard padding 10 years ago
  Michael Niedermayer a994fc39b3 avcodec/utils: mark codec argument as const in ff_lock_avcodec() 11 years ago
  Michael Niedermayer b14de8e689 avcodec/utils: use atomic operations on entangled_thread_counter 11 years ago
  Vittorio Giovara 117b432748 lavc: Introduce AVCodec internal capabilities 11 years ago
  Vittorio Giovara 9993a067f6 lavc: Improve thread locking error message 11 years ago
  Carl Eugen Hoyos 3cd823e46f lavc: Print number of reference frames if debug level >= verbose. 11 years ago
  Michael Niedermayer e3201c38d5 avcodec/utils: Align YUV411 by as much as the other YUV variants 11 years ago
  Andreas Cadhalpun 732c3ebffa avcodec/utils: use correct printf specifier in ff_set_sar 11 years ago
  Andreas Cadhalpun ea1d0b7ece avcodec/utils: use correct printf specifier in ff_set_sar 11 years ago
  Michael Niedermayer 2048126ea7 avcodec/utils: Assert that dst->progress is clear before ff_thread_ref_frame() 11 years ago
  Anton Khirnov a536a4e4bc lavc: support extracting audio service type from side data 11 years ago
  Anton Khirnov 728685f37a Add a side data type for audio service type. 11 years ago
  Paul B Mahol 9a4aaae3b2 lavc: add GBRAP to avcodec_align_dimensions2 11 years ago
  RĂ©mi Denis-Courmont 57b6704ecd avcodec: add AVCodecContext.sw_pix_fmt 11 years ago
  Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 11 years ago
  Michael Niedermayer ddd7dac7ae avcodec/utils: check the private context class 11 years ago
  Michael Niedermayer df6cdb23f0 avcodec/utils: Check AVFrame width/height in avcodec_encode_video2() 11 years ago
  Michael Niedermayer 3393cd8545 avcodec/utils: check AVframe.format being set in avcodec_encode_video2() 11 years ago
  Lukasz Marek 1907ff0a67 lavc/utils: free private options on avcodec_open2 fail 11 years ago
  Michael Niedermayer 3d5d95db3f avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata() 11 years ago
  Michael Niedermayer 3e1ac10345 avcodec/utils: Add ATRAC3+ to av_get_audio_frame_duration() 11 years ago
  Michael Niedermayer f6a8c77afb avcodec/utils: Fix warning: comparison between enum foo and enum bar [-Wenum-compare] 11 years ago