summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* 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
* | 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