Age | Commit message (Expand) | Author |
2008-04-26 | Skip blocks in B-frames reuse motion vectors from next reference frame. | Kostya Shishkov |
2008-04-26 | simplify | Baptiste Coudurier |
2008-04-26 | correctly compute out_size and samples number | Baptiste Coudurier |
2008-04-26 | fsize is 12 bits according to specs | Baptiste Coudurier |
2008-04-26 | simplify using FFMIN3 | Baptiste Coudurier |
2008-04-26 | return error if buf_size is too small | Baptiste Coudurier |
2008-04-26 | values can fit uint8_t | Baptiste Coudurier |
2008-04-26 | add const | Baptiste Coudurier |
2008-04-26 | Fixed-point LSP and LPC decoding routines for ACELP-based codecs | Vladimir Voroshilov |
2008-04-26 | get_vlc2() only gets up to three levels in the tables. The last codes weren't... | Ramiro Polla |
2008-04-26 | Correct company name | Kostya Shishkov |
2008-04-25 | Fixed-point implementation of ff_cos, ff_log2, ff_exp2. | Vladimir Voroshilov |
2008-04-25 | 10l, alphabetical order | Baptiste Coudurier |
2008-04-25 | identation | Baptiste Coudurier |
2008-04-25 | remove no more needed field | Baptiste Coudurier |
2008-04-25 | remove unused var | Baptiste Coudurier |
2008-04-25 | remove ima qt decoding hack, decode whole frame at once | Baptiste Coudurier |
2008-04-25 | fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam... | Baptiste Coudurier |
2008-04-25 | set channels and sample rate from mpeg4audio config | Baptiste Coudurier |
2008-04-25 | mov demuxer depends on mpeg4audio code now | Baptiste Coudurier |
2008-04-25 | Make sure some value is always returned via data_size | Michel Bardiaux |
2008-04-25 | Allow bitrates zero and 13200 (needed for decoding mov and aiff) | Michel Bardiaux |
2008-04-24 | add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() | Bartlomiej Wolowiec |
2008-04-24 | Set pixel aspect ratio for libxvid wrapper. | Thorsten Jordan |
2008-04-22 | Fix regression introduced by r12929. | Ramiro Polla |
2008-04-22 | The code now is pretty self explanatory about the header structure. | Ramiro Polla |
2008-04-22 | Use bytestream functions for reading frame header. | Ramiro Polla |
2008-04-22 | Make Xvid wrapper use threads (with support for newest CVS Xvid only) | Thorsten Jordan |
2008-04-22 | Add supported_samplerates field to AVCodec | Stefano Sabatini |
2008-04-22 | Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library | Diego Biurrun |
2008-04-22 | libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtr... | Luca Barbato |
2008-04-22 | change ff_ac3_parse_header() to take a GetBitContext instead of const char* | Bartlomiej Wolowiec |
2008-04-22 | Add .longname to bfi_decoder declaration. | Sisir Koppaka |
2008-04-21 | Force inlining of MPV_motion_internal. | Keiji Costantini |
2008-04-21 | Unroll codepath | Keiji Costantini |
2008-04-20 | Simplify ff_split_xiph_headers | Reimar Döffinger |
2008-04-20 | Add checks to ff_split_xiph_headers to ensure that returned header_len and | Reimar Döffinger |
2008-04-19 | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov |
2008-04-19 | Do not pass dct_block to vlc_decode_block(). | Ramiro Polla |
2008-04-19 | Cosmetics and style. | Ramiro Polla |
2008-04-19 | Rename vlc1 to vlc. | Ramiro Polla |
2008-04-19 | Make most of E-AC-3 work without breaking regression tests. | Michael Niedermayer |
2008-04-19 | This fixes the code so it is correct on both sides of the if(). | Michael Niedermayer |
2008-04-19 | indent | Michael Niedermayer |
2008-04-19 | Fix build of cputest test program. | Diego Biurrun |
2008-04-19 | 100l I broke AC3 in MPEG seeking. | Michael Niedermayer |
2008-04-19 | Part 2 of EAC3 support, this is still disabled as it breaks regressions | Michael Niedermayer |
2008-04-19 | part 1 of EAC3 support | Michael Niedermayer |
2008-04-19 | Add new_frame_start and need_next_header. | Michael Niedermayer |
2008-04-19 | Change aac and ac3 parsers to use ff_combine_frame(). | Michael Niedermayer |