aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* flacdec: cosmetics: indentationJustin Ruggles2009-03-221-1/+1
* Implement X_NE() macro.Stefano Sabatini2009-03-221-0/+6
* flacdec: change frame bps validation to return an error value if bpsJustin Ruggles2009-03-221-9/+10
* flacdec: cosmetics: add some braces to if/else statementsJustin Ruggles2009-03-221-15/+15
* flacdec: skip frame when allocated data size is too smallJustin Ruggles2009-03-221-1/+1
* 10l: don't check against current layout until after validating ch_mode.Justin Ruggles2009-03-221-1/+1
* flacdec: give a more accurate error message when validating channelJustin Ruggles2009-03-221-4/+11
* Export to pixdesc.h the av_pix_fmt_descriptors array.Stefano Sabatini2009-03-222-1/+5
* flacdec: move data size check to flac_decode_frame()Justin Ruggles2009-03-221-6/+12
* flacdec: comments and white space.Justin Ruggles2009-03-221-3/+12
* cosmetics: vertical alignmentJustin Ruggles2009-03-221-1/+1
* flacdec: remove unneeded local variableJustin Ruggles2009-03-221-5/+4
* flacdec: cosmetics: rename 3 variablesJustin Ruggles2009-03-221-19/+19
* flacdec: use a local variable for GetBitContext in decode_frame()Justin Ruggles2009-03-221-15/+16
* Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov2009-03-221-0/+2
* init ext sample rate to 0 if not presentBaptiste Coudurier2009-03-221-2/+3
* Add common VA API data structures and helpers.Gwenole Beauchesne2009-03-223-0/+488
* Add support for HW accelerated VC-1 decoding through the newGwenole Beauchesne2009-03-211-5/+14
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-212-11/+40
* Extend the behavior of avcodec_get_pix_fmt(), if it cannot find aStefano Sabatini2009-03-212-2/+32
* Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini2009-03-213-36/+38
* Fix reference to av_random_init where av_lfg_init was meant.Diego Biurrun2009-03-211-1/+1
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-211-6/+5
* Remove deprecated functions and structures on next version bump.Diego Biurrun2009-03-212-0/+6
* Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger2009-03-212-2/+17
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-215-14/+63
* flacdec: account for frame and subframe header overhead when calculatingJustin Ruggles2009-03-211-2/+1
* revert accidental unrelated change in last commitJustin Ruggles2009-03-211-1/+3
* share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles2009-03-215-45/+84
* flacenc: remove unneeded variable, 'min_encoded_framesize' and useJustin Ruggles2009-03-211-5/+3
* flacdec: remove unneeded variable, 'assignment'Justin Ruggles2009-03-211-7/+5
* flacdec: cosmetics: rename 'decorrelation' to 'ch_mode'Justin Ruggles2009-03-211-8/+8
* flacenc: remove unneeded context variable, 'ch_code'Justin Ruggles2009-03-211-3/+1
* share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles2009-03-213-26/+20
* Remove declaration of the removed function img_convert().Stefano Sabatini2009-03-201-3/+0
* Get rid of av_random in cook.cBenjamin Larsson2009-03-201-4/+5
* Get rid of av_random in nellymoserdec.cBenjamin Larsson2009-03-201-4/+5
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-203-1/+208
* mlp, truehd: support non 1:1 channel mapping.Ramiro Polla2009-03-201-9/+16
* Support "next parameter flags present" flag.Ramiro Polla2009-03-201-0/+2
* truehd: support up to 3 substreams.Ramiro Polla2009-03-202-3/+7
* Rename hwaccel_data_private to hwaccel_picture_private.Gwenole Beauchesne2009-03-202-6/+6
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-206-25/+44
* Only build motion-test if MMX is enabled.Diego Biurrun2009-03-201-1/+2
* Align test program output columns.Diego Biurrun2009-03-201-2/+2
* Remove unused libavutil/random.h #include.Diego Biurrun2009-03-201-1/+0
* Use correct header for struct AVLFG.Diego Biurrun2009-03-201-1/+1
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-191-2/+2
* Fix indentation after r18047.Reimar Döffinger2009-03-191-7/+7
* Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]Reimar Döffinger2009-03-191-1/+9