Thu, 27 May 2010 17:11:37 +0000 |
michael |
Make sure that when the parser is feeded with frame==packet that the
libavformat
|
Wed, 26 May 2010 04:20:32 +0000 |
alexc |
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once.
libavformat
|
Mon, 24 May 2010 16:42:16 +0000 |
jai_menon |
Display a more descriptive log message when probe buffer limit is
libavformat
|
Sat, 22 May 2010 21:52:06 +0000 |
stefano |
Make av_write_header() return AVERROR(EINVAL) rather than -1 if the
libavformat
|
Sat, 22 May 2010 21:52:02 +0000 |
stefano |
Store in a dedicated array the format name - codec id - codec type
libavformat
|
Sat, 22 May 2010 15:56:49 +0000 |
stefano |
Prefer enum CodecID over int in ff_codec_get_tag().
libavformat
|
Fri, 21 May 2010 07:07:57 +0000 |
mstorsjo |
Add a libavformat internal function ff_write_chained
libavformat
|
Tue, 18 May 2010 19:23:29 +0000 |
cehoyos |
Validate AVCodecTag vs CodecID.
libavformat
|
Tue, 18 May 2010 19:16:40 +0000 |
cehoyos |
Factorize some code into the new function ff_toupper4().
libavformat
|
Fri, 14 May 2010 22:04:39 +0000 |
bcoudurier |
Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.
libavformat
|
Sat, 01 May 2010 13:49:35 +0000 |
reimar |
Export av_probe_input_format2.
libavformat
|
Sun, 25 Apr 2010 14:27:42 +0000 |
stefano |
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
libavformat
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavformat
|
Tue, 13 Apr 2010 07:25:50 +0000 |
benoit |
Do not probe when the format is known.
libavformat
|
Sun, 11 Apr 2010 00:43:36 +0000 |
michael |
Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.
libavformat
|
Fri, 09 Apr 2010 22:39:39 +0000 |
michael |
Dont try to compute AVPacket duration for possibly interlaced video codecs
libavformat
|
Thu, 08 Apr 2010 09:02:27 +0000 |
thardin |
Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced.
libavformat
|
Sun, 04 Apr 2010 22:19:42 +0000 |
michael |
Fix rounding direction for calculation of AVPacket.duration.
libavformat
|
Thu, 01 Apr 2010 12:09:33 +0000 |
michael |
Limit probing to probesize.
libavformat
|
Wed, 31 Mar 2010 12:55:16 +0000 |
michael |
Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
libavformat
|
Wed, 31 Mar 2010 12:29:58 +0000 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavformat
|
Wed, 31 Mar 2010 10:45:15 +0000 |
cehoyos |
Probe aac codecs for CODEC_ID_PROBE.
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Fri, 26 Mar 2010 01:12:14 +0000 |
stefano |
Fix updating condition for the probe_size variable in the internal
libavformat
|
Thu, 25 Mar 2010 07:14:41 +0000 |
mstorsjo |
Reindent
libavformat
|
Thu, 25 Mar 2010 07:13:20 +0000 |
mstorsjo |
Add a lowercase parameter to ff_data_to_hex
libavformat
|
Sun, 21 Mar 2010 16:34:04 +0000 |
stefano |
Make av_open_input_file() return AVERROR_INVALIDDATA rather than
libavformat
|
Tue, 16 Mar 2010 21:45:30 +0000 |
mru |
Fix erroneous behaviour when format probe hits end of file
libavformat
|
Mon, 15 Mar 2010 23:15:24 +0000 |
aurel |
rename av_read_frame_flush to ff_read_frame_flush
libavformat
|
Mon, 15 Mar 2010 23:14:07 +0000 |
aurel |
rename av_program_add_stream_index to ff_program_add_stream_index
libavformat
|
Mon, 15 Mar 2010 10:36:30 +0000 |
mstorsjo |
Move the NTP offset definitions to internal.h
libavformat
|
Sun, 14 Mar 2010 22:40:16 +0000 |
stefano |
Move the probe loop from av_open_input_file() into its own method
libavformat
|
Wed, 10 Mar 2010 22:21:39 +0000 |
mstorsjo |
Make the ntp_time function available to other parts of libavformat, as ff_ntp_time
libavformat
|
Tue, 09 Mar 2010 15:19:23 +0000 |
michael |
Add special case to avoid binary search when appending index entries.
libavformat
|
Mon, 08 Mar 2010 23:51:53 +0000 |
stefano |
Remove definition of match_ext(), which is declared under #ifdef
libavformat
|
Mon, 08 Mar 2010 09:05:03 +0000 |
mstorsjo |
Reindent
libavformat
|
Mon, 08 Mar 2010 09:03:25 +0000 |
mstorsjo |
Rename url_split to ff_url_split
libavformat
|
Mon, 08 Mar 2010 03:46:37 +0000 |
mru |
Revert "Move the probe loop from av_open_input_file() into its own method"
libavformat
|
Mon, 08 Mar 2010 00:00:50 +0000 |
alexc |
av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signaling.
libavformat
|
Sun, 07 Mar 2010 23:10:18 +0000 |
cehoyos |
Fix pts->dts conversion init for non-zero initial value for pts.
libavformat
|
Sun, 07 Mar 2010 22:42:11 +0000 |
stefano |
Move the probe loop from av_open_input_file() into its own method
libavformat
|
Sat, 06 Mar 2010 22:36:36 +0000 |
mru |
Add some missing #includes
libavformat
|
Fri, 05 Mar 2010 22:31:45 +0000 |
mstorsjo |
Add a function ff_url_join for assembling URLs
libavformat
|
Fri, 05 Mar 2010 17:26:34 +0000 |
vitor |
Fix memory leak in NUT muxer
libavformat
|
Sun, 28 Feb 2010 18:37:09 +0000 |
cehoyos |
Print chapter info in dump_format().
libavformat
|
Tue, 23 Feb 2010 16:29:57 +0000 |
michael |
Count all frames with codec_info_nb_frames not just ones with non zero
libavformat
|
Tue, 23 Feb 2010 15:07:18 +0000 |
michael |
Put codec_info_nb_frames back in AVStream and print its value.
libavformat
|
Mon, 22 Feb 2010 22:05:20 +0000 |
michael |
Make sure mp1/mp2 get their frame_size set.
libavformat
|
Mon, 22 Feb 2010 10:19:46 +0000 |
michael |
Make sure a set r_frame_rate is not overriden by a guess.
libavformat
|
Tue, 16 Feb 2010 16:32:25 +0000 |
rbultje |
Set lavf identification string globally in av_write_header(), rather
libavformat
|
Fri, 12 Feb 2010 20:35:29 +0000 |
michael |
Add flag so muxers not needing width/height can signal this.
libavformat
|
Sun, 07 Feb 2010 19:10:04 +0000 |
michael |
Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the
libavformat
|
Sun, 07 Feb 2010 16:27:17 +0000 |
michael |
Use av_compare_ts() for interleaving per dts.
libavformat
|
Wed, 03 Feb 2010 23:59:48 +0000 |
michael |
Dont try generic seek if seek request before first index entry and backward.
libavformat
|
Wed, 03 Feb 2010 23:05:58 +0000 |
michael |
Try to open decoders in av_find_stream_info() even if no packets for the
libavformat
|
Sun, 31 Jan 2010 17:43:18 +0000 |
michael |
Increase search range if no end timestamp could be found for the duration
libavformat
|
Sat, 30 Jan 2010 22:55:12 +0000 |
michael |
Flag to ignore dts on frames that contain pts.
libavformat
|
Wed, 27 Jan 2010 19:37:52 +0000 |
michael |
Fix duration calculation in the presence of a single wraping of the timeline.
libavformat
|
Mon, 18 Jan 2010 23:56:04 +0000 |
bcoudurier |
set average frame rate in mov demuxer
libavformat
|
Wed, 13 Jan 2010 14:32:48 +0000 |
benoit |
Check there is a stream before writing header.
libavformat
|