5613 Commits (ecbed31c0029ffec61e325a0136efaba1198f97d)

Author SHA1 Message Date
Daniel Verkamp 70d8c762d9 Reindent 16 years ago
Daniel Verkamp 811e0fc2e8 Add RF64 support to wav demuxer. 16 years ago
Anton Khirnov 7fd5aeb3e5 Only read ID3v1 tag if ID3v2 isn't present or is empty. 16 years ago
Anton Khirnov 41770abf86 id3v2: Export all text information frames with correct names. 16 years ago
Anton Khirnov 078d89a2b0 MP3 muxer: Write all metadata. 16 years ago
Daniel Verkamp 79c0790789 Fix pcm_read_seek () when the position it calculates is greater than 2 GB. 16 years ago
Ian Caulfield 63380b5e54 Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two separate streams. 16 years ago
Carl Eugen Hoyos e18027ac40 Add FIXME about low_delay vs has_b_frames. 16 years ago
Wallak f4a4be3f4e H264 allows B frames without requiring a >=1 sized buffer. 16 years ago
Reimar Döffinger 3fcb5113c6 wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of 16 years ago
Reimar Döffinger e581b6288f wav: return av_get_packet errors unchanged. 16 years ago
Reimar Döffinger fbc6630168 Remove url_feof check that would be triggered only after incorrectly producing 16 years ago
Reimar Döffinger 8a62a378de Remove useless setting of pkt->size, av_get_packet already handles that. 16 years ago
Reimar Döffinger a7a9dd0eb6 Return special EOF checking for aiff and au demuxers, the check was at 16 years ago
Reimar Döffinger c3db0bc61d Return any error return values from av_get_packet, get_buffer etc. unchanged 16 years ago
Reimar Döffinger 7f7686dfb1 Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as 16 years ago
Aurelien Jacobs 553e9f7529 matroskadec: cosmetics: indentation 16 years ago
Aurelien Jacobs ff0d5a745e matroskadec: don't overwrite extradata already read by ff_get_wav_header() 16 years ago
Aurelien Jacobs 038146e9cf matroskadec: fix handling of A_MS/ACM track with no extradata 16 years ago
Reimar Döffinger 22a7e19b50 Make rawvideo_read_packet return partial frames. 16 years ago
Reimar Döffinger 8cb724c5c4 Simplify: remove pointless {} and else 16 years ago
Reimar Döffinger d4c1803e0e Remove pointless setting of pkt->size, av_get_packet already handles this. 16 years ago
Reimar Döffinger b46c98bf66 au demuxer: pass av_get_packet error on unchanged instead of converting to 16 years ago
Reimar Döffinger c67031e7cf av_new_packet failing should return ENOMEM, not EIO. 16 years ago
Reimar Döffinger 43d7c6118d put_bits can only reliably write up to 31 bit bits, above it relies on 16 years ago
Aurelien Jacobs e471e3c4a5 Fix playback of strange AVI files with stray LIST. 16 years ago
Reimar Döffinger f2ad907060 10l in code reading codec_name, the first byte is the length and should not 16 years ago
Reimar Döffinger 5dd76bd741 Return an error when the parsed mpc chunk size is negative, otherwise we 16 years ago
Reimar Döffinger c9da676de4 Disable parsing for ogg streams where no ogg header was found, 16 years ago
Reimar Döffinger 19635234b1 Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg 16 years ago
Reimar Döffinger 4b4ac5c7a8 Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. 16 years ago
Reimar Döffinger f6765f3f04 Extend DV autodetection to also reliably detect single-frame DVs with 16 years ago
Anton Khirnov 6378b06208 Add id3v2 metadata conversion table and use it in mp3 muxer. 16 years ago
Baptiste Coudurier a42bf19134 100l, typo 16 years ago
haim alon 7b5252ce3e Export mov/mp4 major and compatible brands as metadata. 16 years ago
Carl Eugen Hoyos 486168877e Fix reading VDR files (broken since r19000). 16 years ago
Reimar Döffinger 98422c44cf Fix possible buffer over-read in vorbis_comment, fix it double to be sure. 16 years ago
Anton Khirnov 20c6837880 id3v2: Add support for UTF-16 encoding. 16 years ago
Anton Khirnov 9aa1bcce51 id3v2: Use 0 instead of '\0'. 16 years ago
Anton Khirnov 787f8fad00 id3v2: check for enough space to write full UTF-8 characters. 16 years ago
Reimar Döffinger 7d507ceb79 Correctly print number of remaining bytes in oggparsevorbis instead of always 16 years ago
Benjamin Larsson 61dc238b45 Hook up the MD studio demuxer and Atrac1 decoder. 16 years ago
Diego Biurrun de653ba3bb Place MP3 demuxer code under appropriate #ifdefs. 16 years ago
Diego Biurrun 8f771e76fd Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs. 16 years ago
Diego Biurrun 738914be66 Move find_guid function and guid_data array to a globally available place. 16 years ago
Diego Biurrun e9b733bd89 #include correct header to fix 'make checkheaders'. 16 years ago
Michael Niedermayer e9b0681610 Only use *ic_ptr when it has been initialized. 16 years ago
Ronald S. Bultje ba93ea6d3e Unscrewup indentation (pointed out by Diego). 16 years ago
Ronald S. Bultje f933789789 RTSP basic authentication, patch originally by Philip Coombes 16 years ago
Niobos 9deba199fd fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot be 16 years ago