summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme2006-08-29
* slightly faster deblockLoren Merritt2006-08-29
* use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs2006-08-28
* ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there...Aurelien Jacobs2006-08-28
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-28
* move some functions to bitstream.h to avoid conflictsAurelien Jacobs2006-08-28
* fix buffer handlingMichael Niedermayer2006-08-28
* Minimal support for the new pixel formats in libavcodecLuca Abeni2006-08-28
* convert null vhook to libswscaleVĂ­ctor Paesa2006-08-28
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-28
* Add some new pixel formats to libavutilLuca Abeni2006-08-28
* overread AV_LOG_ERROR -> AV_LOG_DEBUGMichael Niedermayer2006-08-27
* scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...Nico Sabbi2006-08-27
* added option probesize; at the moment only used by mpegts.cNico Sabbi2006-08-27
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-27
* fix low bitrate mp3Michael Niedermayer2006-08-27
* 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