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
|
Sat, 12 Jul 2008 14:28:27 +0000 |
michael |
Move add_to_pktbuf() before av_read_packet(). My future work on codec identification
libavformat
|
Sat, 12 Jul 2008 13:25:26 +0000 |
michael |
Move set_codec_from_probe_data() up to where the other probe functions are.
libavformat
|
Sat, 12 Jul 2008 13:15:00 +0000 |
michael |
Pass AVPacketList instead of the whole context to add_to_pktbuf as that is
libavformat
|
Tue, 08 Jul 2008 23:26:26 +0000 |
michael |
indent
libavformat
|
Tue, 08 Jul 2008 23:25:01 +0000 |
michael |
10000l for myself, my last change was incomplete.
libavformat
|
Tue, 08 Jul 2008 14:07:37 +0000 |
michael |
Set cur_dts to 0 only during creating new streams and not every time cur_dts happens
libavformat
|
Thu, 03 Jul 2008 12:12:03 +0000 |
rbultje |
Reindent after r14059, see "[PATCH] allow empty params for
libavformat
|
Thu, 03 Jul 2008 12:10:54 +0000 |
rbultje |
Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow
libavformat
|
Fri, 27 Jun 2008 19:00:04 +0000 |
bcoudurier |
give context to av_log
libavformat
|
Thu, 26 Jun 2008 11:28:24 +0000 |
michael |
Also print flags with FF_FDEBUG_TS.
libavformat
|
Wed, 25 Jun 2008 19:30:48 +0000 |
bcoudurier |
make av_find_stream_info find frame_size for aac too
libavformat
|
Wed, 25 Jun 2008 18:36:41 +0000 |
michael |
Make av_find_stream_info() find the frame_size for vorbis.
libavformat
|
Wed, 25 Jun 2008 18:31:48 +0000 |
michael |
Fill missing pts in during muxing when we know that they are equal to dts.
libavformat
|
Wed, 25 Jun 2008 18:15:04 +0000 |
michael |
We cannot calculate the duration of vorbis packets even if we do know the
libavformat
|
Tue, 24 Jun 2008 23:56:16 +0000 |
michael |
Prevent duration calculation code from generating random durations for
libavformat
|
Fri, 20 Jun 2008 17:22:56 +0000 |
bcoudurier |
uniformize AVStream->priv_data freeing in av_close_input_stream
libavformat
|
Fri, 20 Jun 2008 17:16:56 +0000 |
bcoudurier |
factorize read_header failure freeing code
libavformat
|
Fri, 20 Jun 2008 07:27:44 +0000 |
benoit |
Check if there is at least a stream before writing trailer.
libavformat
|
Mon, 09 Jun 2008 13:38:56 +0000 |
michael |
Make timestamp debugging work nicer.
libavformat
|
Fri, 06 Jun 2008 16:53:01 +0000 |
ramiro |
Merge declaration and initialization.
libavformat
|
Tue, 03 Jun 2008 15:19:43 +0000 |
aurel |
Ensure the first audio stream is selected as the default stream
libavformat
|
Tue, 03 Jun 2008 00:50:22 +0000 |
michael |
Make update_initial_durations() also work if a dts occured before a
libavformat
|
Tue, 03 Jun 2008 00:43:56 +0000 |
michael |
Do not set pts in update_initial_durations() if stream has b frames.
libavformat
|
Mon, 02 Jun 2008 09:15:04 +0000 |
andoma |
Audio channels and sample rate must be set in order to skip
libavformat
|
Mon, 02 Jun 2008 04:08:30 +0000 |
bcoudurier |
rename last_frame_offset to next_frame_offset, due to r13615
libavformat
|
Tue, 27 May 2008 21:44:42 +0000 |
michael |
redundant check--
libavformat
|
Tue, 27 May 2008 18:43:25 +0000 |
michael |
Do not use the pts/dts calculation code which needs a parser, when no parser
libavformat
|
Sat, 24 May 2008 21:44:29 +0000 |
aurel |
compute the end of all chapters when end is not specified in the container
libavformat
|
Sat, 24 May 2008 12:56:05 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Sat, 24 May 2008 12:55:36 +0000 |
aurel |
remove useless title check
libavformat
|
Fri, 23 May 2008 18:15:13 +0000 |
michael |
Pass time_base as argument to new_chapter() as well.
libavformat
|
Fri, 23 May 2008 17:52:42 +0000 |
michael |
Warn user about invalid timestamps.
libavformat
|
Fri, 23 May 2008 13:14:11 +0000 |
michael |
Make ff_new_chapter() return AVChapter instead of int so its consistant with
libavformat
|
Fri, 23 May 2008 13:07:58 +0000 |
michael |
s/num_chapters/nb_chapters/ all other similar variables are called nb_*.
libavformat
|
Fri, 23 May 2008 13:04:12 +0000 |
michael |
vertical align
libavformat
|
Fri, 23 May 2008 13:03:52 +0000 |
michael |
indent
libavformat
|
Fri, 23 May 2008 13:03:32 +0000 |
michael |
remove useless title check
libavformat
|
Fri, 23 May 2008 13:03:04 +0000 |
michael |
indent
libavformat
|
Fri, 23 May 2008 13:02:27 +0000 |
michael |
Add id to AVChapter, untested (where do i find matroska files with chapters?).
libavformat
|
Fri, 23 May 2008 11:46:05 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Fri, 23 May 2008 11:45:30 +0000 |
aurel |
allows adding chapters with NULL title
libavformat
|
Thu, 22 May 2008 22:00:21 +0000 |
aurel |
add support for chapters definition in lavf
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavformat
|
Thu, 24 Apr 2008 23:09:28 +0000 |
michael |
minor memleak
libavformat
|
Wed, 16 Apr 2008 06:46:54 +0000 |
diego |
Print duration with higher precision.
libavformat
|
Tue, 15 Apr 2008 13:50:02 +0000 |
michael |
Do not detect a format if another has the same score.
libavformat
|
Sun, 13 Apr 2008 08:55:02 +0000 |
reimar |
Do not call update_initial_durations if pkt->duration is 0.
libavformat
|
Sat, 22 Mar 2008 01:06:57 +0000 |
diego |
typo: occured --> occurred
libavformat
|
Sat, 15 Mar 2008 16:15:47 +0000 |
diego |
typo fixes
libavformat
|
Sat, 08 Mar 2008 21:59:11 +0000 |
ramiro |
Introduce max_picture_buffer variable in AVFormatContext,
libavformat
|
Thu, 06 Mar 2008 17:44:42 +0000 |
bcoudurier |
do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf
libavformat
|
Sun, 24 Feb 2008 16:28:35 +0000 |
michael |
Set indexmem to a saner default.
libavformat
|
Wed, 20 Feb 2008 20:24:38 +0000 |
michael |
revert 12156
libavformat
|
Wed, 20 Feb 2008 03:40:07 +0000 |
michael |
Get rid of a fake timestamp discontinuity at the begin of V.VOB.
libavformat
|
Wed, 20 Feb 2008 03:20:06 +0000 |
michael |
Make timestamp interpolation work with mpeg2 field pictures.
libavformat
|
Fri, 15 Feb 2008 20:32:32 +0000 |
michael |
Fix timestamps and durations if the first packets have no durations nor timestamps,
libavformat
|
Sat, 02 Feb 2008 22:55:58 +0000 |
michael |
Remove incorrect casts that should have never been there.
libavformat
|
Sun, 27 Jan 2008 15:43:17 +0000 |
aurel |
Add support for Matroska attachments.
libavformat
|
Mon, 21 Jan 2008 23:43:25 +0000 |
aurel |
ensure av_rescale_q() can be calculated (won't divide by zero)
libavformat
|
Wed, 16 Jan 2008 22:14:26 +0000 |
diego |
misc spelling/grammar fixes
libavformat
|
Sun, 13 Jan 2008 13:33:37 +0000 |
michael |
user specifyable maximum amount of memory to use for the index.
libavformat
|
Sat, 29 Dec 2007 16:34:51 +0000 |
michael |
indent
libavformat
|
Sat, 29 Dec 2007 16:13:03 +0000 |
michael |
Try to fix url_split() so that the ?foobar part is in the path and only the path.
libavformat
|
Thu, 27 Dec 2007 00:16:48 +0000 |
michael |
Fix detected fps for old divx/xvid.
libavformat
|
Sun, 23 Dec 2007 13:16:55 +0000 |
reimar |
100l, av_read_packet must check for read_packet error, in case of
libavformat
|
Thu, 20 Dec 2007 00:25:18 +0000 |
aurel |
remove double check of pb->read_seek
libavformat
|
Wed, 19 Dec 2007 23:26:18 +0000 |
aurel |
use proper url_is_streamed() API
libavformat
|
Wed, 19 Dec 2007 20:57:13 +0000 |
michael |
Merge recently added and still unused play and pause functions.
libavformat
|
Wed, 19 Dec 2007 14:07:13 +0000 |
reimar |
Add a av_close_input_stream function
libavformat
|
Wed, 19 Dec 2007 10:56:17 +0000 |
michael |
Allow overriding codec_ids.
libavformat
|
Mon, 17 Dec 2007 19:12:43 +0000 |
reimar |
Simplify av_close_input_file similarly to av_open_input_file previously
libavformat
|
Mon, 17 Dec 2007 19:08:17 +0000 |
reimar |
Simplify av_open_input_file
libavformat
|
Mon, 17 Dec 2007 17:41:24 +0000 |
reimar |
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option
libavformat
|
Mon, 17 Dec 2007 09:28:46 +0000 |
benoit |
Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()
libavformat
|
Wed, 12 Dec 2007 19:01:58 +0000 |
michael |
av_*_next() API for libavformat
libavformat
|
Thu, 29 Nov 2007 08:35:05 +0000 |
lucabe |
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Tue, 13 Nov 2007 23:43:18 +0000 |
michael |
rename fps(frame per second) to tb(time base) to prevent
libavformat
|
Fri, 26 Oct 2007 20:02:11 +0000 |
nicodvb |
print newline after program id even when the name is missing
libavformat
|
Thu, 25 Oct 2007 10:11:15 +0000 |
diego |
Remove unused variable, fixes warning:
libavformat
|
Wed, 24 Oct 2007 04:54:44 +0000 |
heydowns |
Move setting of key frame flag for intra-only codecs, ignoring key frame
libavformat
|
Sun, 21 Oct 2007 23:10:15 +0000 |
bcoudurier |
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818
libavformat
|
Sat, 20 Oct 2007 08:25:13 +0000 |
nicodvb |
API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext
libavformat
|