summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* tweak cabac. 0.5% faster h264.Loren Merritt2006-08-27
* check the validity of the amount of the remaining bytes in the bitsteam befor...Michael Niedermayer2006-08-27
* unused varMichael Niedermayer2006-08-26
* dont copy frame if the whole mp1/2/3 frame is available in one piece in the i...Michael Niedermayer2006-08-26
* Fix A32_BITSTREAM_READER compilation on x86Aurelien Jacobs2006-08-26
* make mpa_decode_header() 10 times fasterMichael Niedermayer2006-08-26
* another silly typo which surprisingly neither valgrind nor cmp of the file ou...Michael Niedermayer2006-08-26
* 10l found by valgrindMichael Niedermayer2006-08-26
* remove duplicated parser, people who pass random gibblets of the bitstream in...Michael Niedermayer2006-08-26
* 2nd try of skip_bits_long() for the ALT readerMichael Niedermayer2006-08-26
* make A32 reader align its ptr during init no matter what missaligned mess is ...Michael Niedermayer2006-08-26
* 3rd try :)Michael Niedermayer2006-08-26
* 2nd try for a skip_bits_long() for the A32 readerMichael Niedermayer2006-08-26
* move align_get_bits() to .h to avoid conflicts between different bitstream re...Michael Niedermayer2006-08-26
* prevent bitstream reader to be overridenMichael Niedermayer2006-08-26
* support some totally broken ODML variantMichael Niedermayer2006-08-25
* The FFLDFLAGS for MinGW are only meant for the shared libraries and notRamiro Polla2006-08-25
* FFMPEG_VERSION was moved to version.h.Diego Biurrun2006-08-25
* avoid branchMichael Niedermayer2006-08-25
* move variable declarations so that their scope is smallerMichael Niedermayer2006-08-25
* move the +400 out of the innermost loopMichael Niedermayer2006-08-25
* avoid reading exponent twiceMichael Niedermayer2006-08-25
* reduce size of vlc table, thats slightly faster hereMichael Niedermayer2006-08-25
* try to avoid l3_unscale() by using a tableMichael Niedermayer2006-08-25
* replace l3_unscale(1, exponents[pos]) by LUTMichael Niedermayer2006-08-25
* maybe fixing the segfault on ARMMichael Niedermayer2006-08-25
* cook shouldn't try to enforce the bitstream reader typeAurelien Jacobs2006-08-24
* fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only ...Baptiste Coudurier2006-08-24
* correct uid, and enable JPEG 2000 detectionBaptiste Coudurier2006-08-24
* Use add_cflags/add_ldflags/add_extralibs instead of manually manipulatingNigel Pearson2006-08-24
* add codec id and tag for JPEG 2000Baptiste Coudurier2006-08-24
* Update the FAQ with the current status of image formats.Michel Bardiaux2006-08-24
* 10l typoMichael Niedermayer2006-08-24
* avoid a few if(x==0) checks in the inner loopsMichael Niedermayer2006-08-24
* wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier2006-08-24
* move amr parameters adjusting like other codecsBaptiste Coudurier2006-08-24
* fix non ALT bitstream readerMichael Niedermayer2006-08-24
* dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let d...Baptiste Coudurier2006-08-24
* optimize reorder_block() though this function seems to be executed too rarely...Michael Niedermayer2006-08-24
* simplifyMichael Niedermayer2006-08-24
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
* support vdva fourcc (dv + dv audio in mov)Baptiste Coudurier2006-08-24
* fix ODML AVI Duration for files > 2GBBrian Brice2006-08-24
* dont copy the whole GetBitContext aroundMichael Niedermayer2006-08-24
* faster handling of zero coeffs in the low freq decodeMichael Niedermayer2006-08-24
* optimizing high freq decodeMichael Niedermayer2006-08-24
* use memset() instead of slow c loopsMichael Niedermayer2006-08-24
* simplifyMichael Niedermayer2006-08-23
* fix arm asm compilation in mpegaudiodecAurelien Jacobs2006-08-23