summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* parse pict_type for streams in aviMichael Niedermayer2005-08-15
| | | | | | | fix mpeg4 parser so it outputs te pict_type support header only parseing without repacking Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-15
| | | | Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* automatically detect Cinepak data from Sega FILM/CPK filesMike Melanson2005-08-14
| | | | Originally committed as revision 4525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ↵Wolfram Gloger2005-08-14
| | | | | | uni-muenchen de) Originally committed as revision 4524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a few checks, seems i forgot to commit thisMichael Niedermayer2005-08-14
| | | | Originally committed as revision 4523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
| | | | Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk)Ian Caulfield2005-08-14
| | | | Originally committed as revision 4521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also ↵Ian Caulfield2005-08-14
| | | | | | | | | | fixes a few problems in the DVD decoder (the palette entries were being read back-to-front, and the timing conversions were slighly off) patch by (Ian Caulfield: imc25, cam ac uk) Originally committed as revision 4520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set timebase correctly? this thing is always 15fps?Michael Niedermayer2005-08-13
| | | | Originally committed as revision 4519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pix_fmtMichael Niedermayer2005-08-13
| | | | Originally committed as revision 4518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tinfoil patch: no array is written to in bulk before counts areMike Melanson2005-08-13
| | | | | | | validated; do not free frames that are not allocated; removed all of the output modes that no one uses and only PAL8 remains Originally committed as revision 4517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed a bunch of unused, sub-optimal codeMike Melanson2005-08-13
| | | | Originally committed as revision 4516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tinfoil patch: be more diligent about checking array boundaries beforeMike Melanson2005-08-13
| | | | | | writing to them Originally committed as revision 4515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tinfoil patch: validate motion vectors and do not free frame on exit ifMike Melanson2005-08-13
| | | | | | | frame is NULL; also removed some ancient MC code that did not perform half-pel C-plane MC Originally committed as revision 4514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tinfoil patch: make sure pixel_ptr never goes negativeMike Melanson2005-08-13
| | | | Originally committed as revision 4513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tinfoil patch: accept no widths that are no multiples of 4Mike Melanson2005-08-13
| | | | Originally committed as revision 4512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tinfoil patch: make sure that pixel pointer does not go out of boundsMike Melanson2005-08-13
| | | | Originally committed as revision 4511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* '#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM)Steven M. Schultz2005-08-13
| | | | Originally committed as revision 4510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix building in separate directoryMåns Rullgård2005-08-13
| | | | Originally committed as revision 4509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* security fixesKostya Shishkov2005-08-13
| | | | | | | | * check for writing to lines -1,-2,... * check for motion compensation (copying from and to valid place) patch by (Kostya: kostya shishkov, gmail com) Originally committed as revision 4508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FreeBSD ipv6 multicast patch from ports treeAlex Beregszaszi2005-08-12
| | | | Originally committed as revision 4507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. ↵Steven M. Schultz2005-08-11
| | | | | | Schultz": sms ; 2BSD COM) Originally committed as revision 4506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor compilation fixSam Hocevar2005-08-11
| | | | | | | | A few files are not in sync with the change of AVStream's codec member from inline struct to pointer. patch by (Sam Hocevar: sam, zoy org) Originally committed as revision 4505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix building shared version of lavf on some systems.Alexander Strasser2005-08-11
| | | | Originally committed as revision 4504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DV video encoder/decoder doesn't set keyframe and picture type properties ↵Edward Hervey2005-08-11
| | | | | | patch by (Edward Hervey:bilboed,gmail com) Originally committed as revision 4503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* silly script to fix line wraped patchesMichael Niedermayer2005-08-10
| | | | Originally committed as revision 4502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes to ignore command media embedded in MS WMV files patch by ("Brown, ↵Mike Brown2005-08-10
| | | | | | Mike": mikeb, vibephone com) Originally committed as revision 4501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-10
| | | | Originally committed as revision 4500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove -d to make libtool on OSX happy patch by ("Steven M. Schultz": sms, ↵Steven M. Schultz2005-08-09
| | | | | | 2BSD COM ) Originally committed as revision 4499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorganize lists to have one item on a line.Alexander Strasser2005-08-06
| | | | Originally committed as revision 4498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make out of source dir build work again.Alexander Strasser2005-08-06
| | | | | | | Patch originally from Justin Ruggles > jruggle ta earthlink tod net < and reordered by me to be more diff friendly. Originally committed as revision 4497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add libavutil.pc + fix version in pkg-config files patch by (j, v2v cc)j@v2v.cc2005-08-06
| | | | Originally committed as revision 4496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info)Michael Niedermayer2005-08-06
| | | | Originally committed as revision 4495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)Steven M. Schultz2005-08-05
| | | | Originally committed as revision 4494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2005-08-05
| | | | Originally committed as revision 4493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2005-08-05
| | | | Originally committed as revision 4492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2005-08-04
| | | | Originally committed as revision 4491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ffmpeg under mingwMichael Niedermayer2005-08-04
| | | | Originally committed as revision 4490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
| | | | Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertion failure for mpeg2 encodingMichael Niedermayer2005-08-01
| | | | Originally committed as revision 4488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround 'colocated mv if colocated block is L1 predicted' bug in x264Michael Niedermayer2005-08-01
| | | | Originally committed as revision 4487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A.B.C versionsMichael Niedermayer2005-07-31
| | | | Originally committed as revision 4486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to check for nonsense time_base instead of setting fake oneMichael Niedermayer2005-07-31
| | | | Originally committed as revision 4485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix name clash when building in mingw environment.Alexander Strasser2005-07-31
| | | | Originally committed as revision 4484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check time_base.den for mpeg4Michael Niedermayer2005-07-30
| | | | | | avoid zero time_base.* for h263 Originally committed as revision 4483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector limit for mpeg2Michael Niedermayer2005-07-27
| | | | Originally committed as revision 4482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIC for ia64Michael Niedermayer2005-07-27
| | | | Originally committed as revision 4481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -ldl fixMichael Niedermayer2005-07-27
| | | | Originally committed as revision 4480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* round pointer up to next packet_size multipleMichael Niedermayer2005-07-27
| | | | Originally committed as revision 4479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce verbosity.Diego Biurrun2005-07-27
| | | | Originally committed as revision 4478 to svn://svn.ffmpeg.org/ffmpeg/trunk