2009-10-13 |
reimar |
Add decoder for "forward uncompressed".
libavformat
|
2009-10-13 |
reimar |
MXF: simply ignore tracks that are invalid due to not having a valid Sequence
libavformat
|
2009-10-13 |
jbr |
Add Speex support to the Ogg muxer.
libavformat
|
2009-10-13 |
jbr |
Do not read data past the end of the SSND chunk in the AIFF demuxer.
libavformat
|
2009-10-12 |
cehoyos |
Support Midvid JPEG Video Codec (still flipped).
libavformat
|
2009-10-12 |
cehoyos |
Support Intel JPEG Library Video Codec (still flipped).
libavformat
|
2009-10-12 |
jbr |
Calculate correct packet durations when demuxing Ogg/Speex. This involves
libavformat
|
2009-10-12 |
reimar |
Merge declaration and initialization
libavformat
|
2009-10-12 |
reimar |
Simplify: use FFMIN
libavformat
|
2009-10-11 |
cehoyos |
Detect Windows Media DRM protected files and display warning if no key
libavformat
|
2009-10-11 |
cehoyos |
Allow autodetection of E-AC3.
libavformat
|
2009-10-10 |
cehoyos |
Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
libavformat
|
2009-10-09 |
daniel |
Do not allow 0 sample rate in TMV demuxer
libavformat
|
2009-10-09 |
daniel |
Stricter TMV probe
libavformat
|
2009-10-06 |
daniel |
Reindent
libavformat
|
2009-10-06 |
daniel |
Add RF64 support to wav demuxer.
libavformat
|
2009-10-05 |
cehoyos |
Only read ID3v1 tag if ID3v2 isn't present or is empty.
libavformat
|
2009-10-05 |
ramiro |
id3v2: Export all text information frames with correct names.
libavformat
|
2009-10-05 |
ramiro |
MP3 muxer: Write all metadata.
libavformat
|
2009-10-05 |
diego |
Fix pcm_read_seek () when the position it calculates is greater than 2 GB.
libavformat
|
2009-10-05 |
cehoyos |
Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two separate streams.
libavformat
|
2009-10-03 |
cehoyos |
Add FIXME about low_delay vs has_b_frames.
libavformat
|
2009-10-03 |
cehoyos |
H264 allows B frames without requiring a >=1 sized buffer.
libavformat
|
2009-10-02 |
reimar |
wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of
libavformat
|
2009-10-02 |
reimar |
wav: return av_get_packet errors unchanged.
libavformat
|
2009-10-02 |
reimar |
Remove url_feof check that would be triggered only after incorrectly producing
libavformat
|
2009-10-02 |
reimar |
Remove useless setting of pkt->size, av_get_packet already handles that.
libavformat
|
2009-10-02 |
reimar |
Return special EOF checking for aiff and au demuxers, the check was at
libavformat
|
2009-10-02 |
reimar |
Return any error return values from av_get_packet, get_buffer etc. unchanged
libavformat
|
2009-10-02 |
reimar |
Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as
libavformat
|
2009-10-01 |
aurel |
matroskadec: cosmetics: indentation
libavformat
|
2009-10-01 |
aurel |
matroskadec: don't overwrite extradata already read by ff_get_wav_header()
libavformat
|
2009-10-01 |
aurel |
matroskadec: fix handling of A_MS/ACM track with no extradata
libavformat
|
2009-10-01 |
reimar |
Make rawvideo_read_packet return partial frames.
libavformat
|
2009-10-01 |
reimar |
Simplify: remove pointless {} and else
libavformat
|
2009-10-01 |
reimar |
Remove pointless setting of pkt->size, av_get_packet already handles this.
libavformat
|
2009-10-01 |
reimar |
au demuxer: pass av_get_packet error on unchanged instead of converting to
libavformat
|
2009-10-01 |
reimar |
av_new_packet failing should return ENOMEM, not EIO.
libavformat
|
2009-10-01 |
reimar |
put_bits can only reliably write up to 31 bit bits, above it relies on
libavformat
|
2009-10-01 |
aurel |
Fix playback of strange AVI files with stray LIST.
libavformat
|
2009-09-30 |
reimar |
10l in code reading codec_name, the first byte is the length and should not
libavformat
|
2009-09-30 |
reimar |
Return an error when the parsed mpc chunk size is negative, otherwise we
libavformat
|
2009-09-30 |
reimar |
Disable parsing for ogg streams where no ogg header was found,
libavformat
|
2009-09-30 |
reimar |
Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg
libavformat
|
2009-09-29 |
reimar |
Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.
libavformat
|
2009-09-29 |
reimar |
Extend DV autodetection to also reliably detect single-frame DVs with
libavformat
|
2009-09-29 |
cehoyos |
Add id3v2 metadata conversion table and use it in mp3 muxer.
libavformat
|
2009-09-26 |
bcoudurier |
100l, typo
libavformat
|
2009-09-26 |
bcoudurier |
Export mov/mp4 major and compatible brands as metadata.
libavformat
|
2009-09-24 |
cehoyos |
Fix reading VDR files (broken since r19000).
libavformat
|
2009-09-24 |
reimar |
Fix possible buffer over-read in vorbis_comment, fix it double to be sure.
libavformat
|
2009-09-23 |
diego |
id3v2: Add support for UTF-16 encoding.
libavformat
|
2009-09-23 |
diego |
id3v2: Use 0 instead of '\0'.
libavformat
|
2009-09-23 |
diego |
id3v2: check for enough space to write full UTF-8 characters.
libavformat
|
2009-09-23 |
reimar |
Correctly print number of remaining bytes in oggparsevorbis instead of always
libavformat
|
2009-09-22 |
banan |
Hook up the MD studio demuxer and Atrac1 decoder.
libavformat
|
2009-09-22 |
diego |
Place MP3 demuxer code under appropriate #ifdefs.
libavformat
|
2009-09-22 |
diego |
Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.
libavformat
|
2009-09-22 |
diego |
Move find_guid function and guid_data array to a globally available place.
libavformat
|
2009-09-18 |
diego |
#include correct header to fix 'make checkheaders'.
libavformat
|
2009-09-18 |
michael |
Only use *ic_ptr when it has been initialized.
libavformat
|
2009-09-18 |
rbultje |
Unscrewup indentation (pointed out by Diego).
libavformat
|
2009-09-17 |
rbultje |
RTSP basic authentication, patch originally by Philip Coombes
libavformat
|
2009-09-17 |
bcoudurier |
fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot be
libavformat
|
2009-09-17 |
bcoudurier |
print at debug level the score at which codec probing succedeed
libavformat
|
2009-09-17 |
reimar |
Improve SIFF probe by also checking the first tag is one of the expected.
libavformat
|
2009-09-17 |
reimar |
Improve dxa probe by checking the values for width and height are reasonable.
libavformat
|
2009-09-17 |
reimar |
Slightly improve probe for ea format by checking that it is possible to
libavformat
|
2009-09-17 |
kostya |
Do not include "mp4:" prefix from RTMP URL into "app" path or second time
libavformat
|
2009-09-16 |
michael |
Print a warning if a format has been detected with a low score.
libavformat
|
2009-09-16 |
michael |
Print at debug level the score with which probing succeeded.
libavformat
|
2009-09-16 |
michael |
Fix indention after last commit.
libavformat
|
2009-09-16 |
michael |
Improve amortized worst case speed of the muxers packet interleaving code
libavformat
|
2009-09-16 |
kostya |
reindent after last commit and remove unneeded empty line
libavformat
|
2009-09-16 |
kostya |
Make MPC SV8 probe skip tags until stream header is found
libavformat
|
2009-09-16 |
reimar |
Fix overflow check insufficiently improved in r19840.
libavformat
|
2009-09-16 |
pross |
Core Audio Format demuxer
libavformat
|
2009-09-16 |
pross |
Make mov LPCM and AAC parsing functions public
libavformat
|
2009-09-16 |
kostya |
Enhance Musepack SV8 probing code
libavformat
|
2009-09-16 |
michael |
Flv should be AVFMT_VARIABLE_FPS.
libavformat
|
2009-09-16 |
michael |
Upgrade a few important messages to AV_LOG_WARNING.
libavformat
|
2009-09-16 |
michael |
Fix indention after previous commit.
libavformat
|
2009-09-16 |
michael |
Make packet interleaving in the muxer not scan through the whole
libavformat
|
2009-09-16 |
michael |
Also reset *_end in flush_packet_queue().
libavformat
|
2009-09-15 |
jbr |
10l: set genre default immediately before reading genre tag
libavformat
|
2009-09-15 |
jbr |
Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues).
libavformat
|
2009-09-15 |
kostya |
Do not set 0 FPS in VC-1 test stream format demuxer.
libavformat
|
2009-09-15 |
kostya |
Check for explicit 32-bit FPS value so it works on 64-bit systems too
libavformat
|
2009-09-15 |
kostya |
Make probing for VC1 test bitstream format stricter
libavformat
|
2009-09-15 |
michael |
Check offset in flv_probe()
libavformat
|
2009-09-15 |
michael |
Do not return values above AVPROBE_SCORE_MAX from probe().
libavformat
|
2009-09-15 |
michael |
Make h261 and mpegvideo probe a little more robust so they dont fail with
libavformat
|
2009-09-15 |
michael |
Make mpeg_probe() pass probetest.
libavformat
|
2009-09-15 |
reimar |
Slightly stricter MPEG-PES probing, fixes issue 1383.
libavformat
|
2009-09-15 |
reimar |
Vastly improved mm_probe function, passes probetest.
libavformat
|
2009-09-15 |
reimar |
Improve sierravmd probe. It is still quite weak, but further improvements
libavformat
|
2009-09-14 |
michael |
Slighty tweak mp3 probe threshold to prevent probetest from complaining.
libavformat
|
2009-09-14 |
reimar |
Try harder to avoid false positives for DV probe.
libavformat
|
2009-09-14 |
reimar |
Make dnxhd probe more strict, fail if we detect values in header that would
libavformat
|
2009-09-14 |
michael |
Rewrite h261_probe().
libavformat
|
2009-09-14 |
reimar |
Make DTS probe more robust against false positives (as e.g. probetest shows).
libavformat
|
2009-09-14 |
reimar |
Check the index validity more thoroughly for the c93 probe function.
libavformat
|
2009-09-14 |
reimar |
Add more sanity checks for header elements, rejecting files with clearly
libavformat
|
2009-09-14 |
michael |
Rewrite h263_probe().
libavformat
|
2009-09-14 |
reimar |
Extend check for integer overflow for malloc argument to take into account
libavformat
|
2009-09-14 |
kostya |
Fix wrong logical operator which causes too relaxed checking in VC-1 test
libavformat
|
2009-09-14 |
reimar |
Check buffer size for idcin check, otherwise false positives are too likely for
libavformat
|
2009-09-13 |
bcoudurier |
ensure pes buffer is set to avoid segv
libavformat
|
2009-09-13 |
bcoudurier |
reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t
libavformat
|
2009-09-13 |
banan |
Add condition to aea demuxer probe.
libavformat
|
2009-09-13 |
reimar |
When resetting vst->pkt.data to NULL, also set vst->slices.
libavformat
|
2009-09-13 |
schreter |
Use I/O buffer size as initial value for backoff for seeking sync point search.
libavformat
|
2009-09-10 |
banan |
Cosmetics, add spaces
libavformat
|
2009-09-10 |
banan |
Initial commit of the MD studio demuxer, not hooked up yet
libavformat
|
2009-09-09 |
cehoyos |
Document padding for AVProbeData.
libavformat
|
2009-09-09 |
cehoyos |
Fix a bug with reading non-interleaved AVI if one the streams is
libavformat
|
2009-09-09 |
cehoyos |
Factorise st->nb_index_entries check.
libavformat
|
2009-09-07 |
bcoudurier |
check entries against field_size, potential malloc overflow in read_stsz, fix #1357
libavformat
|
2009-09-07 |
bcoudurier |
add one missing check for stream existence in read_elst, fix #1364
libavformat
|
2009-09-07 |
diego |
Use all 32 bits of the timestamp when calculating flv duration.
libavformat
|