Tue, 12 Aug 2008 08:33:32 +0000 |
pross |
Electronic Arts demuxer: ignore PTxx platform ID values.
libavformat
|
Tue, 12 Aug 2008 08:32:59 +0000 |
pross |
Support Electronic Arts files containing MPEG2VIDEO.
libavformat
|
Sun, 10 Aug 2008 15:34:29 +0000 |
banan |
FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi
libavformat
|
Sun, 10 Aug 2008 01:58:46 +0000 |
pross |
Add MDEC tags to Electronic Arts demuxer.
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 23:50:38 +0000 |
aurel |
matroskadec: add basic tags support (metadata)
libavformat
|
Fri, 08 Aug 2008 18:40:50 +0000 |
stefano |
Implement avformat_version().
libavformat
|
Thu, 07 Aug 2008 17:33:53 +0000 |
bcoudurier |
remove mxf.c, previously copied to mxfdec.c
libavformat
|
Thu, 07 Aug 2008 02:12:14 +0000 |
bcoudurier |
rename mxf.c to mxfdec.c
libavformat
|
Wed, 06 Aug 2008 22:17:38 +0000 |
mru |
Maintain pointer to end of AVFormatContext.packet_buffer list
libavformat
|
Wed, 06 Aug 2008 08:34:35 +0000 |
pross |
Add Electronic Arts TGV chunk tags to EA demuxer.
libavformat
|
Wed, 06 Aug 2008 00:21:10 +0000 |
aurel |
matroskadec: use av_freep(&x) instead of av_free(x);x=NULL
libavformat
|
Wed, 06 Aug 2008 00:17:47 +0000 |
aurel |
matroskadec: replace matroska_queue_packet with a single call to dynarray_add
libavformat
|
Tue, 05 Aug 2008 21:46:10 +0000 |
diego |
Fix small typo.
libavformat
|
Tue, 05 Aug 2008 10:38:25 +0000 |
pross |
Support muxing of Zork PCM audio into RIFF formats.
libavformat
|
Tue, 05 Aug 2008 08:28:57 +0000 |
diego |
misc spelling/grammar fixes
libavformat
|
Tue, 05 Aug 2008 00:43:01 +0000 |
aurel |
matroskadec: remove useless num_streams
libavformat
|
Tue, 05 Aug 2008 00:42:58 +0000 |
aurel |
matroskadec: expand useless ebml_read_element_id() wrapper
libavformat
|
Tue, 05 Aug 2008 00:42:55 +0000 |
aurel |
matroskadec: simplify matroska_ebmlnum_sint()
libavformat
|
Tue, 05 Aug 2008 00:42:52 +0000 |
aurel |
matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num()
libavformat
|
Tue, 05 Aug 2008 00:42:49 +0000 |
aurel |
matroska: expand useless define for MS compat codec id strings
libavformat
|
Tue, 05 Aug 2008 00:42:46 +0000 |
aurel |
matroskadec: remove useless comments in ff_mkv_codec_tags
libavformat
|
Tue, 05 Aug 2008 00:42:43 +0000 |
aurel |
matroskadec: update copyright year and related comments
libavformat
|
Tue, 05 Aug 2008 00:42:39 +0000 |
aurel |
matroskadec: reorder some functions in a more logical order
libavformat
|
Tue, 05 Aug 2008 00:42:36 +0000 |
aurel |
matroskadec: remove now useless wrapper ebml_read_element_length()
libavformat
|
Tue, 05 Aug 2008 00:42:33 +0000 |
aurel |
matroskadec: remove now useless wrapper ebml_read_seek()
libavformat
|
Tue, 05 Aug 2008 00:42:29 +0000 |
aurel |
matroskadec: remove now useless peek_id
libavformat
|
Tue, 05 Aug 2008 00:42:26 +0000 |
aurel |
matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster()
libavformat
|
Tue, 05 Aug 2008 00:42:23 +0000 |
aurel |
matroskadec: remove now unused parameter 'once' from ebml_parse_nest()
libavformat
|
Tue, 05 Aug 2008 00:42:20 +0000 |
aurel |
matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough
libavformat
|
Tue, 05 Aug 2008 00:42:17 +0000 |
aurel |
matroskadec: new ebml_parse() function, centralize ebml_read_element_id() calls
libavformat
|
Tue, 05 Aug 2008 00:42:13 +0000 |
aurel |
matroskadec: rename ebml_parse() to ebml_parse_nest()
libavformat
|
Tue, 05 Aug 2008 00:42:10 +0000 |
aurel |
matroskadec: don't care about the number of bytes read by ebml_read_element_id()
libavformat
|
Tue, 05 Aug 2008 00:42:08 +0000 |
aurel |
matroskadec: simplify check for hierarchy level
libavformat
|
Tue, 05 Aug 2008 00:42:05 +0000 |
aurel |
matroskadec: cosmetics: consistent style for function declarations
libavformat
|
Tue, 05 Aug 2008 00:42:02 +0000 |
aurel |
matroskadec: Use string instead of char table as probe data comparison source.
libavformat
|
Tue, 05 Aug 2008 00:41:59 +0000 |
aurel |
matroskadec: use an EbmlBin as parameter to ebml_read_binary()
libavformat
|
Tue, 05 Aug 2008 00:41:55 +0000 |
aurel |
matroskadec: extract common code out of ebml_read_*()
libavformat
|
Tue, 05 Aug 2008 00:41:52 +0000 |
aurel |
matroskadec: simplify/cleanup error logging in ebml_read_*()
libavformat
|
Tue, 05 Aug 2008 00:41:50 +0000 |
aurel |
matroskadec: remove now useless expected_id parameter from ebml_parse()
libavformat
|
Tue, 05 Aug 2008 00:41:46 +0000 |
aurel |
matroskadec: expand useless ebml_peek_id() wrapper
libavformat
|
Tue, 05 Aug 2008 00:41:43 +0000 |
aurel |
matroskadec: remove unused levelup parameter from ebml_read_element_id()
libavformat
|
Tue, 05 Aug 2008 00:41:40 +0000 |
aurel |
matroskadec: extract read_level_up out of ebml_read_element_id
libavformat
|
Tue, 05 Aug 2008 00:41:37 +0000 |
aurel |
matroskadec: remove useless levelup check
libavformat
|
Tue, 05 Aug 2008 00:41:34 +0000 |
aurel |
matroskadec: remove useless check for cluster presence
libavformat
|
Tue, 05 Aug 2008 00:41:31 +0000 |
aurel |
matroskadec: cosmetics: placement of 'else if'
libavformat
|
Tue, 05 Aug 2008 00:41:28 +0000 |
aurel |
matroskadec: remove some useless empty lines
libavformat
|
Tue, 05 Aug 2008 00:41:25 +0000 |
aurel |
matroskadec: remove some useless or out of date comments
libavformat
|
Tue, 05 Aug 2008 00:41:22 +0000 |
aurel |
matroskadec: cosmetics
libavformat
|
Tue, 05 Aug 2008 00:41:19 +0000 |
aurel |
matroskadec: remove unused struct name
libavformat
|
Tue, 05 Aug 2008 00:41:16 +0000 |
aurel |
matroskadec: remove now unused context fields
libavformat
|
Tue, 05 Aug 2008 00:41:13 +0000 |
aurel |
matroskadec: remove useless initialization
libavformat
|
Tue, 05 Aug 2008 00:41:10 +0000 |
aurel |
matroskadec: cosmetics: remove useless braces
libavformat
|
Tue, 05 Aug 2008 00:41:07 +0000 |
aurel |
matroskadec: remove some unused ebml funcs
libavformat
|
Tue, 05 Aug 2008 00:41:05 +0000 |
aurel |
matroskadec: use generic parser to parse clusters
libavformat
|
Tue, 05 Aug 2008 00:41:01 +0000 |
aurel |
matroskadec: use generic parser inside matroska_execute_seekhead()
libavformat
|
Tue, 05 Aug 2008 00:40:58 +0000 |
aurel |
matroskadec: use generic parser to parse matroska from toplevel
libavformat
|
Tue, 05 Aug 2008 00:40:55 +0000 |
aurel |
matroskadec: move context settings to matroska_read_header()
libavformat
|
Tue, 05 Aug 2008 00:40:52 +0000 |
aurel |
matroskadec: cosmetics: indentation of matroska_read_header()
libavformat
|
Tue, 05 Aug 2008 00:40:49 +0000 |
aurel |
matroskadec: move declaration to upper block
libavformat
|
Tue, 05 Aug 2008 00:40:46 +0000 |
aurel |
matroskadec: invert a test
libavformat
|
Tue, 05 Aug 2008 00:40:43 +0000 |
aurel |
matroskadec: cosmetics: indentation of matroska_execute_seekhead()
libavformat
|
Tue, 05 Aug 2008 00:40:40 +0000 |
aurel |
matroskadec: remove useless dummy_level variable
libavformat
|
Tue, 05 Aug 2008 00:40:36 +0000 |
aurel |
matroskadec: use generic parser to parse seekhead
libavformat
|
Tue, 05 Aug 2008 00:40:33 +0000 |
aurel |
matroskadec: declare var where it's used
libavformat
|
Tue, 05 Aug 2008 00:40:31 +0000 |
aurel |
matroskadec: use generic parser to parse tracks
libavformat
|
Tue, 05 Aug 2008 00:40:27 +0000 |
aurel |
matroskadec: use generic parser to parse info
libavformat
|
Tue, 05 Aug 2008 00:40:24 +0000 |
aurel |
matroskadec: use generic parser to parse attachments
libavformat
|
Tue, 05 Aug 2008 00:40:21 +0000 |
aurel |
matroskadec: use generic parser to parse chapters
libavformat
|
Tue, 05 Aug 2008 00:40:18 +0000 |
aurel |
matroskadec: use generic parser to parse tags
libavformat
|
Tue, 05 Aug 2008 00:40:15 +0000 |
aurel |
matroskadec: use generic parser to parse index
libavformat
|
Tue, 05 Aug 2008 00:40:12 +0000 |
aurel |
matroskadec: return pointer instead of index in matroska_find_track_by_num()
libavformat
|
Tue, 05 Aug 2008 00:40:09 +0000 |
aurel |
matroskadec: create new AVStream earlier
libavformat
|
Tue, 05 Aug 2008 00:40:06 +0000 |
aurel |
matroskadec: store an AVStream pointer instead of a stream index
libavformat
|
Tue, 05 Aug 2008 00:40:02 +0000 |
aurel |
matroskadec: use generic ebml parser to parse ebml header
libavformat
|
Tue, 05 Aug 2008 00:40:00 +0000 |
aurel |
matroskadec: add an ebml generic parser
libavformat
|
Tue, 05 Aug 2008 00:39:55 +0000 |
aurel |
matroskadec: remove unused is_bframe flag
libavformat
|
Tue, 05 Aug 2008 00:39:53 +0000 |
aurel |
matroskadec: simplify flag default
libavformat
|
Tue, 05 Aug 2008 00:39:50 +0000 |
aurel |
matroskadec: remove storage of various unused flags
libavformat
|
Tue, 05 Aug 2008 00:39:47 +0000 |
aurel |
matroskadec: use more robust av_strlcpy() instead of strcpy()
libavformat
|
Mon, 04 Aug 2008 07:35:07 +0000 |
pross |
Add D-Cinema audio muxer
libavformat
|
Sun, 03 Aug 2008 21:24:30 +0000 |
bcoudurier |
fix if/else case
libavformat
|
Sun, 03 Aug 2008 18:37:35 +0000 |
bcoudurier |
full lpcm support in mov audio stsd v2
libavformat
|
Sun, 03 Aug 2008 16:42:32 +0000 |
jbr |
cosmetics: make all references to AC-3 capitalized and hyphenated
libavformat
|
Sun, 03 Aug 2008 16:41:52 +0000 |
jbr |
remove a comment which is no longer true
libavformat
|
Sat, 02 Aug 2008 03:45:23 +0000 |
bcoudurier |
support big endian lpcm with audio stsd v2
libavformat
|
Sat, 02 Aug 2008 03:43:36 +0000 |
bcoudurier |
keep original codec/fourcc endianness, fix XDCAMHD.mov
libavformat
|
Sat, 02 Aug 2008 03:40:13 +0000 |
bcoudurier |
more complete audio stsd v2
libavformat
|
Sat, 02 Aug 2008 03:35:43 +0000 |
bcoudurier |
move version specific parsing code before codec specific code, will be needed
libavformat
|
Fri, 01 Aug 2008 23:12:10 +0000 |
michael |
Recommit r14497
libavformat
|
Fri, 01 Aug 2008 22:29:29 +0000 |
michael |
Revert r14497
libavformat
|
Fri, 01 Aug 2008 16:29:26 +0000 |
diego |
Add missing header #includes.
libavformat
|
Thu, 31 Jul 2008 19:44:42 +0000 |
bcoudurier |
downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com
libavformat
|
Thu, 31 Jul 2008 19:40:06 +0000 |
bcoudurier |
Only reset buffer state if seeking is successful; update seek reg ref.
libavformat
|
Thu, 31 Jul 2008 18:12:37 +0000 |
bcoudurier |
check url_fseek return value
libavformat
|
Thu, 31 Jul 2008 18:02:55 +0000 |
bcoudurier |
check url_fseek return value, update seek reg tests
libavformat
|
Thu, 31 Jul 2008 02:26:40 +0000 |
bcoudurier |
skip flv video info / command frame packets, fix issue #546
libavformat
|
Wed, 30 Jul 2008 21:07:54 +0000 |
bcoudurier |
change assert test due to the new reducing of time_base in av_set_pts_info, fix #561
libavformat
|
Wed, 30 Jul 2008 07:41:32 +0000 |
pross |
EA Demuxer: make rev2 flag optional
libavformat
|
Wed, 30 Jul 2008 01:55:59 +0000 |
bcoudurier |
add a bunch of new xdcam hd422 fourccs
libavformat
|
Wed, 30 Jul 2008 01:41:12 +0000 |
bcoudurier |
more hdv fourccs
libavformat
|
Wed, 30 Jul 2008 01:39:20 +0000 |
bcoudurier |
update hdv fourcc descriptions
libavformat
|
Tue, 29 Jul 2008 10:45:53 +0000 |
stefano |
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid
libavformat
|
Sun, 27 Jul 2008 23:06:22 +0000 |
michael |
Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.
libavformat
|
Sun, 27 Jul 2008 20:59:40 +0000 |
stefano |
Improve long names for FFM muxer and demuxer:
libavformat
|
Sun, 27 Jul 2008 15:12:00 +0000 |
aurel |
matroska: add support for A_QUICKTIME/QDM2 codec
libavformat
|
Sun, 27 Jul 2008 15:11:04 +0000 |
aurel |
matroska: add support for V_QUICKTIME track type
libavformat
|
Sat, 26 Jul 2008 18:54:26 +0000 |
michael |
Detect IDR less H.264 correctly.
libavformat
|
Sat, 26 Jul 2008 07:09:44 +0000 |
pross |
Support 32-bit floating point audio samples in Sun AU demuxer
libavformat
|
Fri, 25 Jul 2008 04:10:32 +0000 |
reimar |
Fix handling of old nuv files where an aspect of 1 actually means 4/3
libavformat
|
Thu, 24 Jul 2008 18:40:43 +0000 |
reimar |
aspect stored in nuv files must be converted from display- to sample-aspect.
libavformat
|
Thu, 24 Jul 2008 17:09:28 +0000 |
diego |
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
libavformat
|
Thu, 24 Jul 2008 07:55:11 +0000 |
benoit |
Use tkhd matrix for proper display in mov.
libavformat
|
Wed, 23 Jul 2008 17:06:40 +0000 |
kostya |
SMPTE 421M Annex L (aka .rcv) muxer
libavformat
|
Sat, 19 Jul 2008 03:29:16 +0000 |
bcoudurier |
add ogv extension
libavformat
|
Sat, 19 Jul 2008 03:27:24 +0000 |
bcoudurier |
cosmetics, remove space
libavformat
|
Sat, 19 Jul 2008 03:25:50 +0000 |
bcoudurier |
update swf video frame number when muxing done, fix #439
libavformat
|
Fri, 18 Jul 2008 07:13:56 +0000 |
benoit |
Fix a mem leak in av_find_stream_info().
libavformat
|
Fri, 18 Jul 2008 01:07:17 +0000 |
mru |
MPEGTS: Improve probe function
libavformat
|
Fri, 18 Jul 2008 00:24:31 +0000 |
bcoudurier |
cosmetics, remove space
libavformat
|
Fri, 18 Jul 2008 00:23:37 +0000 |
bcoudurier |
Return max score when ftyp atom is encountered.
libavformat
|
Thu, 17 Jul 2008 14:13:44 +0000 |
michael |
Try to fix FATE after my time_base simplification change.
libavformat
|
Wed, 16 Jul 2008 17:20:21 +0000 |
diego |
cosmetics: Fix mxf codec long name.
libavformat
|
Tue, 15 Jul 2008 23:00:29 +0000 |
mru |
OGG: Add padding at end of Vorbis headers
libavformat
|
Mon, 14 Jul 2008 22:55:07 +0000 |
michael |
Make flic probe check a few more things.
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
|
Mon, 14 Jul 2008 08:55:07 +0000 |
diego |
gifdec.c was removed, purge its entry from the Makefile.
libavformat
|
Sun, 13 Jul 2008 19:41:10 +0000 |
mru |
RTP: use dprintf(), allow compilation with -DDEBUG
libavformat
|
Sun, 13 Jul 2008 19:41:07 +0000 |
mru |
ASF: use dprintf(), allow compilation with -DDEBUG
libavformat
|
Sun, 13 Jul 2008 18:47:24 +0000 |
michael |
Remove gif demuxer, the code contains a gif decoder and lzw decoder neither
libavformat
|
Sat, 12 Jul 2008 22:17:13 +0000 |
michael |
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which
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 19:50:48 +0000 |
michael |
h264_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 16:43:46 +0000 |
michael |
command_streams are type data not unknown.
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
|
Fri, 11 Jul 2008 15:12:44 +0000 |
michael |
simplify
libavformat
|
Fri, 11 Jul 2008 15:10:58 +0000 |
michael |
Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.
libavformat
|
Fri, 11 Jul 2008 07:41:11 +0000 |
diego |
Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.
libavformat
|
Fri, 11 Jul 2008 07:39:33 +0000 |
diego |
Move a function and an #ifdef CONFIG_MUXERS so that functions used only for
libavformat
|
Fri, 11 Jul 2008 07:37:22 +0000 |
diego |
Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,
libavformat
|
Thu, 10 Jul 2008 11:41:06 +0000 |
benoit |
Add entry for Dirac codec.
libavformat
|
Thu, 10 Jul 2008 07:40:54 +0000 |
lucabe |
Fix MPEG video packetization for RTP
libavformat
|
Thu, 10 Jul 2008 03:02:19 +0000 |
ramiro |
Motion Pixels MVI Demuxer.
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 23:20:22 +0000 |
takis |
One-bit bitfields should probably be unsigned. Unfortunately, it is left
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
|
Tue, 08 Jul 2008 13:24:13 +0000 |
pross |
Electronic Arts CMV demuxer
libavformat
|
Tue, 08 Jul 2008 12:44:08 +0000 |
pross |
Remove AVPaletteControl from ALG MM demuxer/decoder
libavformat
|
Tue, 08 Jul 2008 08:22:16 +0000 |
lucabe |
Remove outdated comment
libavformat
|
Tue, 08 Jul 2008 07:05:57 +0000 |
stefano |
Print libavformat version in outgoing SDPs.
libavformat
|
Mon, 07 Jul 2008 16:30:39 +0000 |
reimar |
10l, fix nuv_header for the case when there is no video stream.
libavformat
|
Mon, 07 Jul 2008 11:11:08 +0000 |
diego |
Alphabetically order AVInputFormat/AVOutputFormat declarations.
libavformat
|
Mon, 07 Jul 2008 10:45:36 +0000 |
diego |
Add a note to remind people to add new raw formats to the Makefile.
libavformat
|
Mon, 07 Jul 2008 10:44:34 +0000 |
diego |
Add missing dependency declaration for raw Dirac demuxer.
libavformat
|
Mon, 07 Jul 2008 10:37:18 +0000 |
diego |
spelling cosmetics in PCM codec long names
libavformat
|
Sun, 06 Jul 2008 20:48:47 +0000 |
aurel |
add some missing dependencies
libavformat
|
Sun, 06 Jul 2008 10:00:12 +0000 |
diego |
Remove inaccurate computation of pts for audio packets and rely on
libavformat
|
Fri, 04 Jul 2008 22:04:41 +0000 |
michael |
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable)
libavformat
|
Fri, 04 Jul 2008 22:00:35 +0000 |
michael |
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas
libavformat
|
Fri, 04 Jul 2008 13:05:06 +0000 |
diego |
spelling cosmetics
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
|
Wed, 02 Jul 2008 10:26:23 +0000 |
lucabe |
Reindent after last commit
libavformat
|
Wed, 02 Jul 2008 10:23:27 +0000 |
lucabe |
Fix A/V synch for RTP streams that do not contain MPEG1 or 2
libavformat
|
Sat, 28 Jun 2008 20:32:37 +0000 |
bcoudurier |
include track id in error message
libavformat
|
Sat, 28 Jun 2008 09:01:16 +0000 |
reimar |
Change mtv_read_packet so it does not break after seeking (displaying a shifted image).
libavformat
|
Sat, 28 Jun 2008 08:59:02 +0000 |
reimar |
Fix pkt->pos to really point at start of packet for mtv audio packets.
libavformat
|
Sat, 28 Jun 2008 04:54:39 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sat, 28 Jun 2008 04:53:01 +0000 |
bcoudurier |
cosmetics, align vertically
libavformat
|
Fri, 27 Jun 2008 21:43:15 +0000 |
bcoudurier |
unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file
libavformat
|
Fri, 27 Jun 2008 21:42:08 +0000 |
stefang |
fix size of header data
libavformat
|
Fri, 27 Jun 2008 21:29:11 +0000 |
bcoudurier |
clarify error message about codec tag
libavformat
|
Fri, 27 Jun 2008 19:00:04 +0000 |
bcoudurier |
give context to av_log
libavformat
|
Fri, 27 Jun 2008 11:55:25 +0000 |
lucabe |
Do not free the priv_data field of AVStream on close (it is already
libavformat
|
Thu, 26 Jun 2008 23:06:10 +0000 |
michael |
indent
libavformat
|
Thu, 26 Jun 2008 23:05:21 +0000 |
michael |
Inform the user about unhandled sectors.
libavformat
|
Thu, 26 Jun 2008 23:02:42 +0000 |
michael |
memleak
libavformat
|
Thu, 26 Jun 2008 23:00:00 +0000 |
michael |
Do not completely bail out for invalid params, just skip the current sector.
libavformat
|
Thu, 26 Jun 2008 22:55:39 +0000 |
michael |
merge decl & init
libavformat
|
Thu, 26 Jun 2008 22:53:43 +0000 |
michael |
Get rid of weird pre reading code.
libavformat
|
Thu, 26 Jun 2008 22:45:19 +0000 |
michael |
Remove debugging trash.
libavformat
|
Thu, 26 Jun 2008 22:43:18 +0000 |
michael |
Another variable that did nothing at all
libavformat
|
Thu, 26 Jun 2008 22:42:13 +0000 |
michael |
remove code that discards streams randomly
libavformat
|
Thu, 26 Jun 2008 22:30:14 +0000 |
michael |
vertical align
libavformat
|
Thu, 26 Jun 2008 22:28:58 +0000 |
michael |
Remove a dozen unused variables.
libavformat
|
Thu, 26 Jun 2008 22:23:57 +0000 |
michael |
unused var
libavformat
|
Thu, 26 Jun 2008 22:22:10 +0000 |
michael |
Fix exploitable code.
libavformat
|
Thu, 26 Jun 2008 13:42:26 +0000 |
michael |
Remove start_time guessing code.
libavformat
|
Thu, 26 Jun 2008 11:28:24 +0000 |
michael |
Also print flags with FF_FDEBUG_TS.
libavformat
|
Wed, 25 Jun 2008 22:37:26 +0000 |
michael |
Prevent invalid timestamps from being stored.
libavformat
|
Wed, 25 Jun 2008 19:59:52 +0000 |
banan |
Add support for mp3 contained in oma
libavformat
|
Wed, 25 Jun 2008 19:57:57 +0000 |
banan |
Rearrange parameter logic
libavformat
|
Wed, 25 Jun 2008 19:39:38 +0000 |
banan |
Add more codec IDs and tags.
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
|
Wed, 25 Jun 2008 11:55:57 +0000 |
lucabe |
Remove improper usage of AV_TIME_BASE_Q
libavformat
|
Tue, 24 Jun 2008 23:56:16 +0000 |
michael |
Prevent duration calculation code from generating random durations for
libavformat
|
Tue, 24 Jun 2008 11:07:04 +0000 |
lucabe |
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP
libavformat
|
Mon, 23 Jun 2008 08:52:44 +0000 |
diego |
Remove unused variable, fixes the warning:
libavformat
|
Sun, 22 Jun 2008 23:52:57 +0000 |
bcoudurier |
chinese avs demuxing support, demux AVSFileFormat.mp4
libavformat
|
Sun, 22 Jun 2008 15:52:28 +0000 |
aurel |
matroskadec: decode track private data if needed
libavformat
|
Sun, 22 Jun 2008 15:49:44 +0000 |
aurel |
matroskadec: move buffer decoding code to a separate function
libavformat
|
Sun, 22 Jun 2008 15:46:36 +0000 |
aurel |
matroskadec: fix a memory leak
libavformat
|
Sun, 22 Jun 2008 08:53:44 +0000 |
bcoudurier |
cosmetics, pts->dts
libavformat
|
Sun, 22 Jun 2008 08:50:57 +0000 |
bcoudurier |
store dts in ffm headers
libavformat
|
Sun, 22 Jun 2008 08:44:58 +0000 |
bcoudurier |
remove pts set hack, this is no more correct
libavformat
|
Sun, 22 Jun 2008 01:35:43 +0000 |
bcoudurier |
enable feeder threads
libavformat
|
Sun, 22 Jun 2008 00:26:25 +0000 |
bcoudurier |
do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking
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
|
Thu, 19 Jun 2008 23:25:04 +0000 |
bcoudurier |
remove useless close funcs
libavformat
|
Thu, 19 Jun 2008 22:58:13 +0000 |
bcoudurier |
remove useless close func
libavformat
|
Thu, 19 Jun 2008 22:57:00 +0000 |
bcoudurier |
remove useless close func
libavformat
|
Thu, 19 Jun 2008 22:50:17 +0000 |
bcoudurier |
ffm has no per stream priv_data anymore
libavformat
|
Thu, 19 Jun 2008 10:31:45 +0000 |
lucabe |
Fix neverending loop which might happen when sending high-bitrate MPEG2
libavformat
|
Wed, 18 Jun 2008 09:03:38 +0000 |
benoit |
Parse 'dats' as data.
libavformat
|
Wed, 18 Jun 2008 08:30:50 +0000 |
bcoudurier |
free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com
libavformat
|
Mon, 16 Jun 2008 23:11:02 +0000 |
aurel |
matroskadec: remove some useless code
libavformat
|
Sun, 15 Jun 2008 01:38:38 +0000 |
bcoudurier |
set correct ftyp minor version for 3gp/2
libavformat
|
Sat, 14 Jun 2008 21:12:51 +0000 |
bcoudurier |
invert mode_mov condition
libavformat
|
Sat, 14 Jun 2008 21:11:16 +0000 |
bcoudurier |
simplify
libavformat
|
Sat, 14 Jun 2008 21:10:11 +0000 |
bcoudurier |
change 3gp/3g2 brands if h264 is present
libavformat
|
Sat, 14 Jun 2008 21:07:59 +0000 |
bcoudurier |
simplify ipod brand selection
libavformat
|
Sat, 14 Jun 2008 21:06:10 +0000 |
bcoudurier |
fix warning, write_ftyp return int now
libavformat
|
Sat, 14 Jun 2008 21:05:28 +0000 |
bcoudurier |
put avc1 brand in compat list when h264 is present
libavformat
|
Fri, 13 Jun 2008 13:52:53 +0000 |
michael |
I think we are also compliant to iso2.
libavformat
|
Fri, 13 Jun 2008 12:19:01 +0000 |
michael |
Add isom to the compatible brands.
libavformat
|
Fri, 13 Jun 2008 11:30:36 +0000 |
michael |
Calculate ftyp size instead of hardcoding it.
libavformat
|
Thu, 12 Jun 2008 03:08:41 +0000 |
michael |
simplify MODE_3G2
libavformat
|
Thu, 12 Jun 2008 03:08:08 +0000 |
michael |
Change MODE_* to 1<<c so several can be set at the same time.
libavformat
|
Thu, 12 Jun 2008 00:56:54 +0000 |
bcoudurier |
cosmetics, reindent
libavformat
|
Thu, 12 Jun 2008 00:55:49 +0000 |
bcoudurier |
don't write double sets of metadata in mov, only write usual ones
libavformat
|
Wed, 11 Jun 2008 19:54:17 +0000 |
aurel |
matroskadec: set cur_dts after seek
libavformat
|
Wed, 11 Jun 2008 09:40:40 +0000 |
bcoudurier |
indent
libavformat
|
Wed, 11 Jun 2008 09:40:22 +0000 |
bcoudurier |
support for 3gp metadata
libavformat
|
Wed, 11 Jun 2008 09:35:02 +0000 |
bcoudurier |
move utf8 code before udta func, will be used by 3gp tags
libavformat
|
Wed, 11 Jun 2008 09:33:35 +0000 |
bcoudurier |
write usual brand for ipod format
libavformat
|
Wed, 11 Jun 2008 09:06:27 +0000 |
bcoudurier |
simplify
libavformat
|
Wed, 11 Jun 2008 09:02:01 +0000 |
bcoudurier |
factorize psp metadata
libavformat
|
Wed, 11 Jun 2008 08:50:41 +0000 |
bcoudurier |
cosmetics
libavformat
|
Wed, 11 Jun 2008 08:39:35 +0000 |
bcoudurier |
cosmetics
libavformat
|
Wed, 11 Jun 2008 08:17:38 +0000 |
bcoudurier |
support alac in ipod m4a format, tested on quicktime
libavformat
|
Mon, 09 Jun 2008 22:14:58 +0000 |
bcoudurier |
m4v/m4a are usual itunes/ipod/iphone extensions
libavformat
|
Mon, 09 Jun 2008 20:14:09 +0000 |
bcoudurier |
indent
libavformat
|
Mon, 09 Jun 2008 20:13:44 +0000 |
bcoudurier |
rework udta handling, if any track set bitexact, don't write any metadata
libavformat
|
Mon, 09 Jun 2008 19:58:35 +0000 |
bcoudurier |
10l, add parentheses
libavformat
|
Mon, 09 Jun 2008 19:56:59 +0000 |
bcoudurier |
indent
libavformat
|
Mon, 09 Jun 2008 19:56:45 +0000 |
bcoudurier |
remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits
libavformat
|
Mon, 09 Jun 2008 18:23:06 +0000 |
bcoudurier |
cosmetics
libavformat
|
Mon, 09 Jun 2008 13:38:56 +0000 |
michael |
Make timestamp debugging work nicer.
libavformat
|
Mon, 09 Jun 2008 08:44:45 +0000 |
diego |
Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.
libavformat
|
Mon, 09 Jun 2008 07:43:59 +0000 |
bcoudurier |
remove now unneeded vars
libavformat
|
Mon, 09 Jun 2008 07:43:14 +0000 |
bcoudurier |
pass dts and pts through ffm, should fix streaming b frames
libavformat
|
Mon, 09 Jun 2008 00:36:27 +0000 |
bcoudurier |
pass extradata through ffm
libavformat
|
Mon, 09 Jun 2008 00:24:29 +0000 |
bcoudurier |
remove ugly ffm_nopts hack, use AVFormatContext->timestamp
libavformat
|
Sun, 08 Jun 2008 17:12:25 +0000 |
banan |
Oma demuxer
libavformat
|
Sat, 07 Jun 2008 00:49:03 +0000 |
bcoudurier |
fix pts handling in ffm
libavformat
|
Sat, 07 Jun 2008 00:35:37 +0000 |
bcoudurier |
Reset reading state after successful seek.
libavformat
|
Fri, 06 Jun 2008 21:54:07 +0000 |
ramiro |
Remove wrappers of pcm_read_seek().
libavformat
|
Fri, 06 Jun 2008 21:53:03 +0000 |
ramiro |
Remove wrappers of pcm_read_seek().
libavformat
|
Fri, 06 Jun 2008 20:36:16 +0000 |
bcoudurier |
cosmetics, rename first to header, more explicit name
libavformat
|
Fri, 06 Jun 2008 20:14:47 +0000 |
bcoudurier |
cosmetics, rename first to header, more explicit name
libavformat
|
Fri, 06 Jun 2008 17:50:32 +0000 |
diego |
Remove Fabrice's copyright from the Makefiles. They have been entirely
libavformat
|
Fri, 06 Jun 2008 17:02:06 +0000 |
ramiro |
Remove useless img_read_close().
libavformat
|
Fri, 06 Jun 2008 17:00:28 +0000 |
ramiro |
Remove unneeded NULL at end of struct.
libavformat
|
Fri, 06 Jun 2008 16:53:01 +0000 |
ramiro |
Merge declaration and initialization.
libavformat
|
Thu, 05 Jun 2008 15:03:55 +0000 |
diego |
cosmetics: s/Id/id/ in libavformat where Id refers to id Software.
libavformat
|
Wed, 04 Jun 2008 23:24:55 +0000 |
aurel |
matroskadec: remove some useless code
libavformat
|
Wed, 04 Jun 2008 23:15:08 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Wed, 04 Jun 2008 23:11:47 +0000 |
aurel |
matroskadec: don't remove dummy level when none was added
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
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 15:14:21 +0000 |
aurel |
adjust comment to reality
libavformat
|
Tue, 03 Jun 2008 15:09:30 +0000 |
aurel |
matroskadec: sane default value for track->time_scale
libavformat
|
Tue, 03 Jun 2008 00:55:05 +0000 |
bcoudurier |
add pretty common .m2t as ts extension
libavformat
|
Tue, 03 Jun 2008 00:53:33 +0000 |
bcoudurier |
fix continuity counter to start at 0
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 23:37:14 +0000 |
aurel |
matroskadec: fix potential mem leak
libavformat
|
Mon, 02 Jun 2008 23:27:14 +0000 |
aurel |
matroskadec: avoid potential mem leak
libavformat
|
Mon, 02 Jun 2008 23:07:41 +0000 |
aurel |
reorganize matroska_add_stream() to fix potential mem leak and buffer overflow
libavformat
|
Mon, 02 Jun 2008 23:01:14 +0000 |
aurel |
matroskadec: move ARRAY_SIZE() macro at top of the file
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
|
Sun, 01 Jun 2008 16:25:05 +0000 |
takis |
Check whether the memory allocation for extradata succeeded. Fixes issue 472.
libavformat
|
Sun, 01 Jun 2008 14:41:53 +0000 |
aurel |
matroskadec: use the proper timestamp scaling for index entries
libavformat
|
Sun, 01 Jun 2008 13:54:11 +0000 |
aurel |
matroskadec: read TrackTimecodeScale and set timebase accordingly
libavformat
|
Sun, 01 Jun 2008 13:39:54 +0000 |
aurel |
matroskadec: silently discard some element ID that we don't care about
libavformat
|
Sat, 31 May 2008 14:26:56 +0000 |
diego |
flvenc.o depends on avc.o (for H.264 support functions).
libavformat
|
Fri, 30 May 2008 16:05:56 +0000 |
ramiro |
raw mlp demuxer
libavformat
|
Fri, 30 May 2008 13:26:40 +0000 |
benoit |
Detect "tif" suffix as TIFF.
libavformat
|
Thu, 29 May 2008 15:59:14 +0000 |
reimar |
Check av_new_stream return value, fixes CID75 RUN2
libavformat
|
Thu, 29 May 2008 15:40:16 +0000 |
michael |
ENOMEM is better, yes ...
libavformat
|
Thu, 29 May 2008 15:25:45 +0000 |
reimar |
Check av_new_stream return value, fixes CID79 RUN2
libavformat
|
Thu, 29 May 2008 15:22:45 +0000 |
reimar |
Check for av_new_stream failure, fixes CID76 RUN2
libavformat
|
Thu, 29 May 2008 13:40:43 +0000 |
diego |
Remove unnecessary header #includes.
libavformat
|
Thu, 29 May 2008 09:50:17 +0000 |
benoit |
Check return of url_fseek in mpeg timestamp reading code.
libavformat
|
Thu, 29 May 2008 00:58:41 +0000 |
bcoudurier |
warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy
libavformat
|
Thu, 29 May 2008 00:54:33 +0000 |
bcoudurier |
reindent
libavformat
|
Thu, 29 May 2008 00:54:09 +0000 |
bcoudurier |
this should be valid for audio too
libavformat
|
Thu, 29 May 2008 00:35:23 +0000 |
bcoudurier |
check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy
libavformat
|
Wed, 28 May 2008 22:26:35 +0000 |
michael |
memleak / CID124 RUN2
libavformat
|
Wed, 28 May 2008 22:00:45 +0000 |
bcoudurier |
use av_fifo_generic_write, old func is deprecated
libavformat
|
Wed, 28 May 2008 21:22:08 +0000 |
michael |
Dead code removal, fixes CID59 RUN2.
libavformat
|
Wed, 28 May 2008 21:14:10 +0000 |
michael |
Removing dead code, fixes CID4 RUN2.
libavformat
|
Wed, 28 May 2008 20:33:22 +0000 |
michael |
remove != 0
libavformat
|
Wed, 28 May 2008 20:30:42 +0000 |
michael |
Do a little more checking.
libavformat
|
Wed, 28 May 2008 20:28:48 +0000 |
michael |
Do not read from after the table, fixes CID108 RUN2.
libavformat
|
Wed, 28 May 2008 01:57:19 +0000 |
michael |
Null pointer check / CID26.
libavformat
|
Wed, 28 May 2008 01:53:23 +0000 |
michael |
useless
libavformat
|
Wed, 28 May 2008 00:10:34 +0000 |
michael |
Fixes NULL pointer dereference CID66
libavformat
|
Wed, 28 May 2008 00:07:41 +0000 |
michael |
Tell the user if a AVI is non interleaved.
libavformat
|
Tue, 27 May 2008 22:37:54 +0000 |
bcoudurier |
use internal video frame number
libavformat
|
Tue, 27 May 2008 22:34:31 +0000 |
bcoudurier |
cosmetics
libavformat
|
Tue, 27 May 2008 22:31:26 +0000 |
bcoudurier |
simplify, use pointer to codec context in struct instead of only id
libavformat
|
Tue, 27 May 2008 22:31:09 +0000 |
bcoudurier |
simplify, use pointer to codec context in struct instead of only id
libavformat
|
Tue, 27 May 2008 21:44:42 +0000 |
michael |
redundant check--
libavformat
|
Tue, 27 May 2008 20:48:27 +0000 |
michael |
Fix memleak, fixed CID123.
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
|
Tue, 27 May 2008 04:33:48 +0000 |
bcoudurier |
use AVFifoBuffer
libavformat
|
Tue, 27 May 2008 03:42:55 +0000 |
bcoudurier |
cosmetics
libavformat
|
Tue, 27 May 2008 03:41:51 +0000 |
bcoudurier |
merge init and declaration
libavformat
|
Tue, 27 May 2008 03:11:31 +0000 |
bcoudurier |
simplify and use version instead
libavformat
|
Tue, 27 May 2008 03:00:40 +0000 |
bcoudurier |
simplify
libavformat
|
Tue, 27 May 2008 02:57:48 +0000 |
bcoudurier |
simplify
libavformat
|
Tue, 27 May 2008 02:55:34 +0000 |
bcoudurier |
cosmetics, remove useless cases and braces
libavformat
|
Tue, 27 May 2008 01:26:22 +0000 |
bcoudurier |
use av_fifo_generic_write, old func is deprecated
libavformat
|
Tue, 27 May 2008 01:19:19 +0000 |
bcoudurier |
remove const qualifier, removes warning:
libavformat
|
Mon, 26 May 2008 23:59:28 +0000 |
bcoudurier |
typo
libavformat
|
Mon, 26 May 2008 23:14:25 +0000 |
diego |
consistency cosmetics: indices --> indexes
libavformat
|
Mon, 26 May 2008 22:01:41 +0000 |
bcoudurier |
aac and h264 in flv demuxing
libavformat
|
Mon, 26 May 2008 22:00:35 +0000 |
bcoudurier |
aac and h264 in flv muxing
libavformat
|
Mon, 26 May 2008 21:52:54 +0000 |
bcoudurier |
aac chan config is 0 if bitstream contains program_config_element
libavformat
|
Mon, 26 May 2008 20:29:16 +0000 |
michael |
Support non interleaved avi with phantom streams.
libavformat
|
Mon, 26 May 2008 04:40:22 +0000 |
bcoudurier |
replace printf by av_log
libavformat
|
Mon, 26 May 2008 04:38:46 +0000 |
bcoudurier |
use av_hex_dump_log
libavformat
|
Mon, 26 May 2008 04:34:29 +0000 |
bcoudurier |
use dprintf
libavformat
|
Mon, 26 May 2008 03:57:07 +0000 |
bcoudurier |
cosmetics, add demuxer word
libavformat
|
Mon, 26 May 2008 03:56:43 +0000 |
bcoudurier |
cosmetics, remove useless dot
libavformat
|
Mon, 26 May 2008 03:53:48 +0000 |
bcoudurier |
return error if frame_offset is negative, prevent segfault
libavformat
|
Mon, 26 May 2008 03:53:10 +0000 |
bcoudurier |
return error if len is negative, prevent segfault
libavformat
|
Mon, 26 May 2008 03:52:14 +0000 |
bcoudurier |
move ffserver specific functions up and only include unistd.h in this case
libavformat
|
Mon, 26 May 2008 03:50:25 +0000 |
bcoudurier |
move ffm_seek1 before get_pts function since func uses it
libavformat
|
Mon, 26 May 2008 03:47:56 +0000 |
bcoudurier |
move DEBUG_SEEK definition before get_pts since func uses it
libavformat
|
Mon, 26 May 2008 03:47:07 +0000 |
bcoudurier |
move get_pts function to avoid useless declaration
libavformat
|
Mon, 26 May 2008 03:46:06 +0000 |
bcoudurier |
remove unneeded include
libavformat
|
Mon, 26 May 2008 03:44:31 +0000 |
bcoudurier |
split ffm de/muxer
libavformat
|
Mon, 26 May 2008 03:37:01 +0000 |
bcoudurier |
reenable test, data is available in this case
libavformat
|
Mon, 26 May 2008 00:45:02 +0000 |
jbr |
parse audio in ogm demuxer.
libavformat
|
Mon, 26 May 2008 00:05:30 +0000 |
michael |
Make ac3 in avi work better.
libavformat
|
Sun, 25 May 2008 23:04:09 +0000 |
michael |
Ensure that one can store X bytes in a fifo of size X.
libavformat
|
Sun, 25 May 2008 22:20:39 +0000 |
michael |
Make av_fifo*_read() ignore the available amount of data.
libavformat
|
Sun, 25 May 2008 01:22:06 +0000 |
bcoudurier |
set correct duration when using b frames
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
|
Sat, 24 May 2008 00:03:00 +0000 |
bcoudurier |
simplify, remove useless vars
libavformat
|
Fri, 23 May 2008 22:02:29 +0000 |
bcoudurier |
add new h264 and aac flv ids
libavformat
|
Fri, 23 May 2008 21:51:33 +0000 |
bcoudurier |
in flv this field is dts finally
libavformat
|
Fri, 23 May 2008 21:47:30 +0000 |
bcoudurier |
flv use 32 bit pts
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:56:45 +0000 |
michael |
Document pts/dts.
libavformat
|
Fri, 23 May 2008 17:52:42 +0000 |
michael |
Warn user about invalid timestamps.
libavformat
|
Fri, 23 May 2008 13:52:54 +0000 |
michael |
Chapter demuxing support. (untested as I have no nuts with chapters)
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:08:44 +0000 |
michael |
nb_chapters should be unsigned
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 12:45:03 +0000 |
michael |
clarify start/end timebase
libavformat
|
Fri, 23 May 2008 12:44:12 +0000 |
michael |
align comments
libavformat
|
Fri, 23 May 2008 12:43:33 +0000 |
michael |
chapter id and timebase
libavformat
|
Fri, 23 May 2008 11:47:11 +0000 |
aurel |
don't set a dummy chapter title when title is unknown
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 23:04:02 +0000 |
aurel |
matroskadec: allows inserting chapters with unspecified end
libavformat
|
Thu, 22 May 2008 22:07:09 +0000 |
aurel |
demux chapters out of matroska
libavformat
|
Thu, 22 May 2008 22:00:21 +0000 |
aurel |
add support for chapters definition in lavf
libavformat
|
Thu, 22 May 2008 17:16:12 +0000 |
bcoudurier |
free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es
libavformat
|
Wed, 21 May 2008 22:54:36 +0000 |
bcoudurier |
remove useless var
libavformat
|
Wed, 21 May 2008 22:53:52 +0000 |
bcoudurier |
10l, fix compilation
libavformat
|
Wed, 21 May 2008 22:52:21 +0000 |
bcoudurier |
use duration from pkt
libavformat
|
Wed, 21 May 2008 22:49:48 +0000 |
bcoudurier |
simplify
libavformat
|
Wed, 21 May 2008 22:48:33 +0000 |
bcoudurier |
simplify
libavformat
|
Wed, 21 May 2008 21:04:42 +0000 |
bcoudurier |
check pkt stream index before returning packet, prevent segfault
libavformat
|
Wed, 21 May 2008 07:05:08 +0000 |
cehoyos |
Do not loop endlessly if converting into dv with timestamps Jan 1st not
libavformat
|
Wed, 21 May 2008 02:26:42 +0000 |
bcoudurier |
support dvd pcm 20/24 bits, patch by Lars T¸«£uber, lars.taeuber gmx net
libavformat
|
Tue, 20 May 2008 23:39:07 +0000 |
bcoudurier |
remove useless/obsolete comments
libavformat
|
Tue, 20 May 2008 23:32:22 +0000 |
bcoudurier |
remove useless close function
libavformat
|
Tue, 20 May 2008 23:31:10 +0000 |
bcoudurier |
split swf de/muxer
libavformat
|
Tue, 20 May 2008 02:24:02 +0000 |
bcoudurier |
only print debug info when sample is actually added
libavformat
|
Tue, 20 May 2008 02:22:44 +0000 |
bcoudurier |
warn about multiple fourcc
libavformat
|
Tue, 20 May 2008 02:21:29 +0000 |
bcoudurier |
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451
libavformat
|
Thu, 15 May 2008 23:12:41 +0000 |
aurel |
matroskadec: add support for bzlib compressed tracks
libavformat
|
Thu, 15 May 2008 22:47:40 +0000 |
bcoudurier |
try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454
libavformat
|
Thu, 15 May 2008 22:37:31 +0000 |
bcoudurier |
do not fail if correct is not recognized
libavformat
|
Thu, 15 May 2008 22:14:29 +0000 |
bcoudurier |
cosmetics, remove space before opening parenthesis
libavformat
|
Tue, 13 May 2008 23:33:15 +0000 |
aurel |
add missing \n in av_log message
libavformat
|
Tue, 13 May 2008 23:32:13 +0000 |
aurel |
matroskadec: add support for zlib compressed tracks
libavformat
|
Tue, 13 May 2008 17:43:18 +0000 |
mmu_man |
Fix non-debug build.
libavformat
|
Tue, 13 May 2008 15:51:37 +0000 |
cehoyos |
Fix icc warning #188: enumerated type mixed with another type
libavformat
|
Tue, 13 May 2008 15:42:27 +0000 |
cehoyos |
Add MATROSKA_TRACK_TYPE_NONE.
libavformat
|
Mon, 12 May 2008 10:30:40 +0000 |
cehoyos |
Replace some occurrences of 0 with CODEC_ID_NONE.
libavformat
|
Mon, 12 May 2008 01:17:00 +0000 |
benoit |
Use strcasecmp() instead of re-inventing it.
libavformat
|
Sun, 11 May 2008 10:53:21 +0000 |
cehoyos |
Fix type of dest_addr_len to respect return value of udp_set_url.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Fri, 09 May 2008 11:25:27 +0000 |
superdump |
IFF stereo support
libavformat
|
Fri, 09 May 2008 09:30:43 +0000 |
diego |
string.h is a system header file, so use <> for it.
libavformat
|
Fri, 09 May 2008 01:59:33 +0000 |
aurel |
use enum type instead of int
libavformat
|
Fri, 09 May 2008 01:54:35 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Fri, 09 May 2008 01:53:59 +0000 |
aurel |
matroskadec: add support for lzo compressed tracks
libavformat
|
Thu, 08 May 2008 23:11:13 +0000 |
aurel |
matroskadec: fail gracefully when seeking don't work
libavformat
|
Thu, 08 May 2008 21:47:31 +0000 |
aurel |
matroskadec: add support for track content encoding
libavformat
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavformat
|
Mon, 05 May 2008 09:17:56 +0000 |
michael |
Check url_seek() in url_open().
libavformat
|
Sun, 04 May 2008 10:35:13 +0000 |
diego |
Use correct length modifier for pointer diff argument in av_log() call.
libavformat
|
Sun, 04 May 2008 10:29:12 +0000 |
diego |
Fix 'comparison always false' warning.
libavformat
|
Sat, 03 May 2008 00:12:32 +0000 |
banan |
dts probe
libavformat
|
Fri, 02 May 2008 19:35:31 +0000 |
bwolowiec |
Nellymoser handling in FLV
libavformat
|
Fri, 02 May 2008 14:52:39 +0000 |
lu_zero |
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,
libavformat
|
Thu, 01 May 2008 22:04:17 +0000 |
jbr |
fix encoding of flac private data
libavformat
|
Tue, 29 Apr 2008 00:12:49 +0000 |
michael |
Support invalid mpeg created by vdr
libavformat
|
Mon, 28 Apr 2008 18:29:42 +0000 |
michael |
raw GSM demuxer (does not work yet as parser is missing)
libavformat
|
Mon, 28 Apr 2008 14:14:44 +0000 |
bcoudurier |
set demuxers .value and use common audio_read_header function
libavformat
|
Sat, 26 Apr 2008 17:51:02 +0000 |
bcoudurier |
set pkt duration, only when dts == pts though,
libavformat
|
Sat, 26 Apr 2008 06:29:56 +0000 |
kostya |
Missing tags in APE is normal situation, so don't print an error.
libavformat
|
Fri, 25 Apr 2008 16:52:30 +0000 |
bcoudurier |
yes it is true for mp4
libavformat
|
Fri, 25 Apr 2008 16:50:06 +0000 |
bcoudurier |
remove unneeded variable
libavformat
|
Fri, 25 Apr 2008 16:47:22 +0000 |
bcoudurier |
move vars decls where vars are used
libavformat
|
Fri, 25 Apr 2008 14:09:42 +0000 |
bcoudurier |
set channels and sample rate from mpeg4audio config
libavformat
|
Fri, 25 Apr 2008 14:03:28 +0000 |
bcoudurier |
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files
libavformat
|
Fri, 25 Apr 2008 13:56:08 +0000 |
bcoudurier |
update doc
libavformat
|
Fri, 25 Apr 2008 13:54:33 +0000 |
bcoudurier |
error is -1
libavformat
|
Fri, 25 Apr 2008 13:45:46 +0000 |
bcoudurier |
cosmetics
libavformat
|
Fri, 25 Apr 2008 13:44:34 +0000 |
bcoudurier |
move vars decls where vars are used
libavformat
|
Fri, 25 Apr 2008 13:34:51 +0000 |
bcoudurier |
parser should not be needed anymore, merge cases and set frame size for amr too
libavformat
|
Fri, 25 Apr 2008 13:24:25 +0000 |
bcoudurier |
lower frame size to split amr/qcelp/gsm frames
libavformat
|
Fri, 25 Apr 2008 12:02:01 +0000 |
bcoudurier |
align and remove useless braces
libavformat
|
Fri, 25 Apr 2008 11:57:39 +0000 |
bcoudurier |
cosmetics, remove whitespaces in tags
libavformat
|
Fri, 25 Apr 2008 10:35:06 +0000 |
bcoudurier |
set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov
libavformat
|
Fri, 25 Apr 2008 09:08:13 +0000 |
bcoudurier |
pts are unsigned according to specs, fix negative pts when 32bit pts are used
libavformat
|
Fri, 25 Apr 2008 09:04:38 +0000 |
bcoudurier |
set wrap bits to 32bit to actually use it
libavformat
|
Thu, 24 Apr 2008 23:21:58 +0000 |
michael |
Avoid using reserved __names.
libavformat
|
Thu, 24 Apr 2008 23:09:28 +0000 |
michael |
minor memleak
libavformat
|
Thu, 24 Apr 2008 22:16:00 +0000 |
michael |
Fixing memleaks.
libavformat
|
Thu, 24 Apr 2008 17:22:39 +0000 |
bcoudurier |
cosmetics: remove useless whitespaces and put braces correctly
libavformat
|
Thu, 24 Apr 2008 17:17:41 +0000 |
bcoudurier |
demux qcelp, so this can work with soc decoder and stream copy
libavformat
|
Thu, 24 Apr 2008 17:16:13 +0000 |
bcoudurier |
qcelp fourcc
libavformat
|
Thu, 24 Apr 2008 13:59:39 +0000 |
bcoudurier |
support for alac in .mov
libavformat
|
Thu, 24 Apr 2008 13:58:22 +0000 |
bcoudurier |
set alac frame size from extradata
libavformat
|
Thu, 24 Apr 2008 10:17:55 +0000 |
diego |
Do not ignore .depend files, they are no longer generated.
libavformat
|
Wed, 23 Apr 2008 21:16:25 +0000 |
michael |
Ensure that the timestamp reading code used for seeking chooses a position
libavformat
|
Tue, 22 Apr 2008 20:08:39 +0000 |
superdump |
Read asf file header fields in the right order
libavformat
|
Tue, 22 Apr 2008 11:14:01 +0000 |
bwolowiec |
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
libavformat
|
Mon, 21 Apr 2008 15:20:53 +0000 |
andoma |
Compute AC3 frame CRC for stronger raw AC3 format probing.
libavformat
|
Mon, 21 Apr 2008 08:19:16 +0000 |
benoit |
Correct ASF duration.
libavformat
|
Sun, 20 Apr 2008 20:28:12 +0000 |
banan |
Raw dts muxer
libavformat
|
Sat, 19 Apr 2008 17:07:58 +0000 |
voroshil |
Implement FFMAX3(a,b,c) - maximum over three arguments.
libavformat
|
Sat, 19 Apr 2008 14:52:19 +0000 |
voroshil |
Decrease returning probe score for WAV demuxer to avoid
libavformat
|
Fri, 18 Apr 2008 17:29:58 +0000 |
melanson |
Tighten up the Westwood AUD detection. Probability of random detections
libavformat
|
Wed, 16 Apr 2008 16:52:35 +0000 |
lu_zero |
doxy header for udp protocol
libavformat
|
Wed, 16 Apr 2008 06:46:54 +0000 |
diego |
Print duration with higher precision.
libavformat
|
Tue, 15 Apr 2008 22:22:49 +0000 |
lu_zero |
Cleanup comments and make them doxygen parsable.
libavformat
|
Tue, 15 Apr 2008 19:27:39 +0000 |
lu_zero |
Expose max_packet_size from the rtp protocol
libavformat
|