| Commit message (Expand) | Author | Age | Files | Lines |
* | ppc: fix 32-bit PIC build | Mans Rullgard | 2011-09-25 | 2 | -6/+20 |
* | vmdaudio: fix decoding of 16-bit audio format. | Justin Ruggles | 2011-09-25 | 1 | -40/+80 |
* | h264: check for out of bounds reads in ff_h264_decode_extradata(). | Laurent Aimar | 2011-09-25 | 1 | -0/+4 |
* | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 16 | -303/+252 |
* | adpcmenc: Set bits_per_coded_sample | Justin Ruggles | 2011-09-23 | 2 | -0/+4 |
* | adpcmenc: fix QT IMA ADPCM encoder | Baptiste Coudurier | 2011-09-23 | 1 | -4/+35 |
* | adpcmdec: Fix QT IMA ADPCM decoder | Baptiste Coudurier | 2011-09-23 | 1 | -15/+47 |
* | permit decoding of multichannel ADPCM_EA_XAS | Peter Ross | 2011-09-23 | 1 | -0/+1 |
* | Fix input buffer size check in adpcm_ea decoder. | Reimar Döffinger | 2011-09-23 | 1 | -3/+9 |
* | fft: avoid a signed overflow | Sean McGovern | 2011-09-23 | 2 | -4/+4 |
* | ratecontrol: update last_qscale_for sooner | Luca Barbato | 2011-09-22 | 1 | -0/+2 |
* | prores: return more meaningful error values | Diego Biurrun | 2011-09-23 | 1 | -16/+16 |
* | prores: improve error message wording | Diego Biurrun | 2011-09-23 | 1 | -14/+14 |
* | prores: cosmetics: prettyprinting, drop useless parentheses | Diego Biurrun | 2011-09-23 | 1 | -9/+7 |
* | prores: lowercase AVCodec name entry | Diego Biurrun | 2011-09-23 | 1 | -1/+1 |
* | 8svx/iff: fix decoding of compressed stereo 8svx files. | Justin Ruggles | 2011-09-22 | 1 | -18/+83 |
* | 8svx: log an error message if output buffer is too small | Justin Ruggles | 2011-09-22 | 1 | -1/+4 |
* | 8svx: check packet size before reading the initial sample value. | Justin Ruggles | 2011-09-22 | 1 | -0/+4 |
* | 8svx: output 8-bit samples instead of 16-bit. | Justin Ruggles | 2011-09-22 | 1 | -19/+18 |
* | 8svx: split delta decoding into a separate function. | Justin Ruggles | 2011-09-22 | 1 | -7/+23 |
* | Apple ProRes decoder | Maxim Poliakovski | 2011-09-22 | 4 | -1/+736 |
* | rv34: Check for invalid slices offsets | Laurent Aimar | 2011-09-22 | 1 | -1/+10 |
* | dct-test: factor out some common code and do whas was likely intended | Mans Rullgard | 2011-09-21 | 1 | -75/+55 |
* | Remove some forgotten AVCodecContext.palctrl usage. | Anton Khirnov | 2011-09-21 | 1 | -2/+0 |
* | lavc/utils: move avcodec_init() higher in the file. | Anton Khirnov | 2011-09-21 | 1 | -14/+14 |
* | lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_* | Anton Khirnov | 2011-09-21 | 3 | -4/+4 |
* | ac3dec: actually use drc_scale private option | Anton Khirnov | 2011-09-21 | 2 | -2/+7 |
* | lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macros | Anton Khirnov | 2011-09-21 | 1 | -2/+2 |
* | msmpeg4: remove leftover unused debug variable declaration | Diego Biurrun | 2011-09-21 | 1 | -4/+0 |
* | Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. | Diego Biurrun | 2011-09-21 | 5 | -12/+12 |
* | Fix av_dlog invocations with wrong or missing logging context. | Diego Biurrun | 2011-09-21 | 1 | -1/+1 |
* | rv34: Check for invalid slice offsets | Laurent Aimar | 2011-09-20 | 1 | -4/+5 |
* | rv34: Fix potential overreads | Laurent Aimar | 2011-09-19 | 1 | -2/+3 |
* | rv34: Fix buffer size used for MC of B frames after a resolution change | Laurent Aimar | 2011-09-19 | 1 | -2/+2 |
* | rv34: Avoid NULL dereference on corrupted bitstream | Laurent Aimar | 2011-09-19 | 1 | -1/+1 |
* | rv10: Reject slices that does not have the same type as the first one | Laurent Aimar | 2011-09-19 | 1 | -0/+5 |
* | libx264: introduce slice-max-size option | Luca Barbato | 2011-09-16 | 1 | -0/+5 |
* | Fixed size given to init_get_bits(). | Laurent Aimar | 2011-09-15 | 5 | -5/+5 |
* | smacker: fix a few off by 1 errors | Michael Niedermayer | 2011-09-14 | 1 | -4/+4 |
* | Check for invalid VLC value in smacker decoder. | Laurent Aimar | 2011-09-14 | 1 | -0/+2 |
* | Check and propagate errors when VLC trees cannot be built in smacker decoder. | Laurent Aimar | 2011-09-14 | 1 | -8/+12 |
* | include stdint.h in adpcm_data.h | Justin Ruggles | 2011-09-13 | 1 | -0/+2 |
* | mpeg12: reorder functions to avoid ugly forward declarations | Diego Biurrun | 2011-09-13 | 1 | -532/+521 |
* | xan: Add some buffer checks | Alex Converse | 2011-09-12 | 1 | -8/+29 |
* | xan: Remove extra trailing newline | Alex Converse | 2011-09-12 | 1 | -1/+0 |
* | Fixed size given to init_get_bits() in xan decoder. | Laurent Aimar | 2011-09-12 | 1 | -4/+6 |
* | adpcm: split ADPCM encoders and decoders into separate files. | Justin Ruggles | 2011-09-12 | 6 | -729/+861 |
* | rv34: check that subsequent slices have the same type as first one. | Kostya Shishkov | 2011-09-12 | 1 | -0/+7 |
* | libxavs: add private options corresponding to deprecated global options | Anton Khirnov | 2011-09-12 | 1 | -27/+99 |
* | avconv: remove me_threshold option. | Anton Khirnov | 2011-09-11 | 1 | -1/+1 |