summaryrefslogtreecommitdiff
path: root/libavformat/raw.c
Commit message (Expand)AuthorAge
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30
* move raw video demuxer to its own fileAurelien Jacobs2010-08-30
* move pcm muxers to their own fileAurelien Jacobs2010-08-30
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-29
* move null muxer to its own fileAurelien Jacobs2010-08-29
* cleanup includes which are not used anymore in raw.cAurelien Jacobs2010-08-29
* move ac3/eac3 demuxer to its own fileAurelien Jacobs2010-08-29
* move dnxhd demuxer to its own fileAurelien Jacobs2010-08-29
* move dirac demuxer to its own fileAurelien Jacobs2010-08-29
* move h261 demuxer to its own fileAurelien Jacobs2010-08-29
* move h263 demuxer to its own fileAurelien Jacobs2010-08-29
* move h264 demuxer to its own fileAurelien Jacobs2010-08-29
* move m4v demuxer to its own fileAurelien Jacobs2010-08-29
* move cavsvideo demuxer to its own fileAurelien Jacobs2010-08-29
* move mpegvideo demuxer to its own fileAurelien Jacobs2010-08-29
* move ingenient demuxer to its own fileAurelien Jacobs2010-08-29
* move DTS demuxer to its own fileAurelien Jacobs2010-08-29
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-29
* move id roq muxer to its own fileAurelien Jacobs2010-08-29
* move ADTS AAC demuxer to its own fileAurelien Jacobs2010-08-29
* Remove duplicate initialiser for cavsvideo_muxer.extensionsMåns Rullgård2010-07-27
* add Chinese AVS encoding via external library libxavsStefan Gehrer2010-07-27
* add SubRip muxer and demuxerAurelien Jacobs2010-07-24
* Improve h263_probe()Michael Niedermayer2010-06-18
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-11
* Fix raw vc1 decoding - this is supposed to break FATE.Michael Niedermayer2010-06-11
* 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