summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* remove now useless sync keyBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to seek on specific key anymore, since klv_read_packet will sync, ↵Baptiste Coudurier2007-06-03
| | | | | | tested on encrypted files Originally committed as revision 9187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not print error message when klv_read_packet failsBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to mxf klv key before trying to read klv packetBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* match uids indenpendantly of the version byteBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reorder and classify uidsBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of if(1)Michael Niedermayer2007-06-02
| | | | Originally committed as revision 9179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of one layer of callback obfuscationMichael Niedermayer2007-06-02
| | | | Originally committed as revision 9178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill completely idiotic code which hides all but 2 streamsMichael Niedermayer2007-06-02
| | | | Originally committed as revision 9177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct implementation of "try with auto_guess if first detection fails"Michael Niedermayer2007-06-02
| | | | | | (untested) Originally committed as revision 9175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r4802 (try with auto_guess if first detection fails)Michael Niedermayer2007-06-02
| | | | | | | this change is broken, 3/4 of the code added is unreachable, ill implement it correctly in a moment Originally committed as revision 9174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpeg2ts_raw mode into its own demuxer using such a flag is an ↵Michael Niedermayer2007-06-02
| | | | | | incredibly dirty hack Originally committed as revision 9173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move jpegls up, fixes sf bug #1629152Michael Niedermayer2007-05-30
| | | | Originally committed as revision 9165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use FFSWAP()Aurelien Jacobs2007-05-30
| | | | Originally committed as revision 9158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn the user about the the mdhd problemMichael Niedermayer2007-05-30
| | | | | | | (this is of course not a good solution but its better than silently generating invalid files, we should find a better solution) Originally committed as revision 9153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable initialization (because of a gcc warning)Glenn A. Serre2007-05-29
| | | | | | patch by Glenn A. Serre gaserre spiresoftware com Originally committed as revision 9146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix "incorrect frame size" errors with small.nuvMichael Niedermayer2007-05-27
| | | | Originally committed as revision 9133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add rgb suffix handling for demuxerBenoit Fouet2007-05-23
| | | | Originally committed as revision 9103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* id3v2 writerAndreas Öman2007-05-22
| | | | | | | patch by Andreas Öman andreas olebyn nu original thread: [FFmpeg-devel] [Ffmpeg-devel] ID3v2 Originally committed as revision 9102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* id3v2 readerAndreas Öman2007-05-22
| | | | | | | patch by Andreas Öman andreas olebyn nu original thread: [FFmpeg-devel] [Ffmpeg-devel] ID3v2 Originally committed as revision 9101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic v1/v2 renamingAndreas Öman2007-05-22
| | | | | | patch by Andreas Öman andreas olebyn nu Originally committed as revision 9100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add transport method optionsThijs Vermeir2007-05-22
| | | | | | | | patch by Thijs Vermeir thijs vermeir chez barco com original thread: [FFmpeg-devel] [PATCH] Add rtsp options support ( added option) Originally committed as revision 9099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for optionsThijs Vermeir2007-05-22
| | | | | | | | patch by Thijs Vermeir thijs vermeir chez barco com original thread: [FFmpeg-devel] [PATCH] Add rtsp options support ( added option) Originally committed as revision 9098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* r9095 invalidly removed the check for non-winsockAlex Beregszaszi2007-05-21
| | | | Originally committed as revision 9096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix FD_SETSIZE handling in our poll() emulationAlex Beregszaszi2007-05-21
| | | | Originally committed as revision 9095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print and return error if output is non seekableBaptiste Coudurier2007-05-21
| | | | Originally committed as revision 9087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use usleep instead of sleep, some MinGW versions lack sleep.Alex Beregszaszi2007-05-17
| | | | Originally committed as revision 9044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
| | | | | | FFmpeg is pure C and not all public headers have the declarations. Originally committed as revision 9037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unnecessary libavcodec/ prefix in #include path.Diego Biurrun2007-05-16
| | | | Originally committed as revision 9033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't forget about audio remaining in buffer, in case there is enoughCorey Hickey2007-05-16
| | | | | | left to make another DV frame. Originally committed as revision 9032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial mingw networking supportAlex Beregszaszi2007-05-15
| | | | Originally committed as revision 9029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, no need for a functionBaptiste Coudurier2007-05-12
| | | | Originally committed as revision 9008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ctts index computation when seeking, check must be done against next ↵Baptiste Coudurier2007-05-12
| | | | | | ctts sample, thanks to Uoti Originally committed as revision 9007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix indentationAlex Beregszaszi2007-05-11
| | | | Originally committed as revision 8998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dmb1 fourcc, mjpeg_opendml.movBaptiste Coudurier2007-05-10
| | | | Originally committed as revision 8990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use url_fopen error code when opening input fileBenoit Fouet2007-05-10
| | | | | | handle the AVERROR_NOENT error case in print_error Originally committed as revision 8977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TyposPanagiotis Issaris2007-05-10
| | | | Originally committed as revision 8974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent code after last commitLuca Abeni2007-05-10
| | | | Originally committed as revision 8973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow avoid setting the video standard and input when capturing v4l2 video.Limin Wang2007-05-10
| | | | | | Patch by Limin Wang, edited by me Originally committed as revision 8971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak2007-05-09
| | | | | | | | reference thread: Subject: [FFmpeg-devel] [PATCH] RoQ muxer Date: Wed, 09 May 2007 19:44:21 +0200 Originally committed as revision 8959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08
| | | | Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autodetect ptx filesIvo van Poorten2007-05-08
| | | | Originally committed as revision 8938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-07
| | | | Originally committed as revision 8928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TXD demuxerIvo van Poorten2007-05-07
| | | | Originally committed as revision 8927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve mpeg4-es detection by rejecting streams with reserved startcodes ↵Michael Niedermayer2007-05-07
| | | | | | (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) Originally committed as revision 8923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two small typos in commentReimar Döffinger2007-05-06
| | | | Originally committed as revision 8920 to svn://svn.ffmpeg.org/ffmpeg/trunk