Tue, 14 Nov 2006 01:34:36 +0000 |
michael |
split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex
libavformat
|
Sat, 11 Nov 2006 19:37:21 +0000 |
michael |
nut simple seeking first try
libavformat
|
Thu, 02 Nov 2006 23:22:23 +0000 |
bcoudurier |
kill AVImageFormat
libavformat
|
Wed, 01 Nov 2006 22:39:58 +0000 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
libavformat
|
Wed, 01 Nov 2006 21:28:36 +0000 |
diego |
Rename SWAP macro to FFSWAP.
libavformat
|
Wed, 01 Nov 2006 21:09:14 +0000 |
diego |
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
libavformat
|
Mon, 30 Oct 2006 23:59:52 +0000 |
bcoudurier |
remove gcc warning about void * used in arithmetic
libavformat
|
Fri, 27 Oct 2006 10:53:08 +0000 |
bcoudurier |
fflags can/will be used for muxing too
libavformat
|
Sat, 14 Oct 2006 20:43:39 +0000 |
rathann |
Use proper PRI?64 macros for %ll? format to fix printf format warnings:
libavformat
|
Fri, 13 Oct 2006 19:19:07 +0000 |
michael |
10l CODEC vs. FORMAT
libavformat
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Tue, 03 Oct 2006 19:13:27 +0000 |
michael |
fix r_frame_rate detection in mpeg4 streams with non integer fps
libavformat
|
Tue, 26 Sep 2006 18:34:07 +0000 |
michael |
fix r_frame_rate init code for groundhog.vob
libavformat
|
Tue, 26 Sep 2006 18:03:17 +0000 |
michael |
drop broken telecine detection code
libavformat
|
Tue, 26 Sep 2006 17:27:08 +0000 |
michael |
reindent
libavformat
|
Tue, 26 Sep 2006 17:25:28 +0000 |
michael |
dont ignore MAX_READ_SIZE
libavformat
|
Thu, 21 Sep 2006 07:31:53 +0000 |
romansh |
* Moving FifoBuffer out of libavformat/avformat.h and
libavformat
|
Wed, 20 Sep 2006 08:24:17 +0000 |
takis |
Migrate the "packetsize" OptionDef option to become an AVOption.
libavformat
|
Wed, 20 Sep 2006 08:23:01 +0000 |
takis |
Migrate the "muxrate" OptionDef option to become an AVOption.
libavformat
|
Thu, 14 Sep 2006 13:51:54 +0000 |
takis |
Make OFFSET() reuse offsetof
libavformat
|
Thu, 14 Sep 2006 12:04:07 +0000 |
takis |
Remove a redundant memset from libavformat.
libavformat
|
Sun, 10 Sep 2006 21:51:08 +0000 |
gpoirier |
Use and set sane AVOption defaults
libavformat
|
Sun, 10 Sep 2006 20:21:40 +0000 |
gpoirier |
make AVOptions default value field work.
libavformat
|
Sat, 09 Sep 2006 08:49:28 +0000 |
gpoirier |
undefines a few temporary defines which were not undefined after their usage.
libavformat
|
Fri, 08 Sep 2006 12:28:28 +0000 |
gpoirier |
enable setting the year and track number using AVOption
libavformat
|
Fri, 08 Sep 2006 12:12:38 +0000 |
gpoirier |
makes avformat_get_context_defaults() static
libavformat
|
Tue, 05 Sep 2006 19:23:32 +0000 |
michael |
ignore index parameter to ignore the ODML index in avi
libavformat
|
Mon, 04 Sep 2006 09:57:47 +0000 |
gpoirier |
Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be %
libavformat
|
Wed, 30 Aug 2006 21:18:17 +0000 |
michael |
fix b pyramid in mp4 muxing if no dts are provided to the muxer
libavformat
|
Sun, 27 Aug 2006 12:21:19 +0000 |
nicodvb |
added option probesize; at the moment only used by mpegts.c
libavformat
|
Sun, 27 Aug 2006 12:14:13 +0000 |
nicodvb |
initial support for AVOption in AVFormatContext
libavformat
|
Fri, 11 Aug 2006 21:24:54 +0000 |
bcoudurier |
update documentation
libavformat
|
Fri, 11 Aug 2006 21:21:51 +0000 |
bcoudurier |
export av_interleave_packet_per_dts
libavformat
|
Tue, 08 Aug 2006 20:31:19 +0000 |
michael |
dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort
libavformat
|
Tue, 08 Aug 2006 19:55:32 +0000 |
michael |
timestamp debugging av_logs()
libavformat
|
Sun, 23 Jul 2006 18:19:33 +0000 |
reimar |
Try to find out correct start time to make seeking faster and add some
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Sat, 08 Jul 2006 07:14:00 +0000 |
aurel |
set proper bits_per_sample value for ADPCM codecs
libavformat
|
Fri, 07 Jul 2006 17:50:09 +0000 |
bcoudurier |
av_get_bits_per_sample and due simplifications
libavformat
|
Fri, 30 Jun 2006 07:41:25 +0000 |
gpoirier |
Move initialisations and internal symbols in allformats.h,
libavformat
|
Thu, 29 Jun 2006 19:42:34 +0000 |
mru |
extradata may be used as bitstream reader input so allocate with padding
libavformat
|
Thu, 29 Jun 2006 19:02:15 +0000 |
mru |
do not fail av_find_stream_info() if params for all streams could not be found
libavformat
|
Sun, 25 Jun 2006 17:37:12 +0000 |
lu_zero |
cleanup patch from Diego Petten <flameeyes@gentoo.org>
libavformat
|
Tue, 20 Jun 2006 19:46:09 +0000 |
mru |
increase search limit in av_find_stream_info
libavformat
|
Sat, 17 Jun 2006 15:53:23 +0000 |
diego |
Add (mostly) const to variable and parameter declaration, where a char* was
libavformat
|
Fri, 16 Jun 2006 07:54:37 +0000 |
mru |
free codec extradata in av_close_input_file
libavformat
|
Thu, 15 Jun 2006 23:26:48 +0000 |
bcoudurier |
make dump_format output more homogenous
libavformat
|
Tue, 13 Jun 2006 11:10:55 +0000 |
michael |
fix probe of high bitrate mpeg2video
libavformat
|
Fri, 24 Mar 2006 15:47:44 +0000 |
bcoudurier |
use av_d2q to parse frame rate
libavformat
|
Tue, 21 Mar 2006 11:29:50 +0000 |
michael |
provide more info on which streams lack codec parameters
libavformat
|
Sat, 11 Mar 2006 00:22:21 +0000 |
michael |
simplify AVFormatParameters NULL checks
libavformat
|
Wed, 01 Mar 2006 11:29:55 +0000 |
michael |
add size to AVIndex
libavformat
|
Sat, 11 Feb 2006 17:17:37 +0000 |
michael |
Fix for url_fclose() being called on an already closed file based on a patch by (<Colin Ward> hitman codehq org)
libavformat
|
Thu, 02 Feb 2006 20:54:41 +0000 |
michael |
improve fps guessing code
libavformat
|
Thu, 02 Feb 2006 19:23:33 +0000 |
michael |
sanity checks for seeking
libavformat
|
Thu, 02 Feb 2006 11:27:35 +0000 |
michael |
dynamically increase probe buffer until format is detected
libavformat
|
Wed, 25 Jan 2006 22:10:13 +0000 |
diego |
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
libavformat
|
Sun, 22 Jan 2006 18:34:17 +0000 |
diego |
WinCE cross-compilation support
libavformat
|