summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov2013-03-082-252/+1
* lavfi: switch to AVFrame.Anton Khirnov2013-03-0859-942/+1061
* AVFrame: add side data.Anton Khirnov2013-03-082-0/+110
* Move AVFrame from lavc to lavu.Anton Khirnov2013-03-084-347/+833
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-087-22/+28
* pthread: avoid copying input packets when possible.Anton Khirnov2013-03-081-7/+13
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-0822-136/+324
* AVBuffer: add a new API for buffer poolsAnton Khirnov2013-03-083-0/+245
* lavu: add a new API for reference-counted data buffers.Anton Khirnov2013-03-084-0/+453
* lavu: add support for atomic operations.Ronald S. Bultje2013-03-088-0/+359
* mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-082-3/+9
* avstring: Fix isxdigit to not accept non-hex charactersMartin Storsjö2013-03-071-1/+1
* configure: Add missing videodsp dependencies to some decodersDiego Biurrun2013-03-071-5/+5
* build: cosmetics: Group hw accelerator Makefile entries togetherDiego Biurrun2013-03-071-16/+18
* configure: Add missing h264chroma dependencies to vp5, vp6Diego Biurrun2013-03-071-2/+2
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-0710-1/+10
* mpegvideo: Conditionally build error_resilience bitsMartin Storsjö2013-03-071-0/+2
* build: Fix error_resilience code dependenciesDiego Biurrun2013-03-071-12/+12
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-0723-52/+47
* avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-074-1/+46
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-075-0/+20
* h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje2013-03-072-6/+42
* lavc: Prettify printing of codec tags containing non alphanumeric charactersStefano Sabatini2013-03-071-1/+6
* h264: Rename the jpeg_420 pixfmt list to match the common naming structureMartin Storsjö2013-03-071-2/+2
* avconv: Make sure the encoder exists before inspecting supported_listMartin Storsjö2013-03-061-1/+1
* cavs: Add a dependency on h264chromaCarl Eugen Hoyos2013-03-061-1/+1
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-068-24/+64
* avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatchDiego Biurrun2013-03-061-1/+1
* shorten: use the unsigned type where neededLuca Barbato2013-03-061-4/+9
* shorten: report meaningful errorsLuca Barbato2013-03-061-14/+14
* shorten: K&R formatting cosmeticsLuca Barbato2013-03-061-106/+113
* shorten: set invalid channels count to 0Michael Niedermayer2013-03-061-0/+1
* vorbisdec: check memory allocationsLuca Barbato2013-03-061-8/+36
* h264: check for luma and chroma bit dept being equalLuca Barbato2013-03-051-0/+6
* hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-055-54/+57
* configure: Use check_builtin() where appropriateDiego Biurrun2013-03-051-3/+2
* configure: Add check_builtin convenience functionDiego Biurrun2013-03-051-0/+10
* configure: Add sanitize_var_name convenience functionDiego Biurrun2013-03-051-2/+6
* configure: Fix silly typo in logging command of check_struct()Diego Biurrun2013-03-051-1/+1
* fate: remove last incomplete frame from mpeg2-field-enc testJanne Grunau2013-03-042-2/+1
* rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö2013-03-022-2/+2
* h264: set ref_count to 0 for intra slices.Anton Khirnov2013-03-021-1/+4
* h264: on reference overflow, reset the reference count to 0, not 1.Anton Khirnov2013-03-021-1/+1
* h264: do not copy ref count/ref2frm when updating per-frame contextAnton Khirnov2013-03-021-2/+0
* flvdec: Check the return value of a mallocMartin Storsjö2013-03-021-2/+6
* flvdec: Don't read the VP6 header byte when setting codec type based on metadataMartin Storsjö2013-03-021-7/+9
* lls: Do not return from void functionsDiego Biurrun2013-03-011-3/+3
* lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2013-03-012-4/+8
* Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-282-169/+191
* lls: mark max_order as unsigned shortLuca Barbato2013-02-282-2/+2