summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* kgv1dec: Increase offsets array size so it is large enough.Michael Niedermayer2012-01-251-2/+2
* smackerdec: Check that the last indexes are within the table.Michael Niedermayer2012-01-251-0/+5
* vp3: Copy all 3 frames for thread updates.Michael Niedermayer2012-01-251-1/+1
* indeo3: fix motion vector validationHendrik Leppkes2012-01-251-3/+2
* h263dec: Disallow width/height changing with frame threads.Michael Niedermayer2012-01-251-2/+7
* Fix multi-channel encoding with libfaac.Carl Eugen Hoyos2012-01-251-0/+10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-248-9/+51
|\
| * aacenc: Fix identification padding when the bitstream is already aligned.Alex Converse2012-01-241-1/+1
| * aacenc: Write correct length for long identification strings.Michael Niedermayer2012-01-241-1/+1
| * adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-241-1/+29
| * avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-246-3/+10
| * lavc: postpone the removal of AVCodecContext.request_channels.Anton Khirnov2012-01-241-1/+1
| * lavc: postpone removing old audio encoding and decoding APIAnton Khirnov2012-01-241-2/+2
| * rv10: verify slice offsets against buffer sizeJanne Grunau2012-01-241-1/+8
* | error concealment: initialize block index.Michael Niedermayer2012-01-241-0/+3
* | h264: Disallow w/h/pixfmt changes for frame threads.Michael Niedermayer2012-01-241-1/+1
* | mpegvideo: Draw edges based on the pictures linesize instead of the contexts.Michael Niedermayer2012-01-241-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-2414-194/+845
|\ \ | |/
| * aacenc: Simplify windowingNathan Caldwell2012-01-231-33/+68
| * aacenc: Move saved overlap samples to the beginning of the same buffer as inc...Nathan Caldwell2012-01-231-16/+15
| * aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-235-62/+80
| * aacenc: Store channel count in AACEncContext.Nathan Caldwell2012-01-232-20/+23
| * aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell2012-01-233-3/+11
| * aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-235-20/+18
| * aacpsy: Replace an if with FFMAX in LAME windowing.Nathan Caldwell2012-01-231-2/+1
| * aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make ...Nathan Caldwell2012-01-231-14/+14
| * aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisonsNathan Caldwell2012-01-231-6/+6
| * aacenc: cosmetics: move init() and end() to the bottom of the file.Nathan Caldwell2012-01-231-102/+102
| * aacenc: aac_encode_init() cleanupNathan Caldwell2012-01-231-43/+74
| * XWD encoder and decoderPaul B Mahol2012-01-237-1/+559
| * vc1: don't read the interpfrm and bfraction elements for interlaced framesHendrik Leppkes2012-01-231-7/+9
* | Revert "Fix multi-channel AAC encoding."Michael Niedermayer2012-01-242-31/+3
* | Improve support for PGS subtitles.David Mitchell2012-01-231-81/+117
* | pthreads: Generic progress lubrication support.Michael Niedermayer2012-01-231-0/+7
* | pthreads: reset got_frames on flush.Michael Niedermayer2012-01-231-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-231-1/+1
|\ \ | |/
| * pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos2012-01-222-2/+4
* | CrystalHD: Back up extradata to allow decoder reinit to work.Philip Langdale2012-01-221-0/+26
* | CrystalHD: Initialise variables to silence valgrind.Philip Langdale2012-01-221-2/+2
* | pthread: Change a signal to a broadcast as multiple threadsMichael Niedermayer2012-01-221-1/+1
* | mpeg12: fixed parsing in some mpeg2 streamsHendrik Leppkes2012-01-221-0/+1
* | lavc: fix FF_LOSS_COLORQUANT detection for gray8a->pal8Michael Niedermayer2012-01-221-1/+2
* | Extract some duplicated code.Reimar Döffinger2012-01-221-22/+14
* | Remove pointless and distracting ()Reimar Döffinger2012-01-221-13/+13
* | Simplify: just add header_size directly.Reimar Döffinger2012-01-221-3/+1
* | Move some duplicated code, simplify.Reimar Döffinger2012-01-221-28/+15
* | Make variable that always has the same value const.Reimar Döffinger2012-01-221-3/+2
* | RC: Fix initial buffer occupancy.Michael Niedermayer2012-01-221-0/+2
* | aacenc: Fix bug in writing libavcodec_ident.Michael Niedermayer2012-01-221-1/+1
* | Support decoding gray8a tiff images.Carl Eugen Hoyos2012-01-221-0/+3
OpenPOWER on IntegriCloud