summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov2013-03-082-252/+1
* Move AVFrame from lavc to lavu.Anton Khirnov2013-03-081-347/+1
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-086-21/+25
* pthread: avoid copying input packets when possible.Anton Khirnov2013-03-081-7/+13
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-084-39/+145
* mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-081-1/+5
* build: cosmetics: Group hw accelerator Makefile entries togetherDiego Biurrun2013-03-071-16/+18
* 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
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-072-5/+6
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-073-0/+12
* h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje2013-03-071-4/+40
* 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
* 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
* 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
* Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-282-169/+191
* lls: move to the private namespaceLuca Barbato2013-02-281-4/+4
* pnm: Use av_pix_fmt_desc_get instead of accessing the array directlyMartin Storsjö2013-02-282-2/+2
* x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-261-5/+0
* x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-262-8/+1
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-265-13/+14
* x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-271-12/+4
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26121-120/+5
* Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-265-5/+4
* libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-254-96/+92
* vorbisenc: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-251-30/+30
* vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-253-76/+73
* vorbisdec: Accept 0 amplitude_bitsLuca Barbato2013-02-251-7/+3
* vorbisdec: Add missing checksLuca Barbato2013-02-251-0/+10
* vorbisdec: cosmeticsLuca Barbato2013-02-251-2/+2
* vorbisdec: Error on bark_map_size equal to 0.Michael Niedermayer2013-02-251-0/+5
* dsputil_alpha.h: Add missing stddef.h header to fix standalone compilationDiego Biurrun2013-02-241-0/+1
* ac3dec: validate channel output mode against channel countJustin Ruggles2013-02-231-6/+8
* Remove pointless av_cold attributes in header filesDiego Biurrun2013-02-2311-29/+26
* pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov2013-02-233-4/+65
* libx264: change i_qfactor to use x264cli's defaultJohn Van Sickle2013-02-231-1/+3
* qtrle: use AV_LOG_ERROR in an error message.Anton Khirnov2013-02-231-1/+1
* qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macroAnton Khirnov2013-02-231-6/+6
* qtrle: add more checks against pixel_ptr being negative.Anton Khirnov2013-02-231-0/+5