summaryrefslogtreecommitdiffstats
path: root/libavformat/raw.c
Commit message (Expand)AuthorAgeFilesLines
* Improve h263_probe()Michael Niedermayer2010-06-181-0/+8
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-111-2/+2
* Fix raw vc1 decoding - this is supposed to break FATE.Michael Niedermayer2010-06-111-0/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-7/+7
* ReindentReimar Döffinger2010-02-141-1/+1
* Optimize h261_probe function, since it is far slower than all others.Reimar Döffinger2010-02-141-0/+4
* Add CODEC_ID_DNXHD into the 25 fps case.Michael Niedermayer2009-12-131-0/+1
* Raise threshold of h263 probe by 1 to avoid misdetection.Michael Niedermayer2009-12-081-1/+2
* Add out commented av_log to debug h263_probe.Michael Niedermayer2009-12-081-0/+1
* Use enum instead of integer types where appropriate.Carl Eugen Hoyos2009-11-081-1/+1
* Fix pcm_read_seek () when the position it calculates is greater than 2 GB.Daniel Verkamp2009-10-051-2/+2
* Return any error return values from av_get_packet, get_buffer etc. unchangedReimar Döffinger2009-10-021-9/+8
* Make rawvideo_read_packet return partial frames.Reimar Döffinger2009-10-011-1/+1
* Simplify: remove pointless {} and elseReimar Döffinger2009-10-011-4/+2
* Remove pointless setting of pkt->size, av_get_packet already handles this.Reimar Döffinger2009-10-011-3/+0
* av_new_packet failing should return ENOMEM, not EIO.Reimar Döffinger2009-10-011-2/+2
* Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.Reimar Döffinger2009-09-291-2/+5
* Make h261 and mpegvideo probe a little more robust so they dont fail withMichael Niedermayer2009-09-151-2/+2
* Make dnxhd probe more strict, fail if we detect values in header that wouldReimar Döffinger2009-09-141-3/+12
* Rewrite h261_probe().Michael Niedermayer2009-09-141-7/+29
* Make DTS probe more robust against false positives (as e.g. probetest shows).Reimar Döffinger2009-09-141-3/+11
* Rewrite h263_probe().Michael Niedermayer2009-09-141-6/+25
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-2/+2
* fix compilation of cavsvideo demuxerAurelien Jacobs2009-07-241-0/+2
* Add support for id3 tag parsing for ADTS AAC streamsPatrick Dehne2009-06-191-1/+22
* It should be #if, not #ifdefAndreas Öman2009-04-221-1/+1
* Add raw MLP muxer.Ramiro Polla2009-04-211-0/+15
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samplesBaptiste Coudurier2009-04-121-1/+5
* Support raw TrueHD filesRamiro Polla2009-03-191-0/+29
* Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger2009-03-141-0/+1
* Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer2009-03-011-2/+3
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-281-57/+18
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-261-48/+0
* consistent naming of Chinese AVS raw demuxerStefan Gehrer2009-02-221-1/+1
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-211-0/+56
* Add a context to av_log() call.Benoit Fouet2009-02-161-1/+1
* Make format long_names consistent.Diego Biurrun2009-02-161-10/+10
* Whitespace cosmetics to align return statements.Benoit Fouet2009-01-271-1/+1
* Check buffer is inside what is passed when probing for flac.Benoit Fouet2009-01-271-1/+2
* Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven2009-01-251-1/+18
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-191-3/+10
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-59/+59
* Remove silly FIXME comment.Michael Niedermayer2008-12-141-1/+1
* ADTS AAC probe.Michael Niedermayer2008-12-021-1/+33
* raw dnxhd de/muxerBaptiste Coudurier2008-10-241-0/+39
* Assume mono if no other information for raw.Michael Niedermayer2008-10-181-1/+2
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-1/+1
* write number of samples in FLAC extradata.Justin Ruggles2008-09-141-0/+18
OpenPOWER on IntegriCloud