summaryrefslogtreecommitdiffstats
path: root/libavformat/raw.c
Commit message (Expand)AuthorAgeFilesLines
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-301-486/+0
* move raw video demuxer to its own fileAurelien Jacobs2010-08-301-40/+0
* move pcm muxers to their own fileAurelien Jacobs2010-08-301-84/+0
* move pcm demuxers to their own fileAurelien Jacobs2010-08-301-79/+3
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-291-12/+4
* move null muxer to its own fileAurelien Jacobs2010-08-291-22/+0
* cleanup includes which are not used anymore in raw.cAurelien Jacobs2010-08-291-4/+0
* move ac3/eac3 demuxer to its own fileAurelien Jacobs2010-08-291-86/+0
* move dnxhd demuxer to its own fileAurelien Jacobs2010-08-291-33/+0
* move dirac demuxer to its own fileAurelien Jacobs2010-08-291-23/+0
* move h261 demuxer to its own fileAurelien Jacobs2010-08-291-55/+0
* move h263 demuxer to its own fileAurelien Jacobs2010-08-291-58/+0
* move h264 demuxer to its own fileAurelien Jacobs2010-08-291-61/+0
* move m4v demuxer to its own fileAurelien Jacobs2010-08-291-43/+0
* move cavsvideo demuxer to its own fileAurelien Jacobs2010-08-291-58/+0
* move mpegvideo demuxer to its own fileAurelien Jacobs2010-08-291-47/+0
* move ingenient demuxer to its own fileAurelien Jacobs2010-08-291-63/+11
* move DTS demuxer to its own fileAurelien Jacobs2010-08-291-64/+7
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-291-5/+1
* move id roq muxer to its own fileAurelien Jacobs2010-08-291-48/+19
* move ADTS AAC demuxer to its own fileAurelien Jacobs2010-08-291-73/+0
* Remove duplicate initialiser for cavsvideo_muxer.extensionsMåns Rullgård2010-07-271-1/+0
* add Chinese AVS encoding via external library libxavsStefan Gehrer2010-07-271-0/+16
* add SubRip muxer and demuxerAurelien Jacobs2010-07-241-0/+12
* 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
OpenPOWER on IntegriCloud