summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* preserve parse contextMichael Niedermayer2005-05-14
| | | | Originally committed as revision 4241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fill missing reference pictures with something to avoid assertion failureMichael Niedermayer2005-05-14
| | | | Originally committed as revision 4240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (%f vs. %Ld)Michael Niedermayer2005-05-13
| | | | Originally committed as revision 4239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix theora header parsingMatthieu Castet2005-05-13
| | | | | | patch by Matthieu Castet <castet dot matthieu at free dot fr> Originally committed as revision 4238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove/replace non-ascii charactersMåns Rullgård2005-05-13
| | | | Originally committed as revision 4237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change extradata format for vorbisMåns Rullgård2005-05-13
| | | | Originally committed as revision 4235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alignment fix by (Gábor Kovács >picard demoscene hu)Michael Niedermayer2005-05-13
| | | | Originally committed as revision 4233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (mb_type uninitalized and then changed and overwritten)Michael Niedermayer2005-05-13
| | | | Originally committed as revision 4232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo found by Chengji ZhaoMichael Niedermayer2005-05-12
| | | | Originally committed as revision 4231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* arm alignment fixMichael Niedermayer2005-05-12
| | | | Originally committed as revision 4228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* few bistream fixes and verbosity tweaksIvan Kalvachev2005-05-12
| | | | Originally committed as revision 4225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checkMichael Niedermayer2005-05-12
| | | | Originally committed as revision 4224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some asserts()Michael Niedermayer2005-05-12
| | | | Originally committed as revision 4223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b_frame_strategy sanity checkMichael Niedermayer2005-05-12
| | | | Originally committed as revision 4222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing pp=ac to pp_help.Diego Biurrun2005-05-11
| | | | Originally committed as revision 4221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing decoding of AlanKay-245.asfMichael Niedermayer2005-05-11
| | | | Originally committed as revision 4219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theora decoding using libtheoraMåns Rullgård2005-05-11
| | | | Originally committed as revision 4218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support the LE reader, so it can be tested a littleMichael Niedermayer2005-05-11
| | | | Originally committed as revision 4216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni ↵Michael Niedermayer2005-05-11
| | | | | | programozo hu) Originally committed as revision 4215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2005-05-10
| | | | Originally committed as revision 4214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine ↵Roine Gustafsson2005-05-10
| | | | | | users.sourceforge net] Originally committed as revision 4213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2005-05-10
| | | | Originally committed as revision 4212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change macros to inline functionsMichael Niedermayer2005-05-10
| | | | | | | remove redundant operations remove silly 2 layer bswap_XX/ByteSwapXX system Originally committed as revision 4211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #defines for strict_std_compliance and split between inofficial extensions ↵Michael Niedermayer2005-05-08
| | | | | | and non standarized things Originally committed as revision 4205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix PICMichael Niedermayer2005-05-08
| | | | Originally committed as revision 4204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support BUILDSUF patch by <charles dot yates at pandora dot be>Charles Yates2005-05-08
| | | | Originally committed as revision 4203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix block corruption caused by clear_blocks() optimizationMichael Niedermayer2005-05-08
| | | | Originally committed as revision 4202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overflow fixMichael Niedermayer2005-05-08
| | | | Originally committed as revision 4201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complain about mpeg4 limits only if codec_id == MPEG4Michael Niedermayer2005-05-08
| | | | Originally committed as revision 4200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)Roine Gustafsson2005-05-07
| | | | Originally committed as revision 4199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor optimization of the h264 loop filterMichael Niedermayer2005-05-07
| | | | Originally committed as revision 4198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and ↵Michael Niedermayer2005-05-07
| | | | | | MR1_MW_A.264) Originally committed as revision 4197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of conformace streams AUD_MW_E.264 and BA1_FT_C.264 again ↵Michael Niedermayer2005-05-06
| | | | | | (there where last correctly decoded with h264.c rev 1.96) Originally committed as revision 4189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set time_base for variable fps tooMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for errorMichael Niedermayer2005-05-05
| | | | Originally committed as revision 4183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com)Kevin Baragona2005-05-05
| | | | Originally committed as revision 4181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More spelling errors patch by (Kevin Baragona (kevinmb500 gawab com>)Kevin Baragona2005-05-05
| | | | Originally committed as revision 4180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* While adding stereo rematrixing, I came across something that needs toJustin Ruggles2005-05-05
| | | | | | | | | | | | | | be fixed even without adding the feature. The output correctly uses 4 dummy values for the rematrixing flags in block-0, but the bit allocation routine does not take these bits into account. From what I can tell, there was a patch in 2003 that corrected the output to make it DVD and spec compatible, but it didn't correct the bit allocation. It's only 4 bits over the entire 6 blocks, so overflow errors would happen rarely or never, but it's still worth fixing. So here is a fix. patch by (Justin Ruggles {jruggle earthlink net) Originally committed as revision 4179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi'Michael Niedermayer2005-05-05
| | | | Originally committed as revision 4178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC4 fix by (Keenan Pepper (keenanpepper gmail com)Michael Niedermayer2005-05-05
| | | | Originally committed as revision 4177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix storage of motion vectors for frames with more than 4096 macroblocks.Loren Merritt2005-05-03
| | | | Originally committed as revision 4175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear the DPB after seeking.Loren Merritt2005-05-03
| | | | Originally committed as revision 4174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put most codecs under ifdefsMichael Niedermayer2005-05-02
| | | | Originally committed as revision 4173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #ifdefs around most register_avcodecMichael Niedermayer2005-05-02
| | | | Originally committed as revision 4171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print pix_fmt if its known instead of if the raw codec is usedMichael Niedermayer2005-04-25
| | | | Originally committed as revision 4162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
| | | | Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tighter snow slicing patch by (Yartrebo || yartrebo earthlink net)Yartrebo2005-04-25
| | | | Originally committed as revision 4159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMX for H.264 deblocking filterLoren Merritt2005-04-25
| | | | Originally committed as revision 4158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
| | | | Originally committed as revision 4157 to svn://svn.ffmpeg.org/ffmpeg/trunk