5335 Commits (31f8c109836066fe34b03a15fa1fb19fea3d2cff)

Author SHA1 Message Date
Carl Eugen Hoyos bc2d2a07d5 Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 15 years ago
Justin Ruggles 68677dd8ed Log a clearer warning message when muxing FLV with Speex containing more than 15 years ago
Reimar Döffinger c76911bd65 Split parts of dvdata.h into dvdata.c, this ensures that things like 15 years ago
Justin Ruggles 046c400103 Add Speex support to the FLV muxer. 15 years ago
Jai Menon 2e3ca1ffd0 Skip padding bytes correctly in ID3 tags. 15 years ago
Justin Ruggles 0fa0fa296a 10l: update Makefile after rename 15 years ago
Justin Ruggles 5855e4e0dd Rename aiff.c to aiffdec.c 15 years ago
Justin Ruggles 47b47bbdaf Split up the AIFF muxer and demuxer into separate files. 15 years ago
Reimar Döffinger d8b35b8586 Add decoder for "forward uncompressed". 15 years ago
Reimar Döffinger 1e69999334 MXF: simply ignore tracks that are invalid due to not having a valid Sequence 15 years ago
Justin Ruggles 8746296818 Add Speex support to the Ogg muxer. 15 years ago
Justin Ruggles 24c6f152c4 Do not read data past the end of the SSND chunk in the AIFF demuxer. 15 years ago
Carl Eugen Hoyos dd9d5a1ef8 Support Midvid JPEG Video Codec (still flipped). 15 years ago
Carl Eugen Hoyos 54089ecd5a Support Intel JPEG Library Video Codec (still flipped). 15 years ago
Justin Ruggles 15299b3821 Calculate correct packet durations when demuxing Ogg/Speex. This involves 15 years ago
Reimar Döffinger 90aa6ace63 Merge declaration and initialization 15 years ago
Reimar Döffinger 098d8e0950 Simplify: use FFMIN 15 years ago
Daniel G. Taylor febd1c90a6 Detect Windows Media DRM protected files and display warning if no key 15 years ago
Carl Eugen Hoyos b8c0db9981 Allow autodetection of E-AC3. 15 years ago
Carl Eugen Hoyos 0096d766b9 Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS. 15 years ago
Daniel Verkamp 54eb4ae0a2 Do not allow 0 sample rate in TMV demuxer 15 years ago
Daniel Verkamp f19ae9ea4d Stricter TMV probe 15 years ago
Daniel Verkamp 70d8c762d9 Reindent 15 years ago
Daniel Verkamp 811e0fc2e8 Add RF64 support to wav demuxer. 15 years ago
Anton Khirnov 7fd5aeb3e5 Only read ID3v1 tag if ID3v2 isn't present or is empty. 15 years ago
Anton Khirnov 41770abf86 id3v2: Export all text information frames with correct names. 15 years ago
Anton Khirnov 078d89a2b0 MP3 muxer: Write all metadata. 15 years ago
Daniel Verkamp 79c0790789 Fix pcm_read_seek () when the position it calculates is greater than 2 GB. 15 years ago
Ian Caulfield 63380b5e54 Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two separate streams. 15 years ago
Carl Eugen Hoyos e18027ac40 Add FIXME about low_delay vs has_b_frames. 15 years ago
Wallak f4a4be3f4e H264 allows B frames without requiring a >=1 sized buffer. 15 years ago
Reimar Döffinger 3fcb5113c6 wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of 15 years ago
Reimar Döffinger e581b6288f wav: return av_get_packet errors unchanged. 15 years ago
Reimar Döffinger fbc6630168 Remove url_feof check that would be triggered only after incorrectly producing 15 years ago
Reimar Döffinger 8a62a378de Remove useless setting of pkt->size, av_get_packet already handles that. 15 years ago
Reimar Döffinger a7a9dd0eb6 Return special EOF checking for aiff and au demuxers, the check was at 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 7f7686dfb1 Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as 15 years ago
Aurelien Jacobs 553e9f7529 matroskadec: cosmetics: indentation 15 years ago
Aurelien Jacobs ff0d5a745e matroskadec: don't overwrite extradata already read by ff_get_wav_header() 15 years ago
Aurelien Jacobs 038146e9cf matroskadec: fix handling of A_MS/ACM track with no extradata 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 b46c98bf66 au demuxer: pass av_get_packet error on unchanged instead of converting to 15 years ago
Reimar Döffinger c67031e7cf av_new_packet failing should return ENOMEM, not EIO. 15 years ago
Reimar Döffinger 43d7c6118d put_bits can only reliably write up to 31 bit bits, above it relies on 15 years ago
Aurelien Jacobs e471e3c4a5 Fix playback of strange AVI files with stray LIST. 15 years ago
Reimar Döffinger f2ad907060 10l in code reading codec_name, the first byte is the length and should not 15 years ago
Reimar Döffinger 5dd76bd741 Return an error when the parsed mpc chunk size is negative, otherwise we 15 years ago