summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* avcodec_string: Print the used codec if it differs from the codec_id name.Michael Niedermayer2013-04-27
* avcodec_string: remove the "(hq)" listingMichael Niedermayer2013-04-27
* lavc: check decoded subtitles encoding.Nicolas George2013-04-24
* avcodec: Fix lowres handling in buffer allocationMichael Niedermayer2013-04-19
* Merge commit 'a7f46586bf47174b5fa00a905b767b1781ec8b72'Michael Niedermayer2013-04-19
|\
| * ff_get_buffer(): allocate the frame for max(coded,display) dimensionsAnton Khirnov2013-04-19
| * lavc: don't overwrite display dimensions with coded dimensions.Anton Khirnov2013-04-10
| * dsputil: Make dsputil selectableRonald S. Bultje2013-04-10
* | lavc/utils: merge side data after video encode.Clément Bœsch2013-04-19
* | lavc: avcodec_open2(): pass context to av_log()Paul B Mahol2013-04-16
* | Add thread-safe wrapper for get_format().Reimar Döffinger2013-04-15
* | lavc: fix recoded subtitles end.Nicolas George2013-04-07
* | lavc: use packet duration for subtitles if necessary.Nicolas George2013-04-04
* | lavc: do not init frame with guessed layout.Nicolas George2013-04-03
* | Merge commit 'c24469e812501903a46a06eff9722a82e136e841'Michael Niedermayer2013-03-27
|\|
| * utils: add workaround for AVHWAccel in ff_get_buffer compat codeJanne Grunau2013-03-26
* | Merge commit 'f1e9398621af0bc9d166014e4ce6996bb4f141d0'Michael Niedermayer2013-03-26
|\|
| * lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-26
* | Merge commit '75644335b907919057960716508477239c26fed4'Michael Niedermayer2013-03-26
|\|
| * lavc: Move start code finding to utils.cMartin Storsjö2013-03-26
* | avcodec/utils: initialize pixel buffer poolMichael Niedermayer2013-03-25
* | Do not fail in get_buffer_internal() if pix_fmt planes == 0.Carl Eugen Hoyos2013-03-22
* | lavc/utils: fix metadata audio frame memleak in case of non refcounted frames.Clément Bœsch2013-03-21
* | Merge commit '6599b087de62a5f9f2a8d61a1952d777d1bff804'Michael Niedermayer2013-03-20
|\|
| * lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-19
* | lavc/utils: add VP6F hack for setting correct video size in streamStefano Sabatini2013-03-19
* | audio_get_buffer: add assert to ensure nb_extended_buf has a safe valueMichael Niedermayer2013-03-19
* | lavc: fix avpacket memleak with subtitles recoding.Clément Bœsch2013-03-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-17
|\|
| * lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-17
* | lavc: make compilation of frame_thread_encoder.o optional.Ronald S. Bultje2013-03-14
* | Merge commit 'f099d3d1d5466bd63f4ab36270d169ff9ea613b8'Michael Niedermayer2013-03-14
|\|
| * Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-13
* | avcodec: remove AVCodecContext->metadataHendrik Leppkes2013-03-13
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit 'a2816230c5c0a8fc72bc0163b7d21a96b194d87a'Michael Niedermayer2013-03-13
|\|
| * avframe: call release_buffer only if it is setJanne Grunau2013-03-11
* | Merge commit 'e3232f34312f8187094c875445683277ed0c209d'Michael Niedermayer2013-03-13
|\|
| * lavc: fix get_buffer() compatibility layer for audio.Anton Khirnov2013-03-10
| * lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruftAnton Khirnov2013-03-09
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
| * lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruftAnton Khirnov2013-03-09
* | avcodec: assert that old codec ids match newMichael Niedermayer2013-03-13
* | dsputil: make selectable.Ronald S. Bultje2013-03-12
* | Merge commit '2240e92f052960693de55cf4924e80426dfaa965'Michael Niedermayer2013-03-12
|\|
| * lavc: update the fallback versions of ff_thread_*Anton Khirnov2013-03-08
* | utils: Dont sent fake channel layouts, 0 layout is better when its not knownMichael Niedermayer2013-03-12
* | Merge commit '2eba9087f3031c6050f8dcd996225490be6c2410'Michael Niedermayer2013-03-12
|\|
| * lavc: make up a fake frame channel layout when there is no real one.Anton Khirnov2013-03-08
* | Merge commit '15ec0450b4ae891f3e6ababa03c777a4443b94ca'Michael Niedermayer2013-03-12
|\|