aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* bfin: Make vp3 functions staticMartin Storsjö2013-04-082-6/+4
* bfin: Don't use the vp3 idct functions if bitexact behaviour is expectedMartin Storsjö2013-04-081-2/+4
* x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet2013-04-052-0/+24
* h261: Move mvmap table to the only place it is usedDiego Biurrun2013-04-052-4/+4
* h261: cosmetics: Move functions to avoid forward declarationsDiego Biurrun2013-04-052-166/+161
* h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun2013-04-056-454/+476
* h261: Move function declarations to h261.hDiego Biurrun2013-04-054-11/+11
* h261: Remove H.261 loop filter from dsputilDiego Biurrun2013-04-053-37/+34
* h261: Move ff_h261_rl_table_store declaration to header fileDiego Biurrun2013-04-053-4/+2
* libopenjpeg: Add support for XYZ colorspace, found in DCINEMA framesNicolas Bertrand2013-04-041-1/+4
* bmv: check for len being valid in bmv_decode_frame().Anton Khirnov2013-04-041-1/+1
* dfa: check for invalid access in decode_wdlt().Anton Khirnov2013-04-041-0/+2
* doc: Fix best_nb_channells typoPeter Meerwald2013-04-041-3/+3
* vp8: Fix pthread_cond and pthread_mutex leaksMatt Wolenetz2013-03-301-0/+4
* vmdav: convert to bytestream2Alexandra Khirnova2013-03-281-93/+59
* msmpeg4: Split decoding related functions to a separate fileMartin Storsjö2013-03-273-932/+965
* mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun2013-03-272-15/+15
* Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun2013-03-274-2433/+2487
* mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun2013-03-274-3/+4
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-274-161/+159
* dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun2013-03-276-75/+44
* vdpau: wrap codec specific functions in appropiate #ifsJanne Grunau2013-03-271-0/+12
* vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabledJanne Grunau2013-03-261-1/+2
* hwaccel: fix use with frame based multithreadingJanne Grunau2013-03-264-3/+10
* utils: add workaround for AVHWAccel in ff_get_buffer compat codeJanne Grunau2013-03-261-0/+4
* x86: vc1dsp: Fix indentationMartin Storsjö2013-03-261-42/+42
* h264: Make it possible to compile without error_resilienceRonald S. Bultje2013-03-261-35/+40
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-267-12/+17
* lavc: Move start code finding to utils.cMartin Storsjö2013-03-262-33/+34
* ape: 3.80-3.92 decoding supportKostya Shishkov2013-03-251-22/+455
* h264: Remove an unused variableMartin Storsjö2013-03-251-1/+0
* x86: consistently use unaligned movs in the unaligned bswapJanne Grunau2013-03-251-6/+6
* x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö2013-03-241-1/+1
* x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...Martin Storsjö2013-03-231-7/+0
* tscc2: allocate AVFrame properly.Anton Khirnov2013-03-221-16/+22
* h264: remove redundant freeing of DPB in h264_decode_endAnton Khirnov2013-03-211-7/+0
* h264: add a parameter to the CHROMA444 macro.Anton Khirnov2013-03-216-18/+18
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-217-12/+12
* h264: add a parameter to the CABAC macro.Anton Khirnov2013-03-216-12/+12
* h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov2013-03-214-9/+9
* h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov2013-03-215-25/+25
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-218-44/+44
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-217-30/+30
* h264: add a parameter to the MB_MBAFF macro.Anton Khirnov2013-03-214-18/+18
* h264: merge common_init() into ff_h264_decode_init.Anton Khirnov2013-03-211-25/+20
* h264: make ff_h264_frame_start static.Anton Khirnov2013-03-212-5/+4
* h264: fix bit depth changes with frame threadingJanne Grunau2013-03-201-0/+5
* mpegvideo: allocate hwaccel privdata after the frame bufferHendrik Leppkes2013-03-191-14/+12
* h264: allocate hwaccel privdata after the frame bufferHendrik Leppkes2013-03-191-8/+9
* pthread: unref already decoded frames when flushing the decoderHendrik Leppkes2013-03-191-0/+1