aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Progressive frames disguised as interlaced are supportedKostya Shishkov2007-02-061-5/+3
| | | | Originally committed as revision 7849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* B-frames could not be determined from broken_link/closed_entry, use fixed valueKostya Shishkov2007-02-061-3/+4
| | | | Originally committed as revision 7848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Wrong flag testedKostya Shishkov2007-02-061-1/+1
| | | | Originally committed as revision 7847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that data[0] is set to NULL for next frameAurelien Jacobs2007-02-061-0/+1
| | | | | | to please avcodec_default_get_buffer() Originally committed as revision 7846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-02-051-8/+8
| | | | Originally committed as revision 7845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-02-051-7/+7
| | | | Originally committed as revision 7844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont output information about what is demuxed after a seek failureMichael Niedermayer2007-02-051-1/+2
| | | | Originally committed as revision 7843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dynamic index building so forward and backward seeking in avi without an ↵Michael Niedermayer2007-02-051-6/+8
| | | | | | index is possible Originally committed as revision 7842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better generic index building and seeking codeMichael Niedermayer2007-02-055-15/+59
| | | | Originally committed as revision 7841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops, revert accidental checkinMåns Rullgård2007-02-051-104/+40
| | | | Originally committed as revision 7840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix multichannel decodingMåns Rullgård2007-02-052-164/+190
| | | | Originally committed as revision 7839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move static variables to private context structMåns Rullgård2007-02-051-28/+37
| | | | Originally committed as revision 7838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove preprocessor cruftMåns Rullgård2007-02-051-8/+0
| | | | Originally committed as revision 7837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: don't needlessly open new blocksMåns Rullgård2007-02-051-48/+43
| | | | Originally committed as revision 7836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indent sensibly so code can be read at allMåns Rullgård2007-02-051-187/+177
| | | | Originally committed as revision 7835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enabled/disabled functions where possible.Diego Biurrun2007-02-051-2/+2
| | | | Originally committed as revision 7834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l uninitalized colaMichael Niedermayer2007-02-051-0/+3
| | | | | | seek regression tests are now deterministic Originally committed as revision 7833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek regression testsMichael Niedermayer2007-02-053-0/+121
| | | | Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a bit more consistency for for the imlib2 checkDiego Biurrun2007-02-051-1/+2
| | | | Originally committed as revision 7831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2007-02-051-2/+2
| | | | Originally committed as revision 7830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hardcoded dependency of imlib2 on Xlib.Víctor Paesa2007-02-053-4/+6
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link to the FFmpeg Windows Help website.Diego Biurrun2007-02-052-0/+8
| | | | Originally committed as revision 7828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put Visual C++ question in a better location.Diego Biurrun2007-02-051-15/+15
| | | | Originally committed as revision 7827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force stereo in target vcd.Michel Bardiaux2007-02-051-0/+1
| | | | | | Patch by Michel Bardiaux, mbardiaux mediaxim be. Originally committed as revision 7826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify and speedup FFMPEG_CONFIGURATION.Diego Biurrun2007-02-051-4/+1
| | | | Originally committed as revision 7825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BMP encoder by Michel Bardiaux, mbardiaux mediaxim beDiego Biurrun2007-02-055-3/+104
| | | | Originally committed as revision 7824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify quoting.Diego Biurrun2007-02-051-1/+1
| | | | Originally committed as revision 7823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix use of uninitialized variablesSascha Sommer2007-02-051-0/+5
| | | | Originally committed as revision 7822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.Benoit Fouet2007-02-051-5/+0
| | | | Originally committed as revision 7821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set codec dimensions in extradata parsingKostya Shishkov2007-02-051-0/+2
| | | | Originally committed as revision 7820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* table fixKostya Shishkov2007-02-051-1/+1
| | | | Originally committed as revision 7819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix audio corruption when cutting.Wolfram Gloger2007-02-051-7/+10
| | | | | | Patch by Wolfram Gloger, wmglo dent dot med dot uni-muenchen dot de. Originally committed as revision 7818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move networking #includes into separate fileRamiro Polla2007-02-048-34/+37
| | | | | | patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org Originally committed as revision 7817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless as this file wont be compiled if this is not trueMichael Niedermayer2007-02-041-2/+0
| | | | Originally committed as revision 7816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Save frame header info in context variablesKostya Shishkov2007-02-041-5/+4
| | | | Originally committed as revision 7815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set frame rate from extradataKostya Shishkov2007-02-041-3/+9
| | | | Originally committed as revision 7814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize switch_buffer()Michael Niedermayer2007-02-031-24/+16
| | | | Originally committed as revision 7813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of takethat.mp3Michael Niedermayer2007-02-031-2/+10
| | | | Originally committed as revision 7812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* These messages are just for debug purposesKostya Shishkov2007-02-031-2/+2
| | | | Originally committed as revision 7811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set codec dimensions if provided by extradataKostya Shishkov2007-02-031-2/+2
| | | | Originally committed as revision 7810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC-1 parserKostya Shishkov2007-02-033-2/+95
| | | | Originally committed as revision 7809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make x11grab output its warning that it couldn't find the mouse pointer onlyPanagiotis Issaris2007-02-021-1/+7
| | | | | | | once. This prevents flooding of the terminal when grabbing from a different X-screen. Originally committed as revision 7808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0x00000103 is not an escape markerKostya Shishkov2007-02-021-2/+1
| | | | Originally committed as revision 7807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng2007-02-021-5/+3
| | | | | | | Patch by Zuxy Meng (mail = `echo "Zuxy Meng" | tr "[A-Z] " "[a-z]." | sed "s/$/@gmail.com/"`) Originally committed as revision 7806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* packets must be correctly interleavedMichael Niedermayer2007-02-021-0/+2
| | | | Originally committed as revision 7805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FIXMEMichael Niedermayer2007-02-021-1/+1
| | | | Originally committed as revision 7804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* General approach to parsing chunks in VC-1 APKostya Shishkov2007-02-021-40/+124
| | | | Originally committed as revision 7803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some (probably exploitable) out of array write fixesMichael Niedermayer2007-02-021-2/+23
| | | | Originally committed as revision 7802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missed a redundant loadMåns Rullgård2007-02-021-1/+1
| | | | Originally committed as revision 7801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert accidental checkinMåns Rullgård2007-02-011-1/+0
| | | | Originally committed as revision 7800 to svn://svn.ffmpeg.org/ffmpeg/trunk