summaryrefslogtreecommitdiff
path: root/libavformat/raw.c
Commit message (Collapse)AuthorAge
...
* Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun2008-08-15
| | | | Originally committed as revision 14782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun2008-08-15
| | | | | | functions by more appropriate format-specific preprocessor conditions. Originally committed as revision 14781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun2008-08-15
| | | | | | declarations by more specific CONFIG_FOOBAR_MUXER conditions. Originally committed as revision 14780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun2008-08-15
| | | | | | condition. This will make upcoming diffs smaller. Originally committed as revision 14779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: misc spelling fixesDiego Biurrun2008-08-15
| | | | Originally committed as revision 14778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check url_fseek return valueBaptiste Coudurier2008-07-31
| | | | Originally committed as revision 14490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect IDR less H.264 correctly.Michael Niedermayer2008-07-26
| | | | | | Fixes maybeH264_dumpvideo Originally committed as revision 14424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_probe()Michael Niedermayer2008-07-12
| | | | Originally committed as revision 14186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmetics in PCM codec long namesDiego Biurrun2008-07-07
| | | | Originally committed as revision 14097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless close funcsBaptiste Coudurier2008-06-19
| | | | Originally committed as revision 13835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini2008-06-05
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw mlp demuxerRamiro Polla2008-05-30
| | | | | | | Based on patch by Jeff Muizelaar <jrmuizel <at> gmail.org> http://article.gmane.org/gmane.comp.video.ffmpeg.devel/57797 Originally committed as revision 13558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-12
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dts probeBenjamin Larsson2008-05-03
| | | | Originally committed as revision 13040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato2008-05-02
| | | | | | patch extracted by Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDoTuk. Originally committed as revision 13031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer2008-04-28
| | | | Originally committed as revision 13013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set demuxers .value and use common audio_read_header functionBaptiste Coudurier2008-04-28
| | | | Originally committed as revision 13012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-22
| | | | Originally committed as revision 12922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compute AC3 frame CRC for stronger raw AC3 format probing.Andreas Öman2008-04-21
| | | | | | Closes issue64. Originally committed as revision 12920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raw dts muxerBenjamin Larsson2008-04-20
| | | | Originally committed as revision 12912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set pts/dts in raw (yuv,rgb,pcm) demuxers.Michael Niedermayer2008-01-12
| | | | Originally committed as revision 11513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-26
| | | | | | fixes issue309 Originally committed as revision 11322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
| | | | Originally committed as revision 10475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100000l (forgotten return)Michael Niedermayer2007-08-10
| | | | Originally committed as revision 10062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)Michael Niedermayer2007-08-10
| | | | Originally committed as revision 10060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac probeMichael Niedermayer2007-08-10
| | | | | | closes issue83 Originally committed as revision 10059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to me. Revert recent changes to ac3_probe() which made misdetection as ↵Justin Ruggles2007-08-05
| | | | | | AC3 too probable. Originally committed as revision 9931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless raw_write_headerBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* additional tweaks to AC3 probe function. give a higher score to a single frameJustin Ruggles2007-08-05
| | | | | | at the start of the stream. also read all available data in the probe buffer. Originally committed as revision 9922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase the maximum AC3 probe buffer size and reduce the threshold for 50% ↵Justin Ruggles2007-08-04
| | | | | | reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable. Originally committed as revision 9920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
| | | | Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill uninitialised variable warning in ac3_probe()Måns Rullgård2007-07-07
| | | | Originally committed as revision 9521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove empty write trailer functionsVitor Sessak2007-06-27
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 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
* 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
* 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
* add rgb suffix to rawvideo muxerBenoit Fouet2007-04-25
| | | | Originally committed as revision 8805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the declaration of AVInputFormat ac3_demuxer conditionalDiego Biurrun2007-04-15
| | | | | | on CONFIG_AC3_DEMUXER. Originally committed as revision 8741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-15
| | | | Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk