1282 Commits (c96c73b0b0520fc734554d34b4693ca7af4edd02)

Author SHA1 Message Date
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() 10 years ago
Michael Niedermayer b14de8e689 avcodec/utils: use atomic operations on entangled_thread_counter 10 years ago
Vittorio Giovara 117b432748 lavc: Introduce AVCodec internal capabilities 10 years ago
Vittorio Giovara 9993a067f6 lavc: Improve thread locking error message 10 years ago
Carl Eugen Hoyos 3cd823e46f lavc: Print number of reference frames if debug level >= verbose. 10 years ago
Michael Niedermayer e3201c38d5 avcodec/utils: Align YUV411 by as much as the other YUV variants 10 years ago
Andreas Cadhalpun 732c3ebffa avcodec/utils: use correct printf specifier in ff_set_sar 10 years ago
Andreas Cadhalpun ea1d0b7ece avcodec/utils: use correct printf specifier in ff_set_sar 10 years ago
Michael Niedermayer 2048126ea7 avcodec/utils: Assert that dst->progress is clear before ff_thread_ref_frame() 10 years ago
Anton Khirnov a536a4e4bc lavc: support extracting audio service type from side data 10 years ago
Anton Khirnov 728685f37a Add a side data type for audio service type. 10 years ago
Paul B Mahol 9a4aaae3b2 lavc: add GBRAP to avcodec_align_dimensions2 10 years ago
Rémi Denis-Courmont 57b6704ecd avcodec: add AVCodecContext.sw_pix_fmt 10 years ago
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Michael Niedermayer ddd7dac7ae avcodec/utils: check the private context class 10 years ago
Michael Niedermayer df6cdb23f0 avcodec/utils: Check AVFrame width/height in avcodec_encode_video2() 10 years ago
Michael Niedermayer 3393cd8545 avcodec/utils: check AVframe.format being set in avcodec_encode_video2() 10 years ago
Lukasz Marek 1907ff0a67 lavc/utils: free private options on avcodec_open2 fail 10 years ago
Michael Niedermayer 3d5d95db3f avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata() 10 years ago
Michael Niedermayer 3e1ac10345 avcodec/utils: Add ATRAC3+ to av_get_audio_frame_duration() 10 years ago
Michael Niedermayer f6a8c77afb avcodec/utils: Fix warning: comparison between enum foo and enum bar [-Wenum-compare] 10 years ago
Michael Niedermayer 9889b29ff4 avcodec/utils: make sidedata remapping table static const 10 years ago
Luca Barbato e3e317e0c0 lavc: Compact the side-data passthrough 10 years ago
Rémi Denis-Courmont 4ff670d99b hwaccel: Deinitialize hardware acceleration early enough 10 years ago
Carl Eugen Hoyos f05855414e lavc/utils: Make pix_fmt desc pointer const. 10 years ago
Michael Niedermayer df74811cd5 avcodec/utils: Align dimensions by at least their chroma sub-sampling factors. 10 years ago
Michael Niedermayer dd5c2fe177 avcodec: Read errno before av_log() as the callback from av_log() might affect errno 10 years ago
Michael Niedermayer 00dbd7c4ae avcodec/utils: Print the codec name that is missing on the whitelist 10 years ago
Michael Niedermayer 5c8eb16769 avcodec: add codec_whitelist 10 years ago
Michael Niedermayer e23af4662d avcodec/utils: Display pixel format information as none ... if unknown instead of omitting it 10 years ago
Vittorio Giovara bae557edce dump: display codec tags when available 10 years ago
Michael Niedermayer 801876fb07 avcodec/utils: fix time_base after the framerate addition 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Anton Khirnov 2df0c32ea1 lavc: use a separate field for exporting audio encoder padding 10 years ago
Michael Niedermayer 8cfb9ccfef avcodec/utils: Fix "warning: pointer type mismatch in conditional expression" 10 years ago
Michael Niedermayer f9a1317479 avcodec/utils: Add missing AV_PIX_FMT_YUVJ411P to color_range override code. 10 years ago
Michael Niedermayer e051d09c58 avcodec: Allow choosing the dump format field separator. 10 years ago
Vittorio Giovara 9f3a70c442 dump: print the original coded dimensions when available 10 years ago
Vittorio Giovara 41e86146e7 dump: print detailed color space information 10 years ago
Vittorio Giovara 20a5956b8d dump: split audio and video probing on multiple lines 10 years ago
Vittorio Giovara 147f2e91ee avcodec: make sure color_range is properly initialized 10 years ago
Rémi Denis-Courmont 153fadc390 ff_get_format: fix infinite loop 10 years ago
Manfred Georg 577899a645 lavc: specify the behavior of av_lockmgr_register on failure. 10 years ago
Michael Niedermayer 105654e376 avcodec/utils: Add case for jv to avcodec_align_dimensions2() 10 years ago