summaryrefslogtreecommitdiff
path: root/libavformat/raw.c
Commit message (Expand)AuthorAge
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* ReindentReimar Döffinger2010-02-14
* Optimize h261_probe function, since it is far slower than all others.Reimar Döffinger2010-02-14
* Add CODEC_ID_DNXHD into the 25 fps case.Michael Niedermayer2009-12-13
* Raise threshold of h263 probe by 1 to avoid misdetection.Michael Niedermayer2009-12-08
* Add out commented av_log to debug h263_probe.Michael Niedermayer2009-12-08
* Use enum instead of integer types where appropriate.Carl Eugen Hoyos2009-11-08
* Fix pcm_read_seek () when the position it calculates is greater than 2 GB.Daniel Verkamp2009-10-05
* Return any error return values from av_get_packet, get_buffer etc. unchangedReimar Döffinger2009-10-02
* Make rawvideo_read_packet return partial frames.Reimar Döffinger2009-10-01
* Simplify: remove pointless {} and elseReimar Döffinger2009-10-01
* Remove pointless setting of pkt->size, av_get_packet already handles this.Reimar Döffinger2009-10-01
* av_new_packet failing should return ENOMEM, not EIO.Reimar Döffinger2009-10-01
* Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.Reimar Döffinger2009-09-29
* Make h261 and mpegvideo probe a little more robust so they dont fail withMichael Niedermayer2009-09-15
* Make dnxhd probe more strict, fail if we detect values in header that wouldReimar Döffinger2009-09-14
* Rewrite h261_probe().Michael Niedermayer2009-09-14
* Make DTS probe more robust against false positives (as e.g. probetest shows).Reimar Döffinger2009-09-14
* Rewrite h263_probe().Michael Niedermayer2009-09-14
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* fix compilation of cavsvideo demuxerAurelien Jacobs2009-07-24
* Add support for id3 tag parsing for ADTS AAC streamsPatrick Dehne2009-06-19
* It should be #if, not #ifdefAndreas Öman2009-04-22
* Add raw MLP muxer.Ramiro Polla2009-04-21
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samplesBaptiste Coudurier2009-04-12
* Support raw TrueHD filesRamiro Polla2009-03-19
* Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger2009-03-14
* Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer2009-03-01
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-28
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-26
* consistent naming of Chinese AVS raw demuxerStefan Gehrer2009-02-22
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-21
* Add a context to av_log() call.Benoit Fouet2009-02-16
* Make format long_names consistent.Diego Biurrun2009-02-16
* Whitespace cosmetics to align return statements.Benoit Fouet2009-01-27
* Check buffer is inside what is passed when probing for flac.Benoit Fouet2009-01-27
* Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven2009-01-25
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-19
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove silly FIXME comment.Michael Niedermayer2008-12-14
* ADTS AAC probe.Michael Niedermayer2008-12-02
* raw dnxhd de/muxerBaptiste Coudurier2008-10-24
* Assume mono if no other information for raw.Michael Niedermayer2008-10-18
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* write number of samples in FLAC extradata.Justin Ruggles2008-09-14
* change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use itJustin Ruggles2008-09-01
* simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.Aurelien Jacobs2008-09-01
* check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXERJustin Ruggles2008-09-01