summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rephrase a paragraph for ease of understanding, suggested by Mans.Diego Biurrun2005-06-121-9/+9
| | | | Originally committed as revision 4379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/phrasing fixes, mostly by MansDiego Biurrun2005-06-111-8/+9
| | | | Originally committed as revision 4378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2005-06-111-1/+1
| | | | Originally committed as revision 4377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wording/phrasingDiego Biurrun2005-06-111-64/+64
| | | | Originally committed as revision 4376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Removed trailing whitespace, converted tabs to spaces.Diego Biurrun2005-06-111-58/+58
| | | | Originally committed as revision 4375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the sentence about WMP object IDs.Diego Biurrun2005-06-111-2/+2
| | | | Originally committed as revision 4374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Talk of MPEG-4 instead of DivX.Diego Biurrun2005-06-111-1/+1
| | | | Originally committed as revision 4373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent spellingDiego Biurrun2005-06-101-1/+1
| | | | Originally committed as revision 4372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further spelling/grammar/wording fixes as suggested by the Wanderer and MansDiego Biurrun2005-06-091-9/+9
| | | | Originally committed as revision 4371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2005-06-091-33/+34
| | | | Originally committed as revision 4370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixes suggested by the WandererDiego Biurrun2005-06-091-8/+8
| | | | 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-092-1/+2
| | | | | | bitfreak net) Originally committed as revision 4368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammarDiego Biurrun2005-06-091-34/+34
| | | | Originally committed as revision 4367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further spelling/wording/grammar fixes suggested by the Wanderer.Diego Biurrun2005-06-091-8/+8
| | | | Originally committed as revision 4366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Break overly long lines.Diego Biurrun2005-06-091-19/+63
| | | | Originally committed as revision 4365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2005-06-091-23/+23
| | | | Originally committed as revision 4364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2005-06-091-8/+8
| | | | Originally committed as revision 4363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The default MPEG-4 fourcc is now FMP4.Diego Biurrun2005-06-091-1/+1
| | | | Originally committed as revision 4362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2005-06-091-19/+19
| | | | Originally committed as revision 4361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo in cabac tablesLoren Merritt2005-06-081-3/+3
| | | | 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-072-0/+3
| | | | Originally committed as revision 4359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some nut.hu hypeAlex Beregszaszi2005-06-071-2/+1
| | | | Originally committed as revision 4358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apiexample fix by (Chip: szarlada, freemail hu)Michael Niedermayer2005-06-071-0/+1
| | | | 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-071-1/+1
| | | | Originally committed as revision 4356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (dont read variables before they have been set)Michael Niedermayer2005-06-051-12/+12
| | | | Originally committed as revision 4355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by (lists: kenneth aafloy net)Michael Niedermayer2005-06-051-1/+1
| | | | Originally committed as revision 4354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mixed code/declarationsMåns Rullgård2005-06-041-4/+5
| | | | Originally committed as revision 4353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegts regression testMichael Niedermayer2005-06-032-2/+8
| | | | 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-031-357/+550
| | | | | | 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-031-1/+2
| | | | 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-031-26/+136
| | | | | | 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-031-1/+3
| | | | Originally committed as revision 4348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVD subtitle parsing - show mpeg component IDs by defaultFabrice Bellard2005-06-031-0/+4
| | | | Originally committed as revision 4347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitle codec type supportFabrice Bellard2005-06-036-3/+933
| | | | Originally committed as revision 4346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some purely cosmetical hunksMichael Niedermayer2005-06-031-1/+10
| | | | Originally committed as revision 4345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix stream classMichael Niedermayer2005-06-031-1/+1
| | | | | | fix a infinite loop on corrupted streams Originally committed as revision 4344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix stream classMichael Niedermayer2005-06-031-22/+23
| | | | | | 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-031-47/+39
| | | | | | remove a little duplicated code Originally committed as revision 4342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2005-06-031-1/+2
| | | | Originally committed as revision 4341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore .pc files.Diego Biurrun2005-06-021-0/+1
| | | | Originally committed as revision 4340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode H.264 with 8x8 transform.Loren Merritt2005-06-025-63/+693
| | | | | | 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-021-3/+8
| | | | | | 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-024-886/+917
| | | | Originally committed as revision 4338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a few constMichael Niedermayer2005-06-0116-61/+61
| | | | Originally committed as revision 4337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l for myself (breaking amd64)Michael Niedermayer2005-06-011-4/+4
| | | | 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-011-1/+2
| | | | | | (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-011-7/+13
| | | | 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-011-17/+15
| | | | Originally committed as revision 4333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid one transpose (730->680 dezicycles on duron)Michael Niedermayer2005-06-012-11/+22
| | | | Originally committed as revision 4332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (symbol mangling)Loren Merritt2005-06-011-7/+7
| | | | Originally committed as revision 4331 to svn://svn.ffmpeg.org/ffmpeg/trunk