Mercurial > libavformat.hg
graph
-
Last parameter in RTMP "play" call was optional and some servers seem not to libavformatSun, 18 Oct 2009 06:54:04 +0000, by kostya
-
Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment libavformatSat, 17 Oct 2009 21:30:50 +0000, by jbr
-
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. libavformatFri, 16 Oct 2009 14:46:06 +0000, by cehoyos
-
Log a clearer warning message when muxing FLV with Speex containing more than libavformatFri, 16 Oct 2009 10:04:35 +0000, by jbr
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavformatFri, 16 Oct 2009 07:55:57 +0000, by reimar
-
Split up the AIFF muxer and demuxer into separate files. libavformatThu, 15 Oct 2009 09:45:16 +0000, by jbr
-
MXF: simply ignore tracks that are invalid due to not having a valid Sequence libavformatTue, 13 Oct 2009 08:08:10 +0000, by reimar
-
Do not read data past the end of the SSND chunk in the AIFF demuxer. libavformatTue, 13 Oct 2009 00:19:34 +0000, by jbr
-
Support Midvid JPEG Video Codec (still flipped). libavformatMon, 12 Oct 2009 22:00:14 +0000, by cehoyos
-
Support Intel JPEG Library Video Codec (still flipped). libavformatMon, 12 Oct 2009 21:35:26 +0000, by cehoyos
-
Calculate correct packet durations when demuxing Ogg/Speex. This involves libavformatMon, 12 Oct 2009 21:30:03 +0000, by jbr
-
Detect Windows Media DRM protected files and display warning if no key libavformatSun, 11 Oct 2009 23:09:33 +0000, by cehoyos
-
Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS. libavformatSat, 10 Oct 2009 21:17:52 +0000, by cehoyos
-
Only read ID3v1 tag if ID3v2 isn't present or is empty. libavformatMon, 05 Oct 2009 21:36:56 +0000, by cehoyos
-
id3v2: Export all text information frames with correct names. libavformatMon, 05 Oct 2009 20:10:07 +0000, by ramiro
-
Fix pcm_read_seek () when the position it calculates is greater than 2 GB. libavformatMon, 05 Oct 2009 09:19:42 +0000, by diego
-
Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two separate streams. libavformatMon, 05 Oct 2009 08:38:39 +0000, by cehoyos
-
H264 allows B frames without requiring a >=1 sized buffer. libavformatSat, 03 Oct 2009 19:30:09 +0000, by cehoyos
-
wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of libavformatFri, 02 Oct 2009 07:27:08 +0000, by reimar
-
Remove url_feof check that would be triggered only after incorrectly producing libavformatFri, 02 Oct 2009 07:05:52 +0000, by reimar
-
Remove useless setting of pkt->size, av_get_packet already handles that. libavformatFri, 02 Oct 2009 07:03:04 +0000, by reimar
-
Return special EOF checking for aiff and au demuxers, the check was at libavformatFri, 02 Oct 2009 06:42:20 +0000, by reimar
-
Return any error return values from av_get_packet, get_buffer etc. unchanged libavformatFri, 02 Oct 2009 06:40:50 +0000, by reimar
-
Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as libavformatFri, 02 Oct 2009 06:36:39 +0000, by reimar
-
matroskadec: don't overwrite extradata already read by ff_get_wav_header() libavformatThu, 01 Oct 2009 21:14:46 +0000, by aurel
-
matroskadec: fix handling of A_MS/ACM track with no extradata libavformatThu, 01 Oct 2009 21:14:05 +0000, by aurel
-
Make rawvideo_read_packet return partial frames. libavformatThu, 01 Oct 2009 17:32:22 +0000, by reimar
-
Remove pointless setting of pkt->size, av_get_packet already handles this. libavformatThu, 01 Oct 2009 17:22:01 +0000, by reimar
-
au demuxer: pass av_get_packet error on unchanged instead of converting to libavformatThu, 01 Oct 2009 17:08:33 +0000, by reimar
-
av_new_packet failing should return ENOMEM, not EIO. libavformatThu, 01 Oct 2009 16:10:09 +0000, by reimar
-
put_bits can only reliably write up to 31 bit bits, above it relies on libavformatThu, 01 Oct 2009 15:40:29 +0000, by reimar
-
Fix playback of strange AVI files with stray LIST. libavformatThu, 01 Oct 2009 10:24:02 +0000, by aurel
-
10l in code reading codec_name, the first byte is the length and should not libavformatWed, 30 Sep 2009 18:27:39 +0000, by reimar