Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Tue, 10 Apr 2007 11:27:24 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Mon, 09 Apr 2007 17:03:20 +0000 |
aurel |
add support for seeking to a keyframe instead of a random frame
libavformat
|
Mon, 09 Apr 2007 17:00:09 +0000 |
aurel |
add an intermediate variable (prepare for next patch)
libavformat
|
Mon, 09 Apr 2007 16:48:28 +0000 |
aurel |
add support for seeking in matroska files
libavformat
|
Mon, 09 Apr 2007 16:45:43 +0000 |
aurel |
move matroska_find_track_by_num() upper in the file
libavformat
|
Mon, 09 Apr 2007 16:29:10 +0000 |
aurel |
cluster position is relative to segment_start
libavformat
|
Mon, 09 Apr 2007 16:27:00 +0000 |
aurel |
properly set streams start_time
libavformat
|
Mon, 09 Apr 2007 16:24:03 +0000 |
aurel |
remove unused context field
libavformat
|
Mon, 09 Apr 2007 16:22:18 +0000 |
aurel |
remove wrong and no more used packet reordering code
libavformat
|
Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Sun, 25 Mar 2007 01:11:00 +0000 |
aurel |
add support for V_THEORA into Matroska
libavformat
|
Thu, 15 Mar 2007 23:08:58 +0000 |
aurel |
disable pts reordering code and initialize a parser instead
libavformat
|
Tue, 13 Mar 2007 00:21:19 +0000 |
aurel |
remove outdated comment
libavformat
|
Tue, 13 Mar 2007 00:20:18 +0000 |
aurel |
remove no more needed parameters
libavformat
|
Tue, 13 Mar 2007 00:16:31 +0000 |
aurel |
set pkt->duration for laced packets too
libavformat
|
Tue, 13 Mar 2007 00:10:52 +0000 |
aurel |
calculate pts for laced packets
libavformat
|
Tue, 13 Mar 2007 00:02:55 +0000 |
aurel |
calculate default_duration for AAC tracks
libavformat
|
Tue, 13 Mar 2007 00:01:24 +0000 |
aurel |
scale duration and default_duration
libavformat
|
Mon, 12 Mar 2007 21:58:29 +0000 |
aurel |
move timecode calculation out of laces loop
libavformat
|
Sun, 11 Mar 2007 23:44:13 +0000 |
aurel |
cosmetic: indent after last commit
libavformat
|
Sun, 11 Mar 2007 23:40:57 +0000 |
aurel |
reorder pts of packets from tracks using V_MPEG* codecs
libavformat
|
Sun, 11 Mar 2007 23:19:27 +0000 |
aurel |
revert r7181
libavformat
|
Sun, 11 Mar 2007 23:05:01 +0000 |
aurel |
check if current block contains a B frame and gives this info to parse_block()
libavformat
|
Sun, 11 Mar 2007 22:54:15 +0000 |
aurel |
extract ebml_read_binary() out of matroska_parse_block()
libavformat
|
Sun, 11 Mar 2007 22:28:03 +0000 |
aurel |
reindent after last commit
libavformat
|
Sun, 11 Mar 2007 22:26:39 +0000 |
aurel |
parse clusters until some packets are queued
libavformat
|
Sun, 11 Mar 2007 22:19:02 +0000 |
aurel |
fix a stupid bug in ebml_read_sint()
libavformat
|
Sun, 11 Mar 2007 22:16:38 +0000 |
aurel |
use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()
libavformat
|
Fri, 02 Mar 2007 00:14:53 +0000 |
aurel |
don't rely on a specific appearance order for ebml elements at the same level
libavformat
|
Fri, 02 Mar 2007 00:06:03 +0000 |
aurel |
add support for simple blocks (ie. matroska v2)
libavformat
|
Thu, 01 Mar 2007 23:50:31 +0000 |
aurel |
cosmetics: fix indentation of the new matroska_parse_block() function
libavformat
|
Thu, 01 Mar 2007 23:46:14 +0000 |
aurel |
split a matroska_parse_block() function from matroska_parse_blockgroup()
libavformat
|
Thu, 01 Mar 2007 23:36:39 +0000 |
aurel |
fix an off-by-one error in probing function
libavformat
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavformat
|
Tue, 28 Nov 2006 23:41:53 +0000 |
aurel |
matroska: scale timecode according to time_scale
libavformat
|
Thu, 23 Nov 2006 22:26:05 +0000 |
aurel |
No need for special trick anymore for flac in matroska.
libavformat
|
Tue, 21 Nov 2006 23:47:21 +0000 |
aurel |
add support for FLAC in matroska
libavformat
|
Mon, 20 Nov 2006 20:16:32 +0000 |
aurel |
add support for tta in matroska
libavformat
|
Mon, 20 Nov 2006 00:33:47 +0000 |
aurel |
cosmetics: reindent after last commit
libavformat
|
Mon, 20 Nov 2006 00:31:59 +0000 |
aurel |
matroska: split real video frames so that each packet contains only one slice
libavformat
|
Mon, 20 Nov 2006 00:15:52 +0000 |
aurel |
matroska: properly handle real video extradata
libavformat
|
Mon, 20 Nov 2006 00:04:08 +0000 |
aurel |
simplify free()+set to NULL using av_freep()
libavformat
|
Sun, 12 Nov 2006 16:59:27 +0000 |
aurel |
Allows playback of truncated matroska files.
libavformat
|
Sat, 11 Nov 2006 00:56:27 +0000 |
aurel |
Fix wrong comment.
libavformat
|
Sat, 11 Nov 2006 00:49:39 +0000 |
aurel |
Add A_AAC codec identifier support in matroska.
libavformat
|
Thu, 09 Nov 2006 11:37:30 +0000 |
bcoudurier |
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
libavformat
|
Wed, 08 Nov 2006 20:13:30 +0000 |
aurel |
add support for AAC in matroska
libavformat
|
Wed, 08 Nov 2006 20:09:56 +0000 |
aurel |
add audio output sampling freqency reading in matroska
libavformat
|
Wed, 08 Nov 2006 18:53:36 +0000 |
aurel |
Better way to detect cluster (fix files encoded with Haali's muxer).
libavformat
|
Tue, 07 Nov 2006 00:11:35 +0000 |
aurel |
Allow reading matroska title.
libavformat
|
Mon, 06 Nov 2006 23:58:41 +0000 |
aurel |
cosmetics: reindent after last commit
libavformat
|
Mon, 06 Nov 2006 23:57:34 +0000 |
aurel |
Don't need to check for NULL before av_free().
libavformat
|
Mon, 06 Nov 2006 23:52:10 +0000 |
aurel |
Add support for block duration.
libavformat
|
Mon, 06 Nov 2006 23:14:37 +0000 |
aurel |
Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).
libavformat
|
Mon, 06 Nov 2006 23:07:54 +0000 |
aurel |
guess matroska files frame rate
libavformat
|
Mon, 06 Nov 2006 19:01:03 +0000 |
gpoirier |
remove floats in 10 bytes/byte support (no version of matroska used it)
libavformat
|
Mon, 06 Nov 2006 06:07:41 +0000 |
kostya |
WavPack support in Matroska
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavformat
|
Wed, 12 Jul 2006 00:09:34 +0000 |
mru |
move common stuff from avienc.c and wav.c to new file riff.c
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, 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
|
Sat, 25 Mar 2006 19:51:12 +0000 |
michael |
dont set random timestamps if they are not known
libavformat
|
Sat, 25 Mar 2006 19:40:27 +0000 |
michael |
fixing timebase
libavformat
|
Sat, 25 Mar 2006 13:37:34 +0000 |
diego |
Rename time variable to the more descriptive block_time.
libavformat
|
Wed, 22 Mar 2006 11:11:02 +0000 |
michael |
duration and subitle fix from the patch by Steve Lhomme
libavformat
|
Wed, 22 Mar 2006 11:06:08 +0000 |
michael |
cleanup codec_id mapping (untested)
libavformat
|
Wed, 22 Mar 2006 10:33:21 +0000 |
michael |
fix aspect ratio
libavformat
|
Mon, 30 Jan 2006 23:32:14 +0000 |
mru |
add missing #includes
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Sat, 17 Dec 2005 11:27:37 +0000 |
michael |
total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com)
libavformat
|
Mon, 12 Dec 2005 01:56:46 +0000 |
mru |
use PRIxN, %zd, %td formats where needed
libavformat
|
Tue, 19 Jul 2005 15:32:43 +0000 |
michael |
more non portable float parsing code ...
libavformat
|
Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Thu, 26 May 2005 20:17:12 +0000 |
michael |
AVPacket.pos
libavformat
|
Fri, 13 May 2005 18:10:23 +0000 |
mru |
change extradata format for vorbis
libavformat
|
Thu, 17 Mar 2005 01:25:01 +0000 |
michael |
more fine grained discarding of packets
libavformat
|
Fri, 11 Mar 2005 19:52:43 +0000 |
rfelker |
Patch from Gianluigi Tiesi (sherpya at netfarm dot it):
libavformat
|
Sun, 06 Mar 2005 19:52:41 +0000 |
michael |
H.264 and Vorbis support in matroska patch by (Mns Rullgrd |mru inprovide com)
libavformat
|
Sat, 22 Jan 2005 13:36:02 +0000 |
michael |
support discarding uninterresting packets
libavformat
|
Sat, 08 Jan 2005 14:21:33 +0000 |
michael |
integer overflows, heap corruption
libavformat
|
Wed, 14 Jul 2004 01:32:14 +0000 |
michael |
libdts support by (Benjamin Zores <ben at geexbox dot org>)
libavformat
|
Fri, 21 May 2004 20:43:21 +0000 |
michael |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
libavformat
|
Wed, 07 Apr 2004 13:27:53 +0000 |
alex |
unknown format char
libavformat
|
Wed, 24 Mar 2004 23:32:48 +0000 |
mellum |
warning patrol
libavformat
|
Fri, 12 Mar 2004 02:26:01 +0000 |
michael |
big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
libavformat
|
Thu, 11 Mar 2004 16:26:42 +0000 |
michael |
matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
libavformat
|