5471 Commits (6399c17d545e9666e3eece87b136d0107a900c5d)

Author SHA1 Message Date
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
Reimar Döffinger c9da676de4 Disable parsing for ogg streams where no ogg header was found, 15 years ago
Reimar Döffinger 19635234b1 Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg 15 years ago
Reimar Döffinger 4b4ac5c7a8 Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. 15 years ago
Reimar Döffinger f6765f3f04 Extend DV autodetection to also reliably detect single-frame DVs with 15 years ago
Anton Khirnov 6378b06208 Add id3v2 metadata conversion table and use it in mp3 muxer. 15 years ago
Baptiste Coudurier a42bf19134 100l, typo 15 years ago
haim alon 7b5252ce3e Export mov/mp4 major and compatible brands as metadata. 15 years ago
Carl Eugen Hoyos 486168877e Fix reading VDR files (broken since r19000). 15 years ago
Reimar Döffinger 98422c44cf Fix possible buffer over-read in vorbis_comment, fix it double to be sure. 15 years ago
Anton Khirnov 20c6837880 id3v2: Add support for UTF-16 encoding. 15 years ago
Anton Khirnov 9aa1bcce51 id3v2: Use 0 instead of '\0'. 15 years ago
Anton Khirnov 787f8fad00 id3v2: check for enough space to write full UTF-8 characters. 15 years ago
Reimar Döffinger 7d507ceb79 Correctly print number of remaining bytes in oggparsevorbis instead of always 15 years ago
Benjamin Larsson 61dc238b45 Hook up the MD studio demuxer and Atrac1 decoder. 15 years ago