aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_cod...Martin Storsjö2011-12-052-15/+19
* api-example: update to use avcodec_decode_audio4()Justin Ruggles2011-12-041-9/+20
* adpcmenc: cosmetics: pretty-printingChris Berov2011-12-041-229/+264
* ac3dec: cosmetics: pretty-printingChris Berov2011-12-041-248/+261
* shorten: remove dead initializationPaul B. Mahol2011-12-041-1/+0
* roqvideodec: set AVFrame reference before reget_buffer.Reimar Döffinger2011-12-041-0/+1
* bmp: fix some 1bit samples.Carl Eugen Hoyos2011-12-041-4/+18
* wavpack: Properly clip samples during lossy decodeDerek Buitenhuis2011-12-031-2/+9
* zmbv.c: coding style clean-up.Nathan Adil Maxson2011-12-031-90/+101
* xan.c: coding style clean-up.Nathan Adil Maxson2011-12-031-25/+28
* mpegvideo.c: code cleanup - first 500 lines.Konstantin Todorov2011-12-031-135/+202
* h264: fix frame reordering code.Ronald S. Bultje2011-12-033-22/+52
* aac_latm: reconfigure decoder on audio specific config changesJanne Grunau2011-12-031-10/+15
* latmdec: fix audio specific config parsingJanne Grunau2011-12-035-20/+34
* Add avcodec_decode_audio4().Justin Ruggles2011-12-0263-766/+1583
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-026-34/+48
* svq1dec: avoid undefined get_bits(0) callMans Rullgard2011-12-021-1/+2
* ARM: h264dsp_neon cosmeticsMans Rullgard2011-12-021-313/+313
* ARM: make some NEON macros reusableJanne Grunau2011-12-023-61/+65
* vp8: flush buffers on size changes.Aaron Colwell2011-12-021-3/+5
* Cleaned up alacenc.cNathan Adil Maxson2011-12-011-47/+54
* h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje2011-12-011-1/+1
* ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard2011-12-011-41/+39
* ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard2011-12-011-57/+57
* ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard2011-12-012-0/+75
* ARM: clean up NEON put/avg_pixels macrosMans Rullgard2011-12-011-69/+86
* rv34: align temporary block of "dct" coefsMans Rullgard2011-12-011-2/+2
* vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer2011-11-301-18/+16
* vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer2011-11-301-3/+1
* vble: merge len and val arraysDerek Buitenhuis2011-11-301-19/+6
* vble: remove unused variable len.Michael Niedermayer2011-11-301-2/+0
* rv40: move loop filter to rv34dsp contextJanne Grunau2011-11-304-164/+176
* indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra2011-11-291-1/+3
* pthread: don't increment index on zero-sized packets.Aaron Colwell2011-11-281-2/+1
* txd: Fix order of operations.Alex Converse2011-11-281-1/+2
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-2810-19/+0
* indeo3: cosmeticsKostya Shishkov2011-11-281-1/+1
* dca: Replace oversized unused get_bits() with skip_bits_long().Alex Converse2011-11-271-2/+2
* vc1: use an enum for Frame Coding ModeLuca Barbato2011-11-284-24/+35
* indeo3: error out if no motion vector is set.Aneesh Dogra2011-11-271-0/+2
* mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles2011-11-272-11/+7
* wmavoice: Make format string match variable type.Alex Converse2011-11-261-1/+1
* vc1: select interlaced scan table by FCM elementKostya Shishkov2011-11-261-4/+4
* pthread: track thread existence in a separate variable.Cheng Sun2011-11-261-2/+4
* snow: fix integer overflowsMans Rullgard2011-11-262-4/+6
* svq1enc: remove stale altivec-related hackMans Rullgard2011-11-261-4/+0
* snow: fix signed overflow in byte to 32-bit replicationMans Rullgard2011-11-261-2/+2
* adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles2011-11-264-8/+9
* avformat: add CRI ADX format demuxerJustin Ruggles2011-11-261-0/+1
* adx: add an ADX parser.Justin Ruggles2011-11-266-60/+153