171 Commits (03f0d1757568611c9150103c445e647d09149f70)

Author SHA1 Message Date
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
Andreas Öman 0e1ccdeb11 It should be #if, not #ifdef 16 years ago
Ramiro Polla 9145021d68 Add raw MLP muxer. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Baptiste Coudurier a3d23e15fb fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples 16 years ago
Ramiro Polla 23d9cc4563 Support raw TrueHD files 16 years ago
Reimar Döffinger bd36f175ab Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly 16 years ago
Michael Niedermayer 4022fe01a6 Change the timebase of the raw demuxer to one that can represent the ts of fields. 16 years ago
Justin Ruggles 81f052cb7d Separate the raw FLAC demuxer from raw.c and put in a new file, 16 years ago
Justin Ruggles caee91f7d0 Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. 16 years ago
Stefan Gehrer b81350a866 consistent naming of Chinese AVS raw demuxer 16 years ago
Stefan Gehrer 9f2fc1268c add raw demuxer for Chinese AVS elementary streams 16 years ago
Benoit Fouet ff9843ca39 Add a context to av_log() call. 16 years ago
Diego Biurrun b4ee1d3911 Make format long_names consistent. 16 years ago
Benoit Fouet bbfb80f363 Whitespace cosmetics to align return statements. 16 years ago
Benoit Fouet 16f753f43f Check buffer is inside what is passed when probing for flac. 16 years ago
David DeHaven 6cde949a20 Handle ID3v2 tags in raw FLAC streams by skipping them. 16 years ago
Alex Converse ac3ef4a41b Fix probing of files with ID3v2 tags. Discussed at 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer 492322fccc Remove silly FIXME comment. 16 years ago
Michael Niedermayer 2ba0cdd527 ADTS AAC probe. 16 years ago
Baptiste Coudurier bd09e8a7df raw dnxhd de/muxer 16 years ago
Michael Niedermayer bf9067cf3e Assume mono if no other information for raw. 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Justin Ruggles e1a12934c5 write number of samples in FLAC extradata. 16 years ago