| Commit message (Expand) | Author | Age | Files | Lines |
* | flacdec: cosmetics: indentation | Justin Ruggles | 2009-03-22 | 1 | -1/+1 |
* | Implement X_NE() macro. | Stefano Sabatini | 2009-03-22 | 1 | -0/+6 |
* | flacdec: change frame bps validation to return an error value if bps | Justin Ruggles | 2009-03-22 | 1 | -9/+10 |
* | flacdec: cosmetics: add some braces to if/else statements | Justin Ruggles | 2009-03-22 | 1 | -15/+15 |
* | flacdec: skip frame when allocated data size is too small | Justin Ruggles | 2009-03-22 | 1 | -1/+1 |
* | 10l: don't check against current layout until after validating ch_mode. | Justin Ruggles | 2009-03-22 | 1 | -1/+1 |
* | flacdec: give a more accurate error message when validating channel | Justin Ruggles | 2009-03-22 | 1 | -4/+11 |
* | Export to pixdesc.h the av_pix_fmt_descriptors array. | Stefano Sabatini | 2009-03-22 | 2 | -1/+5 |
* | flacdec: move data size check to flac_decode_frame() | Justin Ruggles | 2009-03-22 | 1 | -6/+12 |
* | flacdec: comments and white space. | Justin Ruggles | 2009-03-22 | 1 | -3/+12 |
* | cosmetics: vertical alignment | Justin Ruggles | 2009-03-22 | 1 | -1/+1 |
* | flacdec: remove unneeded local variable | Justin Ruggles | 2009-03-22 | 1 | -5/+4 |
* | flacdec: cosmetics: rename 3 variables | Justin Ruggles | 2009-03-22 | 1 | -19/+19 |
* | flacdec: use a local variable for GetBitContext in decode_frame() | Justin Ruggles | 2009-03-22 | 1 | -15/+16 |
* | Add AURA 1 and 2 codec IDs and register their FOURCCs | Kostya Shishkov | 2009-03-22 | 1 | -0/+2 |
* | init ext sample rate to 0 if not present | Baptiste Coudurier | 2009-03-22 | 1 | -2/+3 |
* | Add common VA API data structures and helpers. | Gwenole Beauchesne | 2009-03-22 | 3 | -0/+488 |
* | Add support for HW accelerated VC-1 decoding through the new | Gwenole Beauchesne | 2009-03-21 | 1 | -5/+14 |
* | Change the RGB5X5/BGR5X5 pixel format defines so that we have little | Stefano Sabatini | 2009-03-21 | 2 | -11/+40 |
* | Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a | Stefano Sabatini | 2009-03-21 | 2 | -2/+32 |
* | Globally prefer enum PixelFormat over int when it makes sense. | Stefano Sabatini | 2009-03-21 | 3 | -36/+38 |
* | Fix reference to av_random_init where av_lfg_init was meant. | Diego Biurrun | 2009-03-21 | 1 | -1/+1 |
* | Make Smacker audio decoder output audio in original bit depth | Daniel Verkamp | 2009-03-21 | 1 | -6/+5 |
* | Remove deprecated functions and structures on next version bump. | Diego Biurrun | 2009-03-21 | 2 | -0/+6 |
* | Fix avpicture_get_size for non-paletted formats with a helper palette | Reimar Döffinger | 2009-03-21 | 2 | -2/+17 |
* | add a function to calculate a more accurate estimate for maximum FLAC | Justin Ruggles | 2009-03-21 | 5 | -14/+63 |
* | flacdec: account for frame and subframe header overhead when calculating | Justin Ruggles | 2009-03-21 | 1 | -2/+1 |
* | revert accidental unrelated change in last commit | Justin Ruggles | 2009-03-21 | 1 | -1/+3 |
* | share sample rate and blocksize tables between the FLAC encoder and FLAC | Justin Ruggles | 2009-03-21 | 5 | -45/+84 |
* | flacenc: remove unneeded variable, 'min_encoded_framesize' and use | Justin Ruggles | 2009-03-21 | 1 | -5/+3 |
* | flacdec: remove unneeded variable, 'assignment' | Justin Ruggles | 2009-03-21 | 1 | -7/+5 |
* | flacdec: cosmetics: rename 'decorrelation' to 'ch_mode' | Justin Ruggles | 2009-03-21 | 1 | -8/+8 |
* | flacenc: remove unneeded context variable, 'ch_code' | Justin Ruggles | 2009-03-21 | 1 | -3/+1 |
* | share channel mode constants between the FLAC decoder and FLAC encoder | Justin Ruggles | 2009-03-21 | 3 | -26/+20 |
* | Remove declaration of the removed function img_convert(). | Stefano Sabatini | 2009-03-20 | 1 | -3/+0 |
* | Get rid of av_random in cook.c | Benjamin Larsson | 2009-03-20 | 1 | -4/+5 |
* | Get rid of av_random in nellymoserdec.c | Benjamin Larsson | 2009-03-20 | 1 | -4/+5 |
* | PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. | Daniel Verkamp | 2009-03-20 | 3 | -1/+208 |
* | mlp, truehd: support non 1:1 channel mapping. | Ramiro Polla | 2009-03-20 | 1 | -9/+16 |
* | Support "next parameter flags present" flag. | Ramiro Polla | 2009-03-20 | 1 | -0/+2 |
* | truehd: support up to 3 substreams. | Ramiro Polla | 2009-03-20 | 2 | -3/+7 |
* | Rename hwaccel_data_private to hwaccel_picture_private. | Gwenole Beauchesne | 2009-03-20 | 2 | -6/+6 |
* | Replace random() usage in test programs by av_lfg_*(). | Diego Biurrun | 2009-03-20 | 6 | -25/+44 |
* | Only build motion-test if MMX is enabled. | Diego Biurrun | 2009-03-20 | 1 | -1/+2 |
* | Align test program output columns. | Diego Biurrun | 2009-03-20 | 1 | -2/+2 |
* | Remove unused libavutil/random.h #include. | Diego Biurrun | 2009-03-20 | 1 | -1/+0 |
* | Use correct header for struct AVLFG. | Diego Biurrun | 2009-03-20 | 1 | -1/+1 |
* | Remove useless casting in asm "m" operand. | Matthieu Castet | 2009-03-19 | 1 | -2/+2 |
* | Fix indentation after r18047. | Reimar Döffinger | 2009-03-19 | 1 | -7/+7 |
* | Change linesize alignment method to ensure that linesize[0] == 2*linesize[1] | Reimar Döffinger | 2009-03-19 | 1 | -1/+9 |