summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-03
|\
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
| * lavc: free the padded last frame during audio encoding properlyAnton Khirnov2013-06-20
* | lavc: do not override format if neither text nor bitmap codec prop is setMarton Balint2013-07-27
* | Show max bitrate for mpeg2 video streams in avcodec_string().Carl Eugen Hoyos2013-07-25
* | avcodec/utils: Warn the user about the lack of a lock manager if insufficient...Michael Niedermayer2013-07-24
* | avcodec/utils: use av_assert0() to check validity of input pointers for start...Michael Niedermayer2013-07-23
* | avcodec: add avcodec_chroma_pos_to_enum()Michael Niedermayer2013-07-23
* | avcodec: add avcodec_enum_to_chroma_pos()Michael Niedermayer2013-07-23
* | avcodec/avutil: Add AVColorSpace and AVColorRange to AVFramesMichael Niedermayer2013-07-17
* | ADPCM IMA WAV 2, 3 and 5 bits decoderPaul B Mahol2013-07-05
* | Avoid a null pointer dereference in avcodec_decode_audio4().Carl Eugen Hoyos2013-07-01
* | avcodec: Make av_register_hwaccel() and avcodec_register() thread safeMichael Niedermayer2013-06-29
* | Avoid a null pointer dereference in avcodec_decode_video2().Carl Eugen Hoyos2013-06-28
* | lavc/utils: improve feedback in case of invalid packet sizeStefano Sabatini2013-06-26
* | Merge commit '985f34b75653d02eda8eb8def3412f8577f19b01'Michael Niedermayer2013-06-17
|\|
| * utils: fix avcodec_flush_buffers pre-reference counting compatibilityJanne Grunau2013-06-16
* | avcodec_encode_audio2: fix memleak on last padded frameMichael Niedermayer2013-06-14
* | Merge commit '799f57ac96f9891d1a0f7d6c4b218ed536e8aca5'Michael Niedermayer2013-06-11
|\|
| * lavc: use AVFrame API properly in pad_last_frame().Anton Khirnov2013-06-10
* | avcodec/utils: Fix encoder allocation sizeMichael Niedermayer2013-06-11
* | audio frame multi-threaded decodingPaul B Mahol2013-06-05
* | Merge commit '2d66a58ccde05e764594bd7e5f0f9244634d0b2c'Michael Niedermayer2013-06-03
|\|
* | add YUVJ411PMichael Niedermayer2013-05-21
* | avcodec_align_dimensions2: add missing yuva formatsMichael Niedermayer2013-05-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-18
|\|
* | Merge commit '30e256430eb88c6d4c382581b89bca171d79fbc0'Michael Niedermayer2013-05-17
|\|
| * lavc/pthread: remove obsolete checksAnton Khirnov2013-05-17
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-15
|\|
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* | Merge commit '252c0bfdc014c1fb6ad4fe06242c7beca58a6b41'Michael Niedermayer2013-05-15
|\|
| * lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz2013-05-14
* | ADPCM IMA Radical decoderJames Almer2013-05-10
* | ADPCM DTK decoderJames Almer2013-05-10
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-09
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-08
* | Merge commit 'e55e8b2c362a60bad66929d83d8c83b0d7f5ffc9'Michael Niedermayer2013-05-08
|\|
| * lavc: do not leak frames in avcodec_decode_audio4Luca Barbato2013-05-07
* | avcodec/utils: Fix leak by dereferencing audio frame when side data causes wh...Matt Wolenetz2013-05-07
* | avcodec: Set frame.width/height on all exit pathes of ff_get_buffer()Michael Niedermayer2013-05-05
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | avcodec: move lowres down with the next ABI bump and add accessorsMichael Niedermayer2013-05-03
* | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer2013-05-01
|\|
| * avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* | Merge commit 'e036bb7899d0faca9159206be9bf5552e76e7633'Michael Niedermayer2013-05-01
|\|
| * lavc: clear AVBuffers on decoded frames if refcounted_frames is not setAnton Khirnov2013-04-30
* | 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