6462 Commits (75c998a21916f990cff5eaca59c4dc9d592a273f)
 

Author SHA1 Message Date
Aurelien Jacobs 75c998a219 force usage of ALT_BITSTREAM_READER where needed 18 years ago
Aurelien Jacobs 8fbc6aae75 move some functions to bitstream.h to avoid conflicts 18 years ago
Michael Niedermayer 1b4f17fafa fix buffer handling 18 years ago
Luca Abeni 00b2fa864e Minimal support for the new pixel formats in libavcodec 18 years ago
Víctor Paesa be484a2cc9 convert null vhook to libswscale 18 years ago
Loren Merritt 3e20143ee7 mmx implementation of deblocking strength decision. 18 years ago
Luca Abeni 001299bfe8 Add some new pixel formats to libavutil 18 years ago
Michael Niedermayer ee3bc9d386 overread AV_LOG_ERROR -> AV_LOG_DEBUG 18 years ago
Nico Sabbi ec6913d267 scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value) 18 years ago
Nico Sabbi 9e6c94707e added option probesize; at the moment only used by mpegts.c 18 years ago
Nico Sabbi 4eb72c6b23 initial support for AVOption in AVFormatContext 18 years ago
Michael Niedermayer c0c66dd81d fix low bitrate mp3 18 years ago
Loren Merritt bfe328caf0 tweak cabac. 0.5% faster h264. 18 years ago
Michael Niedermayer 39b434c6ae check the validity of the amount of the remaining bytes in the bitsteam before memcpy 18 years ago
Michael Niedermayer 716d73b47d unused var 18 years ago
Michael Niedermayer 4e2d6a456d dont copy frame if the whole mp1/2/3 frame is available in one piece in the input 18 years ago
Aurelien Jacobs 6ff3b2b838 Fix A32_BITSTREAM_READER compilation on x86 18 years ago
Michael Niedermayer d6bea62338 make mpa_decode_header() 10 times faster 18 years ago
Michael Niedermayer 731d0b1aaa another silly typo which surprisingly neither valgrind nor cmp of the file output cought 18 years ago
Michael Niedermayer d37bb9d8c1 10l found by valgrind 18 years ago
Michael Niedermayer 06e7fb82a4 remove duplicated parser, people who pass random gibblets of the bitstream into the decoder will have to pass it through a AVParser like for all other codecs too 18 years ago
Michael Niedermayer 6e4703cac7 2nd try of skip_bits_long() for the ALT reader 18 years ago
Michael Niedermayer a42ec9f484 make A32 reader align its ptr during init no matter what missaligned mess is given to it 18 years ago
Michael Niedermayer 3dddf21fcc 3rd try :) 18 years ago
Michael Niedermayer 1491e21cdb 2nd try for a skip_bits_long() for the A32 reader 18 years ago
Michael Niedermayer 5a7bd28335 move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs 18 years ago
Michael Niedermayer 727c236a6b prevent bitstream reader to be overriden 18 years ago
Michael Niedermayer 965a63af2b support some totally broken ODML variant 18 years ago
Ramiro Polla b89c8f589a The FFLDFLAGS for MinGW are only meant for the shared libraries and not 18 years ago
Diego Biurrun 92c3ef657b FFMPEG_VERSION was moved to version.h. 18 years ago
Michael Niedermayer 9bffa9e7af avoid branch 18 years ago
Michael Niedermayer 14168ddb28 move variable declarations so that their scope is smaller 18 years ago
Michael Niedermayer bc2d2757bb move the +400 out of the innermost loop 18 years ago
Michael Niedermayer 9b49f89cdf avoid reading exponent twice 18 years ago
Michael Niedermayer 1f1d675b68 reduce size of vlc table, thats slightly faster here 18 years ago
Michael Niedermayer 55017f35da try to avoid l3_unscale() by using a table 18 years ago
Michael Niedermayer f8347c4167 replace l3_unscale(1, exponents[pos]) by LUT 18 years ago
Michael Niedermayer 7ca1ed0d9c maybe fixing the segfault on ARM 18 years ago
Aurelien Jacobs 5902bdd8d4 cook shouldn't try to enforce the bitstream reader type 18 years ago
Baptiste Coudurier c61900c6e9 fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong 18 years ago
Baptiste Coudurier acf36dba18 correct uid, and enable JPEG 2000 detection 18 years ago
Nigel Pearson 30a3e5d490 Use add_cflags/add_ldflags/add_extralibs instead of manually manipulating 18 years ago
Baptiste Coudurier f31065f6e5 add codec id and tag for JPEG 2000 18 years ago
Michel Bardiaux a9d21e7830 Update the FAQ with the current status of image formats. 18 years ago
Michael Niedermayer 92c5cb62b0 10l typo 18 years ago
Michael Niedermayer e90a72701e avoid a few if(x==0) checks in the inner loops 18 years ago
Baptiste Coudurier 5340a0bc9c wide atom is only defined in mov, use free for mp4/3gp 18 years ago
Baptiste Coudurier b95319a2f2 move amr parameters adjusting like other codecs 18 years ago
Michael Niedermayer 25be48eb48 fix non ALT bitstream reader 18 years ago
Baptiste Coudurier d00f8e1771 dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them 18 years ago