summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '30e256430eb88c6d4c382581b89bca171d79fbc0'Michael Niedermayer2013-05-171-1/+1
|\
| * lavc/pthread: remove obsolete checksAnton Khirnov2013-05-171-1/+1
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-151-2/+2
|\ \ | |/
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-2/+2
* | Merge commit '252c0bfdc014c1fb6ad4fe06242c7beca58a6b41'Michael Niedermayer2013-05-151-0/+1
|\ \ | |/
| * lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz2013-05-141-0/+1
* | ADPCM IMA Radical decoderJames Almer2013-05-101-0/+2
* | ADPCM DTK decoderJames Almer2013-05-101-0/+2
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-091-6/+7
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-081-0/+1
* | Merge commit 'e55e8b2c362a60bad66929d83d8c83b0d7f5ffc9'Michael Niedermayer2013-05-081-10/+9
|\ \ | |/
| * lavc: do not leak frames in avcodec_decode_audio4Luca Barbato2013-05-071-3/+1
* | avcodec/utils: Fix leak by dereferencing audio frame when side data causes wh...Matt Wolenetz2013-05-071-0/+2
* | avcodec: Set frame.width/height on all exit pathes of ff_get_buffer()Michael Niedermayer2013-05-051-1/+2
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-2/+3
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
* | avcodec: move lowres down with the next ABI bump and add accessorsMichael Niedermayer2013-05-031-0/+1
* | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer2013-05-011-16/+16
|\ \ | |/
| * avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-20/+20
* | Merge commit 'e036bb7899d0faca9159206be9bf5552e76e7633'Michael Niedermayer2013-05-011-0/+4
|\ \ | |/
| * lavc: clear AVBuffers on decoded frames if refcounted_frames is not setAnton Khirnov2013-04-301-0/+4
* | avcodec_string: Print the used codec if it differs from the codec_id name.Michael Niedermayer2013-04-271-0/+4
* | avcodec_string: remove the "(hq)" listingMichael Niedermayer2013-04-271-2/+2
* | lavc: check decoded subtitles encoding.Nicolas George2013-04-241-1/+30
* | avcodec: Fix lowres handling in buffer allocationMichael Niedermayer2013-04-191-2/+2
* | Merge commit 'a7f46586bf47174b5fa00a905b767b1781ec8b72'Michael Niedermayer2013-04-191-5/+13
|\ \ | |/
| * ff_get_buffer(): allocate the frame for max(coded,display) dimensionsAnton Khirnov2013-04-191-5/+13
| * lavc: don't overwrite display dimensions with coded dimensions.Anton Khirnov2013-04-101-1/+1
| * dsputil: Make dsputil selectableRonald S. Bultje2013-04-101-1/+2
* | lavc/utils: merge side data after video encode.Clément Bœsch2013-04-191-0/+2
* | lavc: avcodec_open2(): pass context to av_log()Paul B Mahol2013-04-161-2/+2
* | Add thread-safe wrapper for get_format().Reimar Döffinger2013-04-151-0/+5
* | lavc: fix recoded subtitles end.Nicolas George2013-04-071-1/+1
* | lavc: use packet duration for subtitles if necessary.Nicolas George2013-04-041-0/+8
* | lavc: do not init frame with guessed layout.Nicolas George2013-04-031-2/+0
* | Merge commit 'c24469e812501903a46a06eff9722a82e136e841'Michael Niedermayer2013-03-271-1/+3
|\ \ | |/
| * utils: add workaround for AVHWAccel in ff_get_buffer compat codeJanne Grunau2013-03-261-0/+4
* | Merge commit 'f1e9398621af0bc9d166014e4ce6996bb4f141d0'Michael Niedermayer2013-03-261-4/+3
|\ \ | |/
| * lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-261-4/+3
* | Merge commit '75644335b907919057960716508477239c26fed4'Michael Niedermayer2013-03-261-0/+34
|\ \ | |/
| * lavc: Move start code finding to utils.cMartin Storsjö2013-03-261-0/+34
* | avcodec/utils: initialize pixel buffer poolMichael Niedermayer2013-03-251-1/+4
* | Do not fail in get_buffer_internal() if pix_fmt planes == 0.Carl Eugen Hoyos2013-03-221-0/+2
* | lavc/utils: fix metadata audio frame memleak in case of non refcounted frames.Clément Bœsch2013-03-211-1/+1
* | Merge commit '6599b087de62a5f9f2a8d61a1952d777d1bff804'Michael Niedermayer2013-03-201-2/+2
|\ \ | |/
| * lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-191-2/+2
* | lavc/utils: add VP6F hack for setting correct video size in streamStefano Sabatini2013-03-191-3/+3
* | audio_get_buffer: add assert to ensure nb_extended_buf has a safe valueMichael Niedermayer2013-03-191-1/+3
* | lavc: fix avpacket memleak with subtitles recoding.Clément Bœsch2013-03-181-2/+8
OpenPOWER on IntegriCloud