| Commit message (Expand) | Author | Age | Files | Lines |
* | revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 | Aurelien Jacobs | 2010-03-01 | 1 | -3/+1 |
* | Remove some unneeded fill_rectangle() for 16x16 blocks. | Michael Niedermayer | 2010-02-28 | 2 | -11/+5 |
* | Make av_build_filter static (and remove av_): It is not used outside resample... | Carl Eugen Hoyos | 2010-02-28 | 1 | -2/+2 |
* | Make av_get_bit_rate() static and remove av_, the function is only used | Carl Eugen Hoyos | 2010-02-28 | 1 | -2/+2 |
* | Include libxvid_internal.h: It contains the prototype for av_tempfile(). | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Make the following functions static (and remove ff_), they are only used | Carl Eugen Hoyos | 2010-02-28 | 1 | -6/+6 |
* | Make function get_channel_name() static: It is only used in audioconvert.c. | Carl Eugen Hoyos | 2010-02-28 | 1 | -1/+1 |
* | Process picture aspect ratio changes in H.264. | Janusz Krzysztofik | 2010-02-28 | 1 | -1/+3 |
* | Include internal.h and imgconvert.h, they contain the prototypes for the | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+2 |
* | Include msrledec.h: It contains the prototype for ff_msrle_decode(). | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Include atrac.h: It contains the prototypes for atrac_generate_tables() | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Include mpegaudiodecheader.h: It contains the prototype for | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Remove declaration of unused variables. | Carl Eugen Hoyos | 2010-02-28 | 1 | -4/+0 |
* | Include h263_parser.h: It contains the prototype for | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header. | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding | Reimar Döffinger | 2010-02-27 | 2 | -15/+46 |
* | Strides in Indeo 5 reconstruction filter should be signed, | Jindřich Makovička | 2010-02-27 | 1 | -1/+1 |
* | Encapsulate VLC information needed for decoding blocks and macroblocks in | Kostya Shishkov | 2010-02-27 | 3 | -86/+86 |
* | Make it clear that ff_ivi_init_static_vlc() does not need arguments | Kostya Shishkov | 2010-02-27 | 2 | -2/+2 |
* | Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup | Michael Niedermayer | 2010-02-27 | 1 | -2/+1 |
* | Split *_type setting up, 4 cpu cycles faster. | Michael Niedermayer | 2010-02-27 | 1 | -5/+12 |
* | Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. | Zhou Zongyi | 2010-02-26 | 1 | -1/+2 |
* | Fixed a segfault in the DCA decoder with corrupted streams. | Laurent Aimar | 2010-02-26 | 1 | -0/+4 |
* | Do not read beyond end of input in EA-TGV. This should avoid FATE test #362 | Vitor Sessak | 2010-02-26 | 1 | -0/+4 |
* | Only load the topleft mv/ref when the topright is unavailable. | Michael Niedermayer | 2010-02-26 | 1 | -10/+11 |
* | Remove some useless operations from the code setting left_cbp. | Michael Niedermayer | 2010-02-26 | 1 | -3/+3 |
* | Simplify code to set cbp_* | Michael Niedermayer | 2010-02-26 | 1 | -11/+3 |
* | Fix typos in ref_index documentation. | Benoit Fouet | 2010-02-26 | 1 | -2/+2 |
* | Move init of right side of ref_cache from fill_caches() to init_the_darn_deco... | Michael Niedermayer | 2010-02-26 | 2 | -3/+4 |
* | Remove 3 mv_cache zeroing instructions that zeroed the right side. | Michael Niedermayer | 2010-02-26 | 1 | -3/+0 |
* | Remove useless check of the 2 left MBs of a pair being in the same slice. | Michael Niedermayer | 2010-02-26 | 1 | -2/+2 |
* | Clarify ref_index. | Michael Niedermayer | 2010-02-26 | 1 | -0/+1 |
* | Remove unneeded line of code from the neighbor setting code in h264. | Michael Niedermayer | 2010-02-26 | 1 | -1/+0 |
* | Simplify code in mv_pred. | Michael Niedermayer | 2010-02-26 | 1 | -4/+4 |
* | Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to | Michael Niedermayer | 2010-02-25 | 6 | -56/+49 |
* | svq3 now in working condition, at least vissually, ill let fate tell us | Michael Niedermayer | 2010-02-25 | 1 | -15/+15 |
* | fix compilation, sorry ive not checked cvslog for a while :((( | Michael Niedermayer | 2010-02-25 | 1 | -15/+15 |
* | Dont allocate direct_table 8 times too large. | Michael Niedermayer | 2010-02-25 | 1 | -1/+1 |
* | Store data in direct_table interleaved. | Michael Niedermayer | 2010-02-25 | 1 | -9/+9 |
* | Simplify intra4x4_pred_mode_cache init. | Michael Niedermayer | 2010-02-25 | 1 | -14/+2 |
* | Reorder intra4x4_pred_mode so that we can read/write 4 values at once. | Michael Niedermayer | 2010-02-25 | 2 | -14/+7 |
* | Store intra4x4_pred_mode per row only. | Michael Niedermayer | 2010-02-25 | 2 | -16/+18 |
* | unroll tiny and trivial loop. Same speed but clearer. | Michael Niedermayer | 2010-02-25 | 1 | -3/+3 |
* | Cut the size of mvd_table by yet another factor of 2. | Michael Niedermayer | 2010-02-25 | 2 | -15/+17 |
* | Keep mvd_table values of only 2 mb rows. | Michael Niedermayer | 2010-02-25 | 2 | -4/+11 |
* | aac: Keep decode_band_types() from eating all padding at the end of a buffer. | Alex Converse | 2010-02-24 | 1 | -0/+4 |
* | 3rd and hopefully last 100l fix. | Michael Niedermayer | 2010-02-24 | 1 | -1/+1 |
* | Fix doxy and assert(). | Michael Niedermayer | 2010-02-24 | 1 | -2/+2 |
* | Try to fix 100l compilation failure on some systems. | Michael Niedermayer | 2010-02-24 | 1 | -16/+16 |
* | Change mvd_cache & mvd_table to 8bit, this is overall a bit faster | Michael Niedermayer | 2010-02-24 | 3 | -37/+44 |