summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Further spelling/grammar/wording fixes as suggested by the Wanderer and MansDiego Biurrun2005-06-09
| | | | Originally committed as revision 4371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2005-06-09
| | | | Originally committed as revision 4370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixes suggested by the WandererDiego Biurrun2005-06-09
| | | | Originally committed as revision 4369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald ↵Ronald S. Bultje2005-06-09
| | | | | | bitfreak net) Originally committed as revision 4368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammarDiego Biurrun2005-06-09
| | | | Originally committed as revision 4367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further spelling/wording/grammar fixes suggested by the Wanderer.Diego Biurrun2005-06-09
| | | | Originally committed as revision 4366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Break overly long lines.Diego Biurrun2005-06-09
| | | | Originally committed as revision 4365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2005-06-09
| | | | Originally committed as revision 4364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2005-06-09
| | | | Originally committed as revision 4363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The default MPEG-4 fourcc is now FMP4.Diego Biurrun2005-06-09
| | | | Originally committed as revision 4362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2005-06-09
| | | | Originally committed as revision 4361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo in cabac tablesLoren Merritt2005-06-08
| | | | Originally committed as revision 4360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set log level to AV_LOG_DEBUG if -debug ... is usedMichael Niedermayer2005-06-07
| | | | Originally committed as revision 4359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some nut.hu hypeAlex Beregszaszi2005-06-07
| | | | Originally committed as revision 4358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apiexample fix by (Chip: szarlada, freemail hu)Michael Niedermayer2005-06-07
| | | | Originally committed as revision 4357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)Michael Niedermayer2005-06-07
| | | | Originally committed as revision 4356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (dont read variables before they have been set)Michael Niedermayer2005-06-05
| | | | Originally committed as revision 4355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by (lists: kenneth aafloy net)Michael Niedermayer2005-06-05
| | | | Originally committed as revision 4354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mixed code/declarationsMåns Rullgård2005-06-04
| | | | Originally committed as revision 4353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegts regression testMichael Niedermayer2005-06-03
| | | | Originally committed as revision 4352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for adding new components (syntax: ffmpeg -i input_file [output ↵Fabrice Bellard2005-06-03
| | | | | | options] output_file [[component output options] {-newaudio|-newvideo|-newsubtitle}]... - added subtitle support - added '-alang' option Originally committed as revision 4351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitle optionFabrice Bellard2005-06-03
| | | | Originally committed as revision 4350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* buggy PCR output (just to keep HW decoders happy) - audio and subtitle ↵Fabrice Bellard2005-06-03
| | | | | | language support - 'title' stream field sets the service name - fixed TS packet stuffing code - support for subtitle PES packets Originally committed as revision 4349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optional ISO 639 3 letter language fieldFabrice Bellard2005-06-03
| | | | Originally committed as revision 4348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVD subtitle parsing - show mpeg component IDs by defaultFabrice Bellard2005-06-03
| | | | Originally committed as revision 4347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitle codec type supportFabrice Bellard2005-06-03
| | | | Originally committed as revision 4346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some purely cosmetical hunksMichael Niedermayer2005-06-03
| | | | Originally committed as revision 4345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix stream classMichael Niedermayer2005-06-03
| | | | | | fix a infinite loop on corrupted streams Originally committed as revision 4344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix stream classMichael Niedermayer2005-06-03
| | | | | | fix a infinite loop on corrupted streams Originally committed as revision 4343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a step toward CODEC_TYPE_DATA supportMichael Niedermayer2005-06-03
| | | | | | remove a little duplicated code Originally committed as revision 4342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2005-06-03
| | | | Originally committed as revision 4341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore .pc files.Diego Biurrun2005-06-02
| | | | Originally committed as revision 4340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode H.264 with 8x8 transform.Loren Merritt2005-06-02
| | | | | | deblocking is still incorrect with 8x8+cavlc Originally committed as revision 4339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, ↵Michael Niedermayer2005-06-02
| | | | | | netfarm it) Originally committed as revision 15618 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-02
| | | | Originally committed as revision 4338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a few constMichael Niedermayer2005-06-01
| | | | Originally committed as revision 4337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l for myself (breaking amd64)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault if flush is called before the first frameMåns Rullgård2005-06-01
| | | | | | (I think that's it, and this fixes it) Originally committed as revision 4335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of 2 movq (680 -> 658 dezicycles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid one transpose (730->680 dezicycles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (symbol mangling)Loren Merritt2005-06-01
| | | | Originally committed as revision 4331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add rounding bias before the horizontal idct (765->730 dezicyles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMX for H.264 iDCT (adapted from x264)Loren Merritt2005-05-31
| | | | Originally committed as revision 4329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add -gray command line flagMåns Rullgård2005-05-31
| | | | Originally committed as revision 4328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decrease V_NB_BITS if possibleMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more trivial optimizationsMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable x264 multi-threadingMåns Rullgård2005-05-30
| | | | Originally committed as revision 4325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* maxdepth is supposed to be a constant, its faster if its too large then if ↵Michael Niedermayer2005-05-30
| | | | | | its non constant Originally committed as revision 4324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* according to the standard the object_type for H264 is 33, not 241Nico Sabbi2005-05-30
| | | | Originally committed as revision 4323 to svn://svn.ffmpeg.org/ffmpeg/trunk