2 Commits (f2953365d1c1da8c1e586270c6eb2c7437c77a9f)

Author SHA1 Message Date
Martin Storsjö 9013560f13 Add a muxer and demuxer for raw G.722 14 years ago
Aurelien Jacobs 4ca31edcfe split raw.c into rawdec.c and rawenc.c 14 years ago
Aurelien Jacobs 92aa28d292 move raw video demuxer to its own file 14 years ago
Aurelien Jacobs f1714d5846 move pcm muxers to their own file 14 years ago
Aurelien Jacobs e94204dfd8 move pcm demuxers to their own file 14 years ago
Aurelien Jacobs 4bc16e83a7 simplify code by using the AV_NE() macro 14 years ago
Aurelien Jacobs 8f3890404c move null muxer to its own file 14 years ago
Aurelien Jacobs 1ac301cad8 cleanup includes which are not used anymore in raw.c 14 years ago
Aurelien Jacobs 9e0d82418b move ac3/eac3 demuxer to its own file 14 years ago
Aurelien Jacobs 66e35c5fc6 move dnxhd demuxer to its own file 14 years ago
Aurelien Jacobs 170a250f7d move dirac demuxer to its own file 14 years ago
Aurelien Jacobs 99392a6111 move h261 demuxer to its own file 14 years ago
Aurelien Jacobs b30593c7db move h263 demuxer to its own file 14 years ago
Aurelien Jacobs 9243ed3f91 move h264 demuxer to its own file 14 years ago
Aurelien Jacobs e35070582e move m4v demuxer to its own file 14 years ago
Aurelien Jacobs c3ed4b2d38 move cavsvideo demuxer to its own file 14 years ago
Aurelien Jacobs 8c51530fa1 move mpegvideo demuxer to its own file 14 years ago
Aurelien Jacobs b47a5a954a move ingenient demuxer to its own file 14 years ago
Aurelien Jacobs 6d0678d182 move DTS demuxer to its own file 14 years ago
Aurelien Jacobs 85a2aada90 simplify code by using the AV_NE() macro 14 years ago
Aurelien Jacobs 54a73bb57f move id roq muxer to its own file 14 years ago
Aurelien Jacobs 49824cb66a move ADTS AAC demuxer to its own file 14 years ago
Måns Rullgård 8a0f61c4fb Remove duplicate initialiser for cavsvideo_muxer.extensions 15 years ago
Stefan Gehrer de29597680 add Chinese AVS encoding via external library libxavs 15 years ago
Aurelien Jacobs ba2c508d0c add SubRip muxer and demuxer 15 years ago
Michael Niedermayer 57eb217ac4 Improve h263_probe() 15 years ago
Michael Karcher 3a1350e8d9 Generalize ID3v2 functions to support ID3v2-like ID headers with a 15 years ago
Michael Niedermayer 1c1697117d Fix raw vc1 decoding - this is supposed to break FATE. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 4130f7393b Reindent 15 years ago
Reimar Döffinger 3adcfbbeb5 Optimize h261_probe function, since it is far slower than all others. 15 years ago
Michael Niedermayer 0cd55b0c18 Add CODEC_ID_DNXHD into the 25 fps case. 15 years ago
Michael Niedermayer b68a7679f9 Raise threshold of h263 probe by 1 to avoid misdetection. 15 years ago
Michael Niedermayer f76eef99a2 Add out commented av_log to debug h263_probe. 15 years ago
Carl Eugen Hoyos 0f87b77176 Use enum instead of integer types where appropriate. 15 years ago
Daniel Verkamp 79c0790789 Fix pcm_read_seek () when the position it calculates is greater than 2 GB. 15 years ago
Reimar Döffinger c3db0bc61d Return any error return values from av_get_packet, get_buffer etc. unchanged 15 years ago
Reimar Döffinger 22a7e19b50 Make rawvideo_read_packet return partial frames. 15 years ago
Reimar Döffinger 8cb724c5c4 Simplify: remove pointless {} and else 15 years ago
Reimar Döffinger d4c1803e0e Remove pointless setting of pkt->size, av_get_packet already handles this. 15 years ago
Reimar Döffinger c67031e7cf av_new_packet failing should return ENOMEM, not EIO. 15 years ago
Reimar Döffinger 4b4ac5c7a8 Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. 15 years ago
Michael Niedermayer 2a3caca2b1 Make h261 and mpegvideo probe a little more robust so they dont fail with 15 years ago
Reimar Döffinger 98487a5b69 Make dnxhd probe more strict, fail if we detect values in header that would 15 years ago
Michael Niedermayer 89c4e176f6 Rewrite h261_probe(). 15 years ago
Reimar Döffinger 05bdd33a12 Make DTS probe more robust against false positives (as e.g. probetest shows). 15 years ago
Michael Niedermayer e4c01d408a Rewrite h263_probe(). 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Aurelien Jacobs 23251d751b fix compilation of cavsvideo demuxer 16 years ago
Patrick Dehne d52b90bdb4 Add support for id3 tag parsing for ADTS AAC streams 16 years ago