Thu, 17 Sep 2009 18:46:50 +0000 |
bcoudurier |
print at debug level the score at which codec probing succedeed
libavformat
|
Wed, 16 Sep 2009 20:44:26 +0000 |
michael |
Print a warning if a format has been detected with a low score.
libavformat
|
Wed, 16 Sep 2009 20:23:04 +0000 |
michael |
Print at debug level the score with which probing succeeded.
libavformat
|
Wed, 16 Sep 2009 20:06:48 +0000 |
michael |
Fix indention after last commit.
libavformat
|
Wed, 16 Sep 2009 20:04:04 +0000 |
michael |
Improve amortized worst case speed of the muxers packet interleaving code
libavformat
|
Wed, 16 Sep 2009 01:47:54 +0000 |
michael |
Upgrade a few important messages to AV_LOG_WARNING.
libavformat
|
Wed, 16 Sep 2009 01:17:39 +0000 |
michael |
Fix indention after previous commit.
libavformat
|
Wed, 16 Sep 2009 00:59:15 +0000 |
michael |
Make packet interleaving in the muxer not scan through the whole
libavformat
|
Wed, 16 Sep 2009 00:56:31 +0000 |
michael |
Also reset *_end in flush_packet_queue().
libavformat
|
Fri, 04 Sep 2009 21:38:45 +0000 |
jbr |
Add frame_size as a codec parameter requirement for Speex in
libavformat
|
Sat, 22 Aug 2009 16:05:43 +0000 |
schreter |
Support for generic multi-stream key frame finding for new seek API.
libavformat
|
Wed, 12 Aug 2009 13:17:39 +0000 |
pross |
Moves the display of metadata to dump_format()
libavformat
|
Wed, 15 Jul 2009 10:00:16 +0000 |
benoit |
Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in
libavformat
|
Wed, 08 Jul 2009 08:26:57 +0000 |
benoit |
Fix mem leak when user preallocates an AVFormatContext, passes it to
libavformat
|
Thu, 02 Jul 2009 12:47:58 +0000 |
michael |
If either of num or den is 0 make both 0 in av_set_pts_info().
libavformat
|
Wed, 01 Jul 2009 20:52:48 +0000 |
michael |
Make sure av_set_pts_info() does not set the fields of a timebase to
libavformat
|
Wed, 01 Jul 2009 18:50:31 +0000 |
michael |
Make arguments of av_set_pts_info() unsigned.
libavformat
|
Thu, 25 Jun 2009 19:10:27 +0000 |
bcoudurier |
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M
libavformat
|
Thu, 25 Jun 2009 18:48:57 +0000 |
bcoudurier |
limit raw packet buffer size used for codec probing
libavformat
|
Mon, 22 Jun 2009 23:09:34 +0000 |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
libavformat
|
Thu, 18 Jun 2009 00:22:08 +0000 |
michael |
Print why av_find_stream_info() failed, this is a rather common question
libavformat
|
Thu, 11 Jun 2009 04:30:05 +0000 |
bcoudurier |
if b frames are parsed, set codec->has_b_frames
libavformat
|
Sun, 31 May 2009 04:13:25 +0000 |
bcoudurier |
use dts codec probing
libavformat
|
Sun, 31 May 2009 00:24:06 +0000 |
bcoudurier |
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets
libavformat
|
Sat, 30 May 2009 04:08:43 +0000 |
bcoudurier |
cast size to int64_t to avoid overflow
libavformat
|
Mon, 13 Apr 2009 03:38:55 +0000 |
bcoudurier |
Set frame defaults in try_decode_frame.
libavformat
|
Mon, 13 Apr 2009 03:32:02 +0000 |
bcoudurier |
reindent
libavformat
|
Sat, 11 Apr 2009 22:38:00 +0000 |
reimar |
Simplify packet duplication code in ff_interleave_add_packet.
libavformat
|
Sat, 11 Apr 2009 12:42:29 +0000 |
reimar |
Get rid of av_destruct_packet_nofree and use NULL instead.
libavformat
|
Fri, 10 Apr 2009 11:03:06 +0000 |
stefano |
Make try_decode_frame() use the new avcodec_decode_* API.
libavformat
|
Wed, 08 Apr 2009 20:19:12 +0000 |
reimar |
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size
libavformat
|
Tue, 07 Apr 2009 18:31:14 +0000 |
rbultje |
Move av_packet_*() functions from libavformat/ to libavcodec/, where the
libavformat
|
Thu, 19 Mar 2009 21:54:34 +0000 |
bcoudurier |
move max analyze duration check before considering new packet
libavformat
|
Sat, 14 Mar 2009 21:46:00 +0000 |
reimar |
Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser.
libavformat
|
Sat, 14 Mar 2009 16:30:51 +0000 |
michael |
Do not lose user flags when passing calls from the new to the old seeking API.
libavformat
|
Sat, 14 Mar 2009 15:51:46 +0000 |
michael |
add avformat_seek_file()
libavformat
|
Mon, 09 Mar 2009 12:06:31 +0000 |
reimar |
100l, to start reading from the first frame we must seek to data_offset,
libavformat
|
Thu, 05 Mar 2009 19:15:14 +0000 |
diego |
Mark pos_min and pos_max variables as av_uninit to work around false
libavformat
|
Thu, 05 Mar 2009 07:36:16 +0000 |
schreter |
Pass packet position to the parser, so frame's AVPacket.pos is computed correctly.
libavformat
|
Tue, 03 Mar 2009 12:57:07 +0000 |
diego |
cosmetics: Fix indentation.
libavformat
|
Sun, 01 Mar 2009 16:35:25 +0000 |
aurel |
deprecate old metadata API
libavformat
|
Sun, 01 Mar 2009 15:38:06 +0000 |
aurel |
use new metadata API in libavformat/utils.c
libavformat
|
Sun, 01 Mar 2009 03:17:24 +0000 |
michael |
Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes
libavformat
|
Sat, 28 Feb 2009 15:15:54 +0000 |
mru |
Revert "Improve frame rate guessing for streams with two fields per frame."
libavformat
|
Sat, 28 Feb 2009 13:14:46 +0000 |
cehoyos |
Improve frame rate guessing for streams with two fields per frame.
libavformat
|
Fri, 27 Feb 2009 14:13:15 +0000 |
reimar |
Do not allow standard-frame-rate detection to increase the value of
libavformat
|
Fri, 27 Feb 2009 07:56:24 +0000 |
reimar |
Detect the case when the time base is exact but far finer than necessary to
libavformat
|
Thu, 26 Feb 2009 23:47:32 +0000 |
michael |
Add ticks_per_frame, this should hopefully fix the regressions caused
libavformat
|
Tue, 24 Feb 2009 22:19:09 +0000 |
cehoyos |
Add timestamp computation if values are exported by decoder.
libavformat
|
Tue, 24 Feb 2009 20:17:02 +0000 |
cehoyos |
Change duration computation to use time_base instead of TB/2.
libavformat
|
Tue, 24 Feb 2009 13:35:54 +0000 |
michael |
Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same
libavformat
|
Mon, 23 Feb 2009 02:38:45 +0000 |
michael |
Allow av_find_stream_info() to be aborted.
libavformat
|
Sat, 21 Feb 2009 23:00:07 +0000 |
michael |
Waste less space for printing timebases.
libavformat
|
Sat, 21 Feb 2009 21:30:44 +0000 |
michael |
Print all timebases (idea from netgem)
libavformat
|
Sat, 21 Feb 2009 20:11:47 +0000 |
cehoyos |
Use context variable repeat_pict for frame duration computation and
libavformat
|
Sat, 21 Feb 2009 17:29:25 +0000 |
michael |
Be less noisy with invalid pts/dts.
libavformat
|
Thu, 19 Feb 2009 23:35:59 +0000 |
cehoyos |
Add convergence_duration to AVCodecParserContext.
libavformat
|
Wed, 18 Feb 2009 23:46:05 +0000 |
cehoyos |
Add key_frame to AVCodecParserContext, used in libavformat.
libavformat
|
Thu, 12 Feb 2009 08:10:43 +0000 |
benoit |
Add a warning log when trying to encode into a container requiring global
libavformat
|
Tue, 10 Feb 2009 00:27:42 +0000 |
aurel |
remove now useless av_set_program_name() function
libavformat
|
Sun, 08 Feb 2009 22:03:54 +0000 |
superdump |
Add the ability to set the timestamp to the current time by specifying 'now'
libavformat
|
Sun, 08 Feb 2009 08:27:26 +0000 |
stefano |
Replace the calls to the deprecated av_alloc_format_context() with
libavformat
|
Tue, 03 Feb 2009 23:18:12 +0000 |
bcoudurier |
let packet pass through when no timestamps
libavformat
|
Sat, 31 Jan 2009 06:01:58 +0000 |
bcoudurier |
split av_interleave_per_dts, to avoid code duplication
libavformat
|
Thu, 22 Jan 2009 23:35:31 +0000 |
michael |
Move av_read_frame/parser related buffer variables from AVFormatContext
libavformat
|
Thu, 22 Jan 2009 19:45:53 +0000 |
bcoudurier |
print stream sar if present and different than codec sar
libavformat
|
Thu, 22 Jan 2009 12:06:02 +0000 |
michael |
Handle av_read_frame() EAGAIN return.
libavformat
|
Sun, 18 Jan 2009 00:47:46 +0000 |
bcoudurier |
jpeg2k is intra only codec
libavformat
|
Sat, 17 Jan 2009 21:40:27 +0000 |
bcoudurier |
match format in names list separated by commas
libavformat
|
Sat, 17 Jan 2009 12:21:01 +0000 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavformat
|
Sat, 17 Jan 2009 11:13:33 +0000 |
aurel |
export gcd function as av_gcd()
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Sat, 10 Jan 2009 09:56:07 +0000 |
stefano |
Move the AVFormatContext options definition to a dedicated file,
libavformat
|
Fri, 09 Jan 2009 20:10:13 +0000 |
lucabe |
Do not assume that if pkt->destruct != av_destruct_packet then it is not
libavformat
|
Fri, 09 Jan 2009 00:01:42 +0000 |
aurel |
rename ff_metadata_sync_compat to ff_metadata_mux_compat
libavformat
|
Thu, 08 Jan 2009 23:24:51 +0000 |
aurel |
Add a second metadata compatibility layer, so that metadata that gets
libavformat
|
Wed, 07 Jan 2009 20:44:23 +0000 |
michael |
Do not try to duplicate packets that have data==NULL.
libavformat
|
Tue, 06 Jan 2009 22:11:04 +0000 |
aurel |
free all allocated metadata structures
libavformat
|
Tue, 06 Jan 2009 00:09:23 +0000 |
aurel |
Add a metadata compatibility layer, so that when a user application set
libavformat
|
Sun, 04 Jan 2009 23:31:31 +0000 |
aurel |
rename AVMetaData to AVMetadata and meta_data to metadata
libavformat
|
Sun, 04 Jan 2009 19:00:35 +0000 |
michael |
10l format include path for metadata.h
libavformat
|
Sun, 04 Jan 2009 18:48:37 +0000 |
michael |
Generic metadata API.
libavformat
|
Sun, 04 Jan 2009 11:04:02 +0000 |
stefano |
Drop the deprecated parse_image_size() and parse_frame_rate() functions
libavformat
|
Sat, 08 Nov 2008 18:37:03 +0000 |
stefano |
Fix argument constness for the av_codec_get_id() and
libavformat
|
Thu, 23 Oct 2008 17:30:36 +0000 |
bcoudurier |
dnxhd codec is intra only
libavformat
|
Tue, 21 Oct 2008 21:40:24 +0000 |
aurel |
uses FF_ARRAY_ELEMS() where appropriate
libavformat
|
Sun, 19 Oct 2008 01:02:48 +0000 |
michael |
Check for pts==dts on I/P frames in the presence of non low delay decoding and
libavformat
|
Sat, 18 Oct 2008 22:41:21 +0000 |
michael |
Move code setting delay and presentation_delayed a little up so
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Sat, 27 Sep 2008 17:37:22 +0000 |
diego |
Move doxygen comments for av_gettime from utils.c to avformat.h.
libavformat
|
Fri, 19 Sep 2008 12:37:38 +0000 |
michael |
Ensure that muxer and encoder aspect ratios match. So no
libavformat
|
Mon, 08 Sep 2008 19:37:22 +0000 |
bcoudurier |
set block align in av_write_header if not set, fix issue #489
libavformat
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavformat
|
Wed, 03 Sep 2008 14:44:54 +0000 |
michael |
Add AVPacket.convergence_duration.
libavformat
|
Tue, 02 Sep 2008 15:33:57 +0000 |
michael |
Fix detection of MPEG4 in MPEG-PS.
libavformat
|
Fri, 29 Aug 2008 22:13:22 +0000 |
bcoudurier |
make has_codec_parameters not returning true when sample_fmt is not set
libavformat
|
Fri, 29 Aug 2008 01:43:27 +0000 |
michael |
Do not truncate timestamps before the muxer as it makes simple
libavformat
|
Thu, 28 Aug 2008 12:00:58 +0000 |
rbultje |
Change implementation for ff_data_to_hex(), this is faster. See discussion on
libavformat
|
Wed, 27 Aug 2008 23:43:28 +0000 |
rbultje |
Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and
libavformat
|
Tue, 26 Aug 2008 20:38:04 +0000 |
aurel |
remove useless assignment (st is never read after this line)
libavformat
|
Mon, 25 Aug 2008 15:39:43 +0000 |
andoma |
When setting codec_id during codec probe we must also set codec_type.
libavformat
|
Sun, 24 Aug 2008 17:24:34 +0000 |
reimar |
Mark several libavformat arrays const
libavformat
|
Sat, 23 Aug 2008 23:13:58 +0000 |
aurel |
export sample_aspect_ratio read by the demuxer in a separate field
libavformat
|
Thu, 14 Aug 2008 03:24:58 +0000 |
michael |
Do not fill the pts reordering buffer with guessed dts.
libavformat
|
Wed, 13 Aug 2008 17:22:53 +0000 |
aurel |
strcasecmp() requires #include <strings.h>
libavformat
|
Tue, 12 Aug 2008 17:26:36 +0000 |
bcoudurier |
Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,
libavformat
|
Sun, 10 Aug 2008 00:28:56 +0000 |
stefano |
Cosmetics: move at the beginning of the file the av_frac_* functions, avoid
libavformat
|
Fri, 08 Aug 2008 18:40:50 +0000 |
stefano |
Implement avformat_version().
libavformat
|
Wed, 06 Aug 2008 22:17:38 +0000 |
mru |
Maintain pointer to end of AVFormatContext.packet_buffer list
libavformat
|
Thu, 31 Jul 2008 18:02:55 +0000 |
bcoudurier |
check url_fseek return value, update seek reg tests
libavformat
|
Fri, 18 Jul 2008 07:13:56 +0000 |
benoit |
Fix a mem leak in av_find_stream_info().
libavformat
|
Mon, 14 Jul 2008 20:31:17 +0000 |
michael |
Move the codec_id overriding at a slightly better place.
libavformat
|
Mon, 14 Jul 2008 19:11:09 +0000 |
michael |
Remove common factors from timebase in av_set_pts_info().
libavformat
|
Sat, 12 Jul 2008 20:40:47 +0000 |
michael |
Remove old hackish codec probe system.
libavformat
|
Sat, 12 Jul 2008 20:01:23 +0000 |
michael |
Use strcmp() instead of strncmp() in set_codec_from_probe_data().
libavformat
|
Sat, 12 Jul 2008 19:57:57 +0000 |
michael |
indent
libavformat
|
Sat, 12 Jul 2008 19:57:30 +0000 |
michael |
Only try to probe the codec when the available data has roughly doubled
libavformat
|
Sat, 12 Jul 2008 19:56:25 +0000 |
michael |
Add mpegvideo and H.264 to the codec probe.
libavformat
|
Sat, 12 Jul 2008 18:43:02 +0000 |
michael |
indent
libavformat
|
Sat, 12 Jul 2008 18:42:00 +0000 |
michael |
New codec probing system try #1.
libavformat
|