Mercurial > libavformat.hg
graph
-
10l : make sure probe buffer is large enough. libavformatThu, 17 Dec 2009 13:05:37 +0000, by jai_menon
-
Reply to RTMP ping with the same value as received by client. libavformatWed, 16 Dec 2009 12:49:38 +0000, by kostya
-
Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes libavformatMon, 14 Dec 2009 21:08:21 +0000, by banan
-
Make sure the Metadata: header is not printed if the only metadata will not libavformatSun, 13 Dec 2009 23:39:20 +0000, by michael
-
Move dump_metadata() to where it is in ffmbc, looks better. libavformatSun, 13 Dec 2009 23:34:46 +0000, by michael
-
dump metadata for AVStreams & AVPrograms too. libavformatSun, 13 Dec 2009 23:27:43 +0000, by michael
-
Try to simplify av_estimate_timings_from_pts() like in ffmbc. libavformatSun, 13 Dec 2009 22:56:59 +0000, by michael
-
Debug av_log() about stream probing from ffmbc. libavformatSun, 13 Dec 2009 22:15:51 +0000, by michael
-
More entries for ff_id3v2_metadata_conv from ffmbc. libavformatSun, 13 Dec 2009 21:02:43 +0000, by michael
-
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped libavformatSun, 13 Dec 2009 20:27:29 +0000, by michael
-
Add flags to prevent strdup() on arguments to av_metadata_set2(). libavformatSun, 13 Dec 2009 20:22:27 +0000, by michael
-
Print extradata in case of failure. I had this in my local tree and it libavformatSun, 13 Dec 2009 16:20:00 +0000, by michael
-
APIChanges & minor bump due to avg_frame_rate addition. libavformatSun, 13 Dec 2009 15:55:07 +0000, by michael
-
Use constant CODEC_ID_NONE instead of 0 where appropriate. libavformatSun, 13 Dec 2009 15:28:00 +0000, by cehoyos
-
RM audio stream version should be 16-bit followed by header size or reserved libavformatSun, 13 Dec 2009 09:08:58 +0000, by kostya
-
Make RM demuxer look more like proper demuxer by introducing codec tags libavformatSun, 13 Dec 2009 08:51:27 +0000, by kostya
-
5l trocadero: don't forget to free packet in gen_connect() libavformatFri, 11 Dec 2009 15:31:58 +0000, by kostya
-
Do not try to interact with RTMP server after "stop" command was received. libavformatFri, 11 Dec 2009 11:37:21 +0000, by kostya
-
(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. libavformatThu, 10 Dec 2009 23:06:23 +0000, by cehoyos
-
Support Etymonix MPEG-2 video codec, fixes issue 1603. libavformatThu, 10 Dec 2009 22:38:49 +0000, by cehoyos
-
Raise threshold of h263 probe by 1 to avoid misdetection. libavformatTue, 08 Dec 2009 12:34:08 +0000, by michael
-
Add out commented av_log to debug h263_probe. libavformatTue, 08 Dec 2009 12:33:00 +0000, by michael
-
Also print the number of invalid packets in the debug output. libavformatTue, 08 Dec 2009 12:24:41 +0000, by michael
-
Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have libavformatTue, 08 Dec 2009 12:19:30 +0000, by michael
-
AU : demuxed packet size should be sample size aligned. libavformatMon, 07 Dec 2009 13:55:38 +0000, by jai_menon
-
cosmetics: insert space between codeword and left parenthesis libavformatSun, 06 Dec 2009 07:03:46 +0000, by kostya
-
Do not send invokes to RTMP server if we are not connected to it. libavformatSun, 06 Dec 2009 07:01:37 +0000, by kostya
-
Calls to url_fseek should have their return value checked in libavformatSun, 06 Dec 2009 00:03:53 +0000, by daniel
-
Implement RTMP output (publishing FLV stream to RTMP server). libavformatFri, 04 Dec 2009 16:52:16 +0000, by kostya
-
5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it libavformatThu, 03 Dec 2009 16:13:51 +0000, by kostya
-
Send connect() and createStream() in RTMP system channel, not video channel. libavformatThu, 03 Dec 2009 15:59:51 +0000, by kostya
-
Move "app" string into RTMP protocol context. libavformatThu, 03 Dec 2009 15:47:00 +0000, by kostya
-
RTMP packets with one-byte header use previous packet timestamp difference, so libavformatThu, 03 Dec 2009 06:40:37 +0000, by kostya
-
Update Changelog, documentation, and libavformat minor version number for libavformatThu, 03 Dec 2009 00:27:01 +0000, by ramiro
-
Move is_input flag into RTMP protocol context. libavformatWed, 02 Dec 2009 12:55:10 +0000, by kostya
-
print error message when image2 muxer fail to compute frame filename libavformatTue, 01 Dec 2009 23:10:32 +0000, by bcoudurier
-
Change ret type to int64_t because url_fseek returns int64_t. libavformatTue, 01 Dec 2009 22:56:44 +0000, by bcoudurier
-
use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present libavformatTue, 01 Dec 2009 20:15:05 +0000, by bcoudurier
-
Write timestamp deltas, not timestamps, for RTMP packets with partial header libavformatTue, 01 Dec 2009 16:43:53 +0000, by kostya
-
Full-header RTMP packets contain real timestamp, others contain timestamp libavformatTue, 01 Dec 2009 16:08:44 +0000, by kostya
-
Write header for RTMP packets with channel_id >= 64 correctly libavformatTue, 01 Dec 2009 15:13:23 +0000, by kostya
-
Read and write extended timestamps for RTMP packets. libavformatTue, 01 Dec 2009 15:07:32 +0000, by kostya
-
7l trocadero: reading right into enum variable may cause unwanted effects, use libavformatTue, 01 Dec 2009 14:58:17 +0000, by kostya
-
Support "A format generated by IndigoVision 8000 video server". libavformatTue, 01 Dec 2009 13:17:10 +0000, by michael
-
slif aka "SoftLab MPEG-2 I-frames Codec" support. libavformatTue, 01 Dec 2009 02:07:46 +0000, by michael
-
Print a warning if the duration is estimated from the bitrate, as this is libavformatMon, 30 Nov 2009 22:08:22 +0000, by michael
-
decode qcelp in aiff, implement #1524, patch by Vitor libavformatMon, 30 Nov 2009 22:01:21 +0000, by bcoudurier
-
100l, max value for timescale is UINT16_MAX libavformatSun, 29 Nov 2009 18:26:51 +0000, by bcoudurier
-
change track timescale to unsigned int, fix warning libavformatSun, 29 Nov 2009 02:41:48 +0000, by bcoudurier
-
support sample rates > INT16_MAX in mov using stsd v2 libavformatSun, 29 Nov 2009 02:03:24 +0000, by bcoudurier
-
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavformatThu, 26 Nov 2009 21:15:06 +0000, by reimar
-
Update ffserver to include all basic x264 parameters in .ffm files. libavformatTue, 24 Nov 2009 15:54:17 +0000, by darkshikari
-
Determine VOC block length when length field is zero, fixes issue1538. libavformatTue, 24 Nov 2009 07:08:17 +0000, by pross
-
MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) libavformatMon, 23 Nov 2009 08:47:40 +0000, by conrad
-
set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration libavformatSun, 22 Nov 2009 21:04:18 +0000, by bcoudurier
-
When searching for AMF object field value, try to find that object first libavformatSun, 22 Nov 2009 09:03:06 +0000, by kostya
-
Print error when RTMP protocol can't open connection libavformatSun, 22 Nov 2009 08:42:55 +0000, by kostya
-
Pass only useful FLV metadata from RTMP stream libavformatSun, 22 Nov 2009 08:40:55 +0000, by kostya
-
Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an libavformatSun, 22 Nov 2009 02:07:10 +0000, by jbr
-
Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. libavformatFri, 20 Nov 2009 23:12:55 +0000, by reimar
-
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavformatFri, 20 Nov 2009 19:16:42 +0000, by daniel
-
Add functions to return library license and library configuration. libavformatWed, 18 Nov 2009 17:15:17 +0000, by diego
-
Search relative path according to alias record when opening mov reference files. libavformatSun, 15 Nov 2009 03:26:47 +0000, by bcoudurier
-
Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer libavformatFri, 13 Nov 2009 10:19:42 +0000, by lucabe
-
Split the sdp_read_packet() function out of rtsp_read_packet(). libavformatThu, 12 Nov 2009 15:34:17 +0000, by lucabe
-
Move some some functions around, so that splitting the SDP code out of libavformatThu, 12 Nov 2009 10:31:37 +0000, by lucabe
-
Debug print MP4 objectTypeIndication in hex not decimal as values are listed in libavformatThu, 12 Nov 2009 02:22:19 +0000, by alexc
-
Add '#undef fprintf' before PRINT macro that uses fprintf. libavformatWed, 11 Nov 2009 21:57:50 +0000, by diego
-
Increase default value for max_analyze_duration, fixes issue 1506, a regression. libavformatMon, 09 Nov 2009 01:10:55 +0000, by cehoyos
-
Use enum instead of integer types where appropriate. libavformatSun, 08 Nov 2009 23:48:15 +0000, by cehoyos
-
Use CODEC_ID_NONE instead of 0 for enum CodecID. libavformatSun, 08 Nov 2009 23:46:32 +0000, by cehoyos
-
Let pmt override stream info when encoutered later in the ts file. libavformatSun, 08 Nov 2009 03:17:08 +0000, by bcoudurier
-
Support some LATM AAC streams (they can be decoded with MPlayer). libavformatSat, 07 Nov 2009 23:44:56 +0000, by cehoyos
-
Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. libavformatSat, 07 Nov 2009 22:35:00 +0000, by jbr
-
change \0xa9enc tag metadata name to encoder to match id3v2 libavformatFri, 06 Nov 2009 18:59:25 +0000, by bcoudurier
-
10l: WavPack demuxer forgot to seek back to initial position after block libavformatFri, 06 Nov 2009 18:25:45 +0000, by kostya
-
Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam libavformatThu, 05 Nov 2009 14:25:37 +0000, by lucabe
-
If custom sampling rate is set in WavPack file, parse first block to find libavformatThu, 05 Nov 2009 08:14:48 +0000, by kostya
-
Initialize block_parsed before reading first block header in WavPack demuxer, libavformatThu, 05 Nov 2009 08:10:50 +0000, by kostya
-
do not redundantly set stream nb_frames, it's already set in read_stts libavformatThu, 05 Nov 2009 07:32:50 +0000, by bcoudurier
-
compute dts shift with ctts value, cslg atom might be missing, fix #419 libavformatThu, 05 Nov 2009 07:30:53 +0000, by bcoudurier
-
warn if stream timescale is not set and set it to 1 to avoid FPE libavformatThu, 05 Nov 2009 07:11:54 +0000, by bcoudurier
-
fix \0xa9wrt metadata, to composer, fix issue #1501 libavformatThu, 05 Nov 2009 01:40:13 +0000, by bcoudurier
-
add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov libavformatTue, 03 Nov 2009 16:17:21 +0000, by compn
-
Set the sample format for Smacker audio in the decoder rather than in the libavformatSun, 01 Nov 2009 15:08:49 +0000, by jbr
-
print packet duration when debugging timestamps libavformatFri, 30 Oct 2009 18:17:16 +0000, by bcoudurier
-
add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi libavformatTue, 27 Oct 2009 17:37:41 +0000, by compn
-
rtsp_close_streams frees the auth_b64 line already libavformatSun, 25 Oct 2009 00:41:10 +0000, by lu_zero
-
compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at gmail dot com libavformatSat, 24 Oct 2009 20:40:00 +0000, by bcoudurier
-
Just remove params understood by the demuxer libavformatSat, 24 Oct 2009 16:53:06 +0000, by lu_zero
-
Use sdp c= line if the rtsp Transport line doesn't have a destination libavformatSat, 24 Oct 2009 15:10:58 +0000, by lu_zero
-
Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis. libavformatThu, 22 Oct 2009 18:43:08 +0000, by michael
-
Support non interleaved avi files that have 0<size<sample_size. libavformatThu, 22 Oct 2009 18:32:27 +0000, by michael
-
Fixes detection and error reporting of non-existing files in img2.c. libavformatThu, 22 Oct 2009 16:27:01 +0000, by benoit
-
Add comment on #endif about condition that triggers it. libavformatWed, 21 Oct 2009 01:25:39 +0000, by ramiro
-
Improve sofdec dectection to avoid false positives for MP2. libavformatTue, 20 Oct 2009 15:27:05 +0000, by cehoyos
-
Make url_resetbuf() assert on wrong flags passed and make it static on next libavformatTue, 20 Oct 2009 06:40:01 +0000, by benoit
-
Move function that is only used by the MP3 muxer below the corresponding #if. libavformatMon, 19 Oct 2009 23:22:23 +0000, by diego
-
Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32. libavformatMon, 19 Oct 2009 22:36:57 +0000, by diego
-
The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency. libavformatMon, 19 Oct 2009 22:32:32 +0000, by diego
-
Remove some duplicate object dependencies for the RTSP demuxer. libavformatMon, 19 Oct 2009 22:10:15 +0000, by diego
-
check stream index validity in av_program_add_stream_index libavformatMon, 19 Oct 2009 18:55:27 +0000, by bcoudurier
-
request mp3 frame_size to be set in has_codec_parameters, fix issue #1314 libavformatMon, 19 Oct 2009 18:53:32 +0000, by bcoudurier
-
In dump_format, print streams not associated with any program. libavformatMon, 19 Oct 2009 02:12:10 +0000, by bcoudurier
-
If missing, calculate width or height from bpp and libavformatSun, 18 Oct 2009 23:56:00 +0000, by reynaldo
-
mux all stream types except audio as one pes packet per avpacket, issue #1374 libavformatSun, 18 Oct 2009 21:41:03 +0000, by bcoudurier
-
handle_packets takes number of packets as arg, avoid reading too much libavformatSun, 18 Oct 2009 20:11:32 +0000, by bcoudurier
-
Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t libavformatSun, 18 Oct 2009 20:08:13 +0000, by bcoudurier
-
Smarten mtv's probe a bit. Check for non zero libavformatSun, 18 Oct 2009 18:02:12 +0000, by reynaldo
-
matroskaenc: Add support for writing chapters. libavformatSun, 18 Oct 2009 12:17:01 +0000, by aurel
-
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
-
Return an error when the parsed mpc chunk size is negative, otherwise we libavformatWed, 30 Sep 2009 13:35:13 +0000, by reimar
-
Disable parsing for ogg streams where no ogg header was found, libavformatWed, 30 Sep 2009 09:46:48 +0000, by reimar
-
Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg libavformatWed, 30 Sep 2009 09:43:56 +0000, by reimar
-
Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. libavformatTue, 29 Sep 2009 10:23:47 +0000, by reimar
-
Extend DV autodetection to also reliably detect single-frame DVs with libavformatTue, 29 Sep 2009 10:12:18 +0000, by reimar
-
Add id3v2 metadata conversion table and use it in mp3 muxer. libavformatTue, 29 Sep 2009 07:05:03 +0000, by cehoyos
-
Export mov/mp4 major and compatible brands as metadata. libavformatSat, 26 Sep 2009 20:51:38 +0000, by bcoudurier
-
Fix reading VDR files (broken since r19000). libavformatThu, 24 Sep 2009 19:20:53 +0000, by cehoyos
-
Fix possible buffer over-read in vorbis_comment, fix it double to be sure. libavformatThu, 24 Sep 2009 15:37:09 +0000, by reimar
-
id3v2: check for enough space to write full UTF-8 characters. libavformatWed, 23 Sep 2009 18:04:40 +0000, by diego
-
Correctly print number of remaining bytes in oggparsevorbis instead of always libavformatWed, 23 Sep 2009 09:18:23 +0000, by reimar
-
Hook up the MD studio demuxer and Atrac1 decoder. libavformatTue, 22 Sep 2009 17:28:03 +0000, by banan
-
Place MP3 demuxer code under appropriate #ifdefs. libavformatTue, 22 Sep 2009 12:39:19 +0000, by diego
-
Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs. libavformatTue, 22 Sep 2009 11:19:36 +0000, by diego
-
Move find_guid function and guid_data array to a globally available place. libavformatTue, 22 Sep 2009 10:31:29 +0000, by diego
-
#include correct header to fix 'make checkheaders'. libavformatFri, 18 Sep 2009 19:51:05 +0000, by diego
-
Only use *ic_ptr when it has been initialized. libavformatFri, 18 Sep 2009 13:19:13 +0000, by michael
-
Unscrewup indentation (pointed out by Diego). libavformatFri, 18 Sep 2009 13:18:47 +0000, by rbultje
-
RTSP basic authentication, patch originally by Philip Coombes libavformatThu, 17 Sep 2009 21:47:11 +0000, by rbultje
-
fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot be libavformatThu, 17 Sep 2009 19:07:09 +0000, by bcoudurier
-
print at debug level the score at which codec probing succedeed libavformatThu, 17 Sep 2009 18:46:50 +0000, by bcoudurier
-
Improve SIFF probe by also checking the first tag is one of the expected. libavformatThu, 17 Sep 2009 18:09:20 +0000, by reimar
-
Improve dxa probe by checking the values for width and height are reasonable. libavformatThu, 17 Sep 2009 18:08:07 +0000, by reimar
-
Slightly improve probe for ea format by checking that it is possible to libavformatThu, 17 Sep 2009 18:07:27 +0000, by reimar
-
Do not include "mp4:" prefix from RTMP URL into "app" path or second time libavformatThu, 17 Sep 2009 05:31:02 +0000, by kostya
-
Print a warning if a format has been detected with a low score. libavformatWed, 16 Sep 2009 20:44:26 +0000, by michael
-
Print at debug level the score with which probing succeeded. libavformatWed, 16 Sep 2009 20:23:04 +0000, by michael
-
Improve amortized worst case speed of the muxers packet interleaving code libavformatWed, 16 Sep 2009 20:04:04 +0000, by michael
-
reindent after last commit and remove unneeded empty line libavformatWed, 16 Sep 2009 18:06:29 +0000, by kostya
-
Make MPC SV8 probe skip tags until stream header is found libavformatWed, 16 Sep 2009 18:05:21 +0000, by kostya
-
Fix overflow check insufficiently improved in r19840. libavformatWed, 16 Sep 2009 15:12:23 +0000, by reimar
-
Make mov LPCM and AAC parsing functions public libavformatWed, 16 Sep 2009 11:35:01 +0000, by pross
-
Upgrade a few important messages to AV_LOG_WARNING. libavformatWed, 16 Sep 2009 01:47:54 +0000, by michael
-
Make packet interleaving in the muxer not scan through the whole libavformatWed, 16 Sep 2009 00:59:15 +0000, by michael
-
10l: set genre default immediately before reading genre tag libavformatTue, 15 Sep 2009 23:40:10 +0000, by jbr
-
Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues). libavformatTue, 15 Sep 2009 23:37:54 +0000, by jbr
-
Do not set 0 FPS in VC-1 test stream format demuxer. libavformatTue, 15 Sep 2009 16:36:53 +0000, by kostya
-
Check for explicit 32-bit FPS value so it works on 64-bit systems too libavformatTue, 15 Sep 2009 15:28:11 +0000, by kostya
-
Make probing for VC1 test bitstream format stricter libavformatTue, 15 Sep 2009 15:22:36 +0000, by kostya
-
Do not return values above AVPROBE_SCORE_MAX from probe(). libavformatTue, 15 Sep 2009 13:28:14 +0000, by michael
-
Make h261 and mpegvideo probe a little more robust so they dont fail with libavformatTue, 15 Sep 2009 13:27:13 +0000, by michael
-
Slightly stricter MPEG-PES probing, fixes issue 1383. libavformatTue, 15 Sep 2009 10:01:25 +0000, by reimar
-
Vastly improved mm_probe function, passes probetest. libavformatTue, 15 Sep 2009 09:21:29 +0000, by reimar
-
Improve sierravmd probe. It is still quite weak, but further improvements libavformatTue, 15 Sep 2009 09:16:29 +0000, by reimar
-
Slighty tweak mp3 probe threshold to prevent probetest from complaining. libavformatMon, 14 Sep 2009 23:03:33 +0000, by michael
-
Try harder to avoid false positives for DV probe. libavformatMon, 14 Sep 2009 22:03:07 +0000, by reimar
-
Make dnxhd probe more strict, fail if we detect values in header that would libavformatMon, 14 Sep 2009 21:50:23 +0000, by reimar
-
Make DTS probe more robust against false positives (as e.g. probetest shows). libavformatMon, 14 Sep 2009 20:28:10 +0000, by reimar
-
Check the index validity more thoroughly for the c93 probe function. libavformatMon, 14 Sep 2009 20:01:32 +0000, by reimar
-
Add more sanity checks for header elements, rejecting files with clearly libavformatMon, 14 Sep 2009 19:58:51 +0000, by reimar
-
Extend check for integer overflow for malloc argument to take into account libavformatMon, 14 Sep 2009 17:15:18 +0000, by reimar
-
Fix wrong logical operator which causes too relaxed checking in VC-1 test libavformatMon, 14 Sep 2009 17:05:13 +0000, by kostya
-
Check buffer size for idcin check, otherwise false positives are too likely for libavformatMon, 14 Sep 2009 15:44:05 +0000, by reimar
-
reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t libavformatSun, 13 Sep 2009 20:06:49 +0000, by bcoudurier
-
When resetting vst->pkt.data to NULL, also set vst->slices. libavformatSun, 13 Sep 2009 11:08:59 +0000, by reimar
-
Use I/O buffer size as initial value for backoff for seeking sync point search. libavformatSun, 13 Sep 2009 08:57:30 +0000, by schreter
-
Initial commit of the MD studio demuxer, not hooked up yet libavformatThu, 10 Sep 2009 18:48:12 +0000, by banan
-
Fix a bug with reading non-interleaved AVI if one the streams is libavformatWed, 09 Sep 2009 16:26:24 +0000, by cehoyos
-
check entries against field_size, potential malloc overflow in read_stsz, fix #1357 libavformatMon, 07 Sep 2009 22:42:51 +0000, by bcoudurier
-
add one missing check for stream existence in read_elst, fix #1364 libavformatMon, 07 Sep 2009 22:36:33 +0000, by bcoudurier
-
Use all 32 bits of the timestamp when calculating flv duration. libavformatMon, 07 Sep 2009 10:49:51 +0000, by diego
-
disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) libavformatSun, 06 Sep 2009 15:59:32 +0000, by schreter
-
100l, all avlanguage tables should be both static and const. libavformatSun, 06 Sep 2009 08:36:25 +0000, by reimar
-
cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...) libavformatSat, 05 Sep 2009 19:31:01 +0000, by schreter
-
Search for ipmovie signature beyond the start of the file. libavformatSat, 05 Sep 2009 15:41:32 +0000, by reimar
-
Extend ipmovie signature to match exactly one place in mve files that have a libavformatSat, 05 Sep 2009 11:30:55 +0000, by reimar
-
Remove fake Speex header creation from FLV demuxer. Having it there was not the libavformatFri, 04 Sep 2009 21:43:41 +0000, by jbr
-
Add frame_size as a codec parameter requirement for Speex in libavformatFri, 04 Sep 2009 21:38:45 +0000, by jbr
-
Fix incorrect display of ASF/WMV duration after r12926. libavformatSun, 30 Aug 2009 18:14:22 +0000, by cehoyos
-
Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavformatFri, 28 Aug 2009 00:44:54 +0000, by jbr
-
Check for seek failures in avi_load_index, otherwise if the index offset libavformatWed, 26 Aug 2009 08:38:44 +0000, by reimar
-
return AVERROR(ENOMEM) if stream could not be allocated libavformatTue, 25 Aug 2009 19:59:38 +0000, by bcoudurier
-
check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu libavformatTue, 25 Aug 2009 19:58:21 +0000, by bcoudurier
-
Do not read index chunks as audio/video data; closes issue 1336. libavformatTue, 25 Aug 2009 09:46:16 +0000, by diego
-
Mark video from .mtv files correctly as upside-down. libavformatTue, 25 Aug 2009 07:47:34 +0000, by reimar
-
mpegts: change variable-length array to fixed length libavformatMon, 24 Aug 2009 21:42:25 +0000, by mru
-
matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks libavformatMon, 24 Aug 2009 13:43:33 +0000, by aurel
-
Use generic multi-stream key frame finding routine to implement read_seek2 and map libavformatSat, 22 Aug 2009 16:07:50 +0000, by schreter
-
Support for generic multi-stream key frame finding for new seek API. libavformatSat, 22 Aug 2009 16:05:43 +0000, by schreter
-
Moves the display of metadata to dump_format() libavformatWed, 12 Aug 2009 13:17:39 +0000, by pross
-
Parse APE metadata tags in Musepack SV7 files libavformatTue, 11 Aug 2009 17:18:10 +0000, by kostya
-
Do not use internals of ByteIOContext during APE tags parsing. libavformatTue, 11 Aug 2009 16:55:49 +0000, by kostya
-
Remove incorrect APE tag size adjustment based on flags. libavformatTue, 11 Aug 2009 16:43:44 +0000, by kostya
-
avidec: simplify, using av_rescale_q() instead of av_rescale() libavformatMon, 10 Aug 2009 20:53:32 +0000, by aurel
-
actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc libavformatMon, 10 Aug 2009 20:48:05 +0000, by aurel
-
matroskadec: disable h264 parser as long as it totally mess up frame type libavformatMon, 10 Aug 2009 18:12:02 +0000, by aurel
-
matroskadec: correctly parse flags for simpleblock frames libavformatMon, 10 Aug 2009 18:06:14 +0000, by aurel
-
cosmetics: whitespace, prettyprinting, coding style fixes libavformatMon, 10 Aug 2009 16:35:36 +0000, by diego
-
cosmetics, remove spaces after '(' and before ')' libavformatThu, 30 Jul 2009 19:14:57 +0000, by bcoudurier
-
init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 libavformatThu, 30 Jul 2009 18:29:06 +0000, by bcoudurier
-
Remove old_flags variable, which is a duplicate of the flags variable. libavformatThu, 30 Jul 2009 15:05:33 +0000, by rbultje
-
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function libavformatThu, 30 Jul 2009 15:04:19 +0000, by rbultje
-
Remove pointless '#ifdef DEBUG' around dprintf macro. libavformatWed, 29 Jul 2009 17:12:47 +0000, by diego
-
Stop parsing in read_header only after finding pmt, and libavformatWed, 29 Jul 2009 02:17:08 +0000, by bcoudurier
-
rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com libavformatTue, 28 Jul 2009 17:51:12 +0000, by bcoudurier
-
Cosmetics: remove spaces between function name and arguments in declaration, libavformatMon, 27 Jul 2009 14:32:54 +0000, by rbultje
-
Use named initializers and use new/free_context() instead of extradata() libavformatMon, 27 Jul 2009 14:29:06 +0000, by rbultje
-
Implement support for EOS as used by WMS and other RTSP servers that do not libavformatMon, 27 Jul 2009 14:03:53 +0000, by rbultje
-
Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See libavformatMon, 27 Jul 2009 14:00:10 +0000, by rbultje
-
Only consider -1 as an error return value for open(). libavformatMon, 27 Jul 2009 12:36:22 +0000, by benoit
-
Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15: libavformatSun, 26 Jul 2009 19:09:35 +0000, by rbultje
-
Register some additional AMF types in libavformat/flv.h libavformatTue, 21 Jul 2009 07:18:14 +0000, by kostya
-
Use globally consistent include guard names. libavformatSun, 19 Jul 2009 09:38:58 +0000, by stefano
-
Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in libavformatWed, 15 Jul 2009 10:00:16 +0000, by benoit
-
Only #define lseek to _lseeki64 on MinGW, not MinGW CE. libavformatMon, 13 Jul 2009 17:16:36 +0000, by diego
-
Make (de)muxers for format variants select the main format (de)muxer. libavformatSun, 12 Jul 2009 22:31:05 +0000, by diego
-
Fix mem leak when user preallocates an AVFormatContext, passes it to libavformatWed, 08 Jul 2009 08:26:57 +0000, by benoit
-
flvdec: expose metadata through the generic metadata API libavformatMon, 06 Jul 2009 21:54:37 +0000, by aurel
-
flvdec: don't set format and codec context from metadata values libavformatMon, 06 Jul 2009 21:46:37 +0000, by aurel
-
Check for packet_length 0, it is already treated as invalid by the padding check, libavformatMon, 06 Jul 2009 17:08:32 +0000, by reimar
-
fix and simplify long gop mpeg codec ul computation libavformatSat, 04 Jul 2009 08:02:01 +0000, by bcoudurier
-
set index duration to 0 for cbr, specifying whole container coverage libavformatSat, 04 Jul 2009 07:56:58 +0000, by bcoudurier
-
use ber4 length for descriptors preferred by specs libavformatSat, 04 Jul 2009 07:52:28 +0000, by bcoudurier
-
write profile and level local tag in mpeg descriptor libavformatSat, 04 Jul 2009 07:49:12 +0000, by bcoudurier
-
Check for failed extradata malloc, fixes a crash in out-of-memory conditions libavformatFri, 03 Jul 2009 11:27:52 +0000, by reimar
-
Check size of "strf" header against size of enclosing "LIST" if there is one. libavformatFri, 03 Jul 2009 11:26:14 +0000, by reimar
-
Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. libavformatFri, 03 Jul 2009 11:18:07 +0000, by reimar
-
If either of num or den is 0 make both 0 in av_set_pts_info(). libavformatThu, 02 Jul 2009 12:47:58 +0000, by michael
-
Make sure av_set_pts_info() does not set the fields of a timebase to libavformatWed, 01 Jul 2009 20:52:48 +0000, by michael
-
Make arguments of av_set_pts_info() unsigned. libavformatWed, 01 Jul 2009 18:50:31 +0000, by michael
-
cosmetics, change case and comments alignment libavformatTue, 30 Jun 2009 07:43:32 +0000, by bcoudurier
-
correctly compute frame flags with closed gop libavformatTue, 30 Jun 2009 07:41:40 +0000, by bcoudurier
-
Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). libavformatMon, 29 Jun 2009 22:48:07 +0000, by alexc
-
Make the configure script select the input/output devices using libavformatMon, 29 Jun 2009 18:49:15 +0000, by stefano
-
id3v2.4.0 uses syncsafe integers for sizes of frames. libavformatMon, 29 Jun 2009 18:36:49 +0000, by michael
-
Remove inconsistent use of a @brief command in av_write_trailer() libavformatSun, 28 Jun 2009 21:05:46 +0000, by stefano
-
Use consistently the third person in doxy, as recommended by the libavformatSun, 28 Jun 2009 21:01:51 +0000, by stefano
-
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M libavformatThu, 25 Jun 2009 19:10:27 +0000, by bcoudurier
-
Only set CODEC_ID_PROBE when a packet from a stream having a PES header libavformatThu, 25 Jun 2009 19:01:16 +0000, by bcoudurier
-
limit raw packet buffer size used for codec probing libavformatThu, 25 Jun 2009 18:48:57 +0000, by bcoudurier
-
only set par if it does not indicates a rotation, ex iphone 3GS libavformatThu, 25 Jun 2009 00:17:47 +0000, by bcoudurier
-
Remove any reference to ASFContext.packet_size and replace it with libavformatWed, 24 Jun 2009 23:04:05 +0000, by rbultje
-
flvdec: Build a Speex header during FLV demuxing using required and libavformatWed, 24 Jun 2009 22:10:53 +0000, by jbr
-
mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set. libavformatWed, 24 Jun 2009 09:38:42 +0000, by reimar
-
mov_read_packet: extract code that searches for the stream/sample to demux next libavformatWed, 24 Jun 2009 08:57:53 +0000, by reimar
-
mov_read_packet: if dv_get_packet fails, return exactly its error value libavformatWed, 24 Jun 2009 08:50:46 +0000, by reimar
-
In mov_read_packet remember the AVStream we want to demux next instead of the libavformatWed, 24 Jun 2009 08:23:40 +0000, by reimar
-
check stream existence before assignment, fix #1222 libavformatWed, 24 Jun 2009 03:38:47 +0000, by bcoudurier
-
Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). libavformatTue, 23 Jun 2009 15:38:53 +0000, by rbultje
-
Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformatMon, 22 Jun 2009 23:09:34 +0000, by diego
-
Change packet_size from signed to unsigned, since it never has a negative libavformatMon, 22 Jun 2009 16:52:02 +0000, by rbultje
-
oggenc: Change error log text. An error here does not necessarily mean libavformatSun, 21 Jun 2009 20:18:29 +0000, by jbr
-
oggenc: return error value from ogg_build_flac_headers() libavformatSun, 21 Jun 2009 20:16:48 +0000, by jbr
-
Revert r19239: It broke four conformance tests. libavformatSat, 20 Jun 2009 14:47:38 +0000, by cehoyos
-
Fix onMetaData property count in flv files (issue 1206). libavformatSat, 20 Jun 2009 12:52:48 +0000, by cehoyos
-
Print meaningful error messages when url_fopen fails. libavformatSat, 20 Jun 2009 09:00:12 +0000, by jai_menon
-
add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de libavformatSat, 20 Jun 2009 06:09:30 +0000, by bcoudurier
-
fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com libavformatFri, 19 Jun 2009 21:36:21 +0000, by bcoudurier
-
Add support for id3 tag parsing for ADTS AAC streams libavformatFri, 19 Jun 2009 14:36:47 +0000, by superdump
-
Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. libavformatFri, 19 Jun 2009 14:03:35 +0000, by diego
-
Add support for muxing XSUB subtitles to AVI muxer. libavformatFri, 19 Jun 2009 13:26:10 +0000, by reimar
-
Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI file. libavformatThu, 18 Jun 2009 19:31:12 +0000, by darkshikari
-
Print why av_find_stream_info() failed, this is a rather common question libavformatThu, 18 Jun 2009 00:22:08 +0000, by michael
-
Set restrictions on packet_size, as per ISO-11172 / H-222 specifications libavformatWed, 17 Jun 2009 19:04:02 +0000, by rbultje
-
Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file. libavformatTue, 16 Jun 2009 23:50:02 +0000, by darkshikari
-
Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about libavformatTue, 16 Jun 2009 23:14:59 +0000, by stefano
-
check atom size against edit_count to avoid very long loop libavformatMon, 15 Jun 2009 02:07:41 +0000, by bcoudurier
-
fix probing and demuxing of pond.dv, issue #887 libavformatMon, 15 Jun 2009 01:41:59 +0000, by bcoudurier
-
check if frame size matches old sys and assumes corrupted input, fixes #1192 libavformatSun, 14 Jun 2009 22:34:28 +0000, by bcoudurier
-
Add a VorbisComment metadata conversion table and use it in the FLAC and libavformatSat, 13 Jun 2009 22:45:58 +0000, by jbr
-
matroskadec: prepend TargetType to metadata key name libavformatSat, 13 Jun 2009 22:29:38 +0000, by aurel
-
Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read libavformatSat, 13 Jun 2009 06:39:01 +0000, by kostya
-
Analysis of logs show that there are in fact some files with m1v1 too (not just m2v2), libavformatSat, 13 Jun 2009 03:02:16 +0000, by darkshikari
-
Electronic Arts demuxer: support Madcow video tag libavformatSat, 13 Jun 2009 02:20:54 +0000, by pross
-
Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of libavformatSat, 13 Jun 2009 00:50:57 +0000, by conrad
-
Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a problematic MOV file. libavformatSat, 13 Jun 2009 00:16:39 +0000, by darkshikari
-
Do not include libavcodec/internal.h in the ADTS muxer. libavformatFri, 12 Jun 2009 19:49:46 +0000, by alexc
-
Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. libavformatFri, 12 Jun 2009 17:39:56 +0000, by darkshikari
-
Associate the 0x6c75 TwoCC used in certain Kodak cameras libavformatFri, 12 Jun 2009 13:21:01 +0000, by jai_menon
-
Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4 libavformatFri, 12 Jun 2009 05:26:40 +0000, by conrad
-
Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files. libavformatFri, 12 Jun 2009 02:20:26 +0000, by darkshikari
-
Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file. libavformatFri, 12 Jun 2009 01:09:49 +0000, by darkshikari
-
cosmetics: Prettyprint one more line to have columns line up. libavformatThu, 11 Jun 2009 20:45:35 +0000, by diego
-
cosmetics: Reformat to K&R and prettyprint newly created files. libavformatThu, 11 Jun 2009 15:35:23 +0000, by diego
-
Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. libavformatThu, 11 Jun 2009 15:26:57 +0000, by diego
-
Remove time_rate, we cannot compute exactly when fragments are libavformatThu, 11 Jun 2009 05:13:23 +0000, by bcoudurier
-
if b frames are parsed, set codec->has_b_frames libavformatThu, 11 Jun 2009 04:30:05 +0000, by bcoudurier
-
Make sure buffer end remains constant within the loop libavformatWed, 10 Jun 2009 14:56:50 +0000, by lu_zero
-
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: libavformatTue, 09 Jun 2009 20:58:32 +0000, by rbultje
-
Add additional dependencies for sdp and rtsp demuxers. libavformatTue, 09 Jun 2009 18:30:15 +0000, by jai_menon
-
Cosmetics : Use dprintf instead of printf. libavformatSat, 06 Jun 2009 17:32:59 +0000, by jai_menon
-
Cosmetics : Fix indentation after last commit. libavformatSat, 06 Jun 2009 16:46:40 +0000, by jai_menon
-
Introduce http_get_line and modify http_connect to use http_get_line. libavformatSat, 06 Jun 2009 16:44:21 +0000, by jai_menon
-
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should libavformatSat, 06 Jun 2009 09:35:15 +0000, by stefano
-
Ensure that the extradata buffer is padded appripriately in the ogg demuxer. libavformatFri, 05 Jun 2009 23:39:11 +0000, by conrad
-
Move function for reading whole specified amount of data from RTSP libavformatThu, 04 Jun 2009 06:25:53 +0000, by kostya
-
Add the .adts file extension to the ADTS muxer. libavformatWed, 03 Jun 2009 23:34:35 +0000, by alexc
-
broken stsd length might be < 16, fix elst-assert.mp4 libavformatWed, 03 Jun 2009 23:13:53 +0000, by bcoudurier
-
Change find_tag return type to int64_t, fix a bug libavformatWed, 03 Jun 2009 22:36:59 +0000, by bcoudurier
-
do not parse full header for private streams libavformatTue, 02 Jun 2009 07:53:44 +0000, by bcoudurier
-
fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com libavformatSun, 31 May 2009 05:24:16 +0000, by bcoudurier