Mon, 16 Mar 2009 06:03:29 +0000 |
bcoudurier |
more generic metadata handling
libavformat
|
Mon, 16 Mar 2009 05:13:55 +0000 |
bcoudurier |
do not set isom if ctype is not set, happens in mov
libavformat
|
Sun, 15 Mar 2009 23:54:53 +0000 |
bcoudurier |
search for hdlr atom in meta, some files do not store version+flags
libavformat
|
Sun, 15 Mar 2009 20:14:25 +0000 |
rbultje |
Fix index generation in the way that it was supposed to be used. See the
libavformat
|
Sun, 15 Mar 2009 10:53:12 +0000 |
bcoudurier |
typo in the mail, the 4am commit is always the worst
libavformat
|
Sun, 15 Mar 2009 10:49:52 +0000 |
bcoudurier |
cosmetics
libavformat
|
Sun, 15 Mar 2009 10:49:28 +0000 |
bcoudurier |
add my copyright in mov de/muxer
libavformat
|
Sun, 15 Mar 2009 09:44:57 +0000 |
bcoudurier |
allocate palette in codec directly
libavformat
|
Sun, 15 Mar 2009 09:06:36 +0000 |
bcoudurier |
cosmetics, add some whitespaces and empty lines
libavformat
|
Sun, 15 Mar 2009 07:21:22 +0000 |
bcoudurier |
do not modify sample_count, check against index entries
libavformat
|
Sat, 14 Mar 2009 23:39:52 +0000 |
bcoudurier |
use utc time for timestamp and do not set it if not specified
libavformat
|
Sat, 14 Mar 2009 22:51:38 +0000 |
bcoudurier |
swf timestamps are 16 bits
libavformat
|
Sat, 14 Mar 2009 22:49:01 +0000 |
bcoudurier |
remove unused fields in swf context
libavformat
|
Sat, 14 Mar 2009 22:43:28 +0000 |
bcoudurier |
do not parse timestamp if bitexact is set, should fix regression tests
libavformat
|
Sat, 14 Mar 2009 22:07:15 +0000 |
reimar |
Enable generic index creation and seeking for NUV demuxer.
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 20:50:54 +0000 |
reimar |
Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly
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
|
Fri, 13 Mar 2009 22:26:45 +0000 |
reimar |
Set pkt->pos correctly (to the start of header of the packet) in swfdec.
libavformat
|
Fri, 13 Mar 2009 19:37:05 +0000 |
bcoudurier |
fix swf seeking by fixing new stream detection
libavformat
|
Fri, 13 Mar 2009 13:37:35 +0000 |
reimar |
Simplify RoQ demuxer pts calculation by using a appropriate time bases.
libavformat
|
Thu, 12 Mar 2009 11:47:50 +0000 |
reimar |
Set video width/height and create audio stream in read_packet instead of
libavformat
|
Wed, 11 Mar 2009 08:05:18 +0000 |
bcoudurier |
reindent
libavformat
|
Wed, 11 Mar 2009 08:04:44 +0000 |
bcoudurier |
keep original tag when stream copying subs with ipod format
libavformat
|
Wed, 11 Mar 2009 08:03:42 +0000 |
bcoudurier |
ipod supports both subs tags
libavformat
|
Wed, 11 Mar 2009 08:02:59 +0000 |
bcoudurier |
reindent
libavformat
|
Wed, 11 Mar 2009 08:01:39 +0000 |
bcoudurier |
write correct atoms based on tag and not format, fixes subs stream copy
libavformat
|
Wed, 11 Mar 2009 07:59:38 +0000 |
bcoudurier |
use correct codec tag list for ipod format
libavformat
|
Wed, 11 Mar 2009 06:48:02 +0000 |
bcoudurier |
again 10l, typo, put_byte instead of put_buffer
libavformat
|
Wed, 11 Mar 2009 06:15:00 +0000 |
bcoudurier |
attempt to try to generate an random umid
libavformat
|
Wed, 11 Mar 2009 06:04:56 +0000 |
bcoudurier |
fix subs track height, set track->height to codec height if not set
libavformat
|
Wed, 11 Mar 2009 01:36:25 +0000 |
compn |
sn40 avi fourcc decodes with ffodivx
libavformat
|
Tue, 10 Mar 2009 12:55:29 +0000 |
rbultje |
Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly
libavformat
|
Mon, 09 Mar 2009 22:03:47 +0000 |
rbultje |
Prevent (negative) overflow of rm->remaining_len. This evaluation really only
libavformat
|
Mon, 09 Mar 2009 22:02:06 +0000 |
rbultje |
Revert to r17908.
libavformat
|
Mon, 09 Mar 2009 21:53:00 +0000 |
rbultje |
Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]
libavformat
|
Mon, 09 Mar 2009 17:47:47 +0000 |
reimar |
Reorder arguments for av_fifo_generic_read to be more logical and
libavformat
|
Mon, 09 Mar 2009 13:08:19 +0000 |
rbultje |
Prevent (negative) overflow of rm->remaining_len. This evaluation really only
libavformat
|
Mon, 09 Mar 2009 12:46:32 +0000 |
rbultje |
Replace separate packet parsing for "old_format" .ra files by a call to
libavformat
|
Mon, 09 Mar 2009 12:42:53 +0000 |
rbultje |
Move frame discarding out of the ff_rm_parse_packet() loop, and respect
libavformat
|
Mon, 09 Mar 2009 12:25:13 +0000 |
reimar |
Mark all packets from nuv demuxer as keyframes in order to make seeking work.
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
|
Mon, 09 Mar 2009 11:35:59 +0000 |
reimar |
Set AVPacket pos also for audio packets in nuv demuxer.
libavformat
|
Mon, 09 Mar 2009 04:17:12 +0000 |
bcoudurier |
reindent
libavformat
|
Mon, 09 Mar 2009 03:34:15 +0000 |
bcoudurier |
change path pattern to be similar to existing files, and remove useless buffer
libavformat
|
Mon, 09 Mar 2009 02:49:47 +0000 |
bcoudurier |
merge struct declaration and definition
libavformat
|
Mon, 09 Mar 2009 02:47:32 +0000 |
bcoudurier |
write map packet every 100 packets according to specs
libavformat
|
Mon, 09 Mar 2009 01:35:00 +0000 |
bcoudurier |
write flt packet, might need some tweaking but it works
libavformat
|
Mon, 09 Mar 2009 01:10:28 +0000 |
bcoudurier |
correctly interleave audio and video according to specs
libavformat
|
Mon, 09 Mar 2009 00:14:55 +0000 |
bcoudurier |
write timecode track in gxf
libavformat
|
Sun, 08 Mar 2009 22:23:44 +0000 |
bcoudurier |
compute media info in write_header
libavformat
|
Sun, 08 Mar 2009 22:14:26 +0000 |
bcoudurier |
factorize write packet
libavformat
|
Sun, 08 Mar 2009 22:12:56 +0000 |
bcoudurier |
remove unneeded and empty user data
libavformat
|
Sun, 08 Mar 2009 21:55:08 +0000 |
bcoudurier |
uniformize variable names and remove duplicating fields in private structs
libavformat
|
Sun, 08 Mar 2009 21:08:06 +0000 |
bcoudurier |
remove useless fields
libavformat
|
Sun, 08 Mar 2009 14:42:11 +0000 |
reimar |
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read
libavformat
|
Sun, 08 Mar 2009 14:16:55 +0000 |
michael |
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
libavformat
|
Sat, 07 Mar 2009 22:42:09 +0000 |
vitor |
VQF demuxer
libavformat
|
Sat, 07 Mar 2009 15:20:55 +0000 |
rbultje |
rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c:
libavformat
|
Fri, 06 Mar 2009 21:19:16 +0000 |
alexc |
ADTS: Increased protection against writing illegal/nonsense files.
libavformat
|
Fri, 06 Mar 2009 20:51:50 +0000 |
michael |
Add my name to copyright & author as requested by the original author.
libavformat
|
Fri, 06 Mar 2009 20:48:31 +0000 |
michael |
Add code to the self test to print jitter & drift.
libavformat
|
Fri, 06 Mar 2009 03:12:33 +0000 |
rbultje |
Oops, very silly typo.
libavformat
|
Fri, 06 Mar 2009 01:31:10 +0000 |
jbr |
flacdec: Parse the metadata header in the raw FLAC demuxer.
libavformat
|
Fri, 06 Mar 2009 00:57:26 +0000 |
diego |
Add '#undef rand' to fix test program build.
libavformat
|
Fri, 06 Mar 2009 00:55:50 +0000 |
diego |
cosmetics: Fix test program warnings.
libavformat
|
Fri, 06 Mar 2009 00:48:02 +0000 |
michael |
Vertical align.
libavformat
|
Fri, 06 Mar 2009 00:47:16 +0000 |
michael |
Better name for integrator2_state.
libavformat
|
Fri, 06 Mar 2009 00:44:12 +0000 |
michael |
Add clock_period parameter, this should make the code easier to use.
libavformat
|
Fri, 06 Mar 2009 00:26:51 +0000 |
michael |
Selftest code.
libavformat
|
Fri, 06 Mar 2009 00:23:52 +0000 |
michael |
Fix bug with time==0 being special.
libavformat
|
Fri, 06 Mar 2009 00:20:55 +0000 |
michael |
Adapt first factor.
libavformat
|
Fri, 06 Mar 2009 00:14:44 +0000 |
michael |
Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and
libavformat
|
Fri, 06 Mar 2009 00:09:14 +0000 |
michael |
Allow timespans to vary.
libavformat
|
Thu, 05 Mar 2009 23:57:42 +0000 |
michael |
Reorder operations, 20% improved performance, 1 variable less.
libavformat
|
Thu, 05 Mar 2009 23:45:18 +0000 |
michael |
Timefilter code by Olivier Guilyardi o list O samalyse o com
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 19:13:12 +0000 |
diego |
Mark dvdaudio_substream_type variable 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
|
Wed, 04 Mar 2009 07:57:09 +0000 |
alexc |
MOV: fix demuxing fragmented files
libavformat
|
Wed, 04 Mar 2009 05:40:53 +0000 |
melanson |
Fix a condition that causes an infinite loop, but only when compiled with
libavformat
|
Wed, 04 Mar 2009 00:57:37 +0000 |
rbultje |
Split rtsp_send_cmd() into two functions, one for the actual sending of the
libavformat
|
Tue, 03 Mar 2009 20:24:17 +0000 |
michael |
Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer
libavformat
|
Tue, 03 Mar 2009 18:19:44 +0000 |
alexc |
MOV: fix crash when 'meta' occurs before first 'trak'
libavformat
|
Tue, 03 Mar 2009 17:06:18 +0000 |
rbultje |
Rename "fd1" variable ro "fd". There were previously two variables (fd1 and
libavformat
|
Tue, 03 Mar 2009 17:04:51 +0000 |
rbultje |
Add url_get_file_handle(), which is used to get the file descriptor
libavformat
|
Tue, 03 Mar 2009 16:53:04 +0000 |
rbultje |
Reindent after r17777.
libavformat
|
Tue, 03 Mar 2009 16:52:35 +0000 |
rbultje |
Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix
libavformat
|
Tue, 03 Mar 2009 16:48:56 +0000 |
rbultje |
Recognize the "application" data type, which is required for WMS/UDP
libavformat
|
Tue, 03 Mar 2009 16:19:37 +0000 |
benoit |
Add a context to av_log() calls.
libavformat
|
Tue, 03 Mar 2009 14:09:10 +0000 |
diego |
Remove deprecated vhook subsystem.
libavformat
|
Tue, 03 Mar 2009 13:57:09 +0000 |
rbultje |
Remove size_t cast in setting s->priv_data directly to the (integer) file
libavformat
|
Tue, 03 Mar 2009 13:51:34 +0000 |
rbultje |
Don't let finalize_packet() touch pkt->stream_index. Instead, let individual
libavformat
|
Tue, 03 Mar 2009 13:42:16 +0000 |
rbultje |
Reindent after r17764.
libavformat
|
Tue, 03 Mar 2009 13:41:50 +0000 |
rbultje |
In the current implementation of rtp_parse_packet(), finalize_packet() is
libavformat
|
Tue, 03 Mar 2009 13:26:17 +0000 |
rbultje |
Reduce allocated length of the HTTP authentication request field buffer, as
libavformat
|
Tue, 03 Mar 2009 12:57:07 +0000 |
diego |
cosmetics: Fix indentation.
libavformat
|
Mon, 02 Mar 2009 09:28:37 +0000 |
benoit |
Add context to some av_log() calls.
libavformat
|
Mon, 02 Mar 2009 05:18:33 +0000 |
diego |
Change a bunch of codec long_names to be more consistent and descriptive.
libavformat
|
Sun, 01 Mar 2009 16:35:25 +0000 |
aurel |
deprecate old metadata API
libavformat
|
Sun, 01 Mar 2009 16:06:26 +0000 |
aurel |
fix missed usage of old metadata API in mov demuxer
libavformat
|
Sun, 01 Mar 2009 15:38:06 +0000 |
aurel |
use new metadata API in libavformat/utils.c
libavformat
|
Sun, 01 Mar 2009 15:28:56 +0000 |
aurel |
use new metadata API in r3d demuxer
libavformat
|
Sun, 01 Mar 2009 14:50:03 +0000 |
aurel |
new metadata API is now officially part of public API
libavformat
|
Sun, 01 Mar 2009 14:29:30 +0000 |
aurel |
simplify metadata conversion and fixes gcc-2.95 at the same time
libavformat
|
Sun, 01 Mar 2009 03:48:35 +0000 |
michael |
Change the timebase of the raw demuxer to one that can represent the ts of fields.
libavformat
|
Sun, 01 Mar 2009 03:17:24 +0000 |
michael |
Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes
libavformat
|
Sun, 01 Mar 2009 00:12:08 +0000 |
aurel |
Add some basic metadata conversion tables for matroska and asf.
libavformat
|
Sat, 28 Feb 2009 23:34:16 +0000 |
aurel |
add a metadata conversion API
libavformat
|
Sat, 28 Feb 2009 19:34:50 +0000 |
lucabe |
Document ff_rtp_codec_id()
libavformat
|
Sat, 28 Feb 2009 18:35:53 +0000 |
cehoyos |
Change TS seeking so it returns position/timestamp of a key frame.
libavformat
|
Sat, 28 Feb 2009 18:23:19 +0000 |
lucabe |
Fix typo in a comment
libavformat
|
Sat, 28 Feb 2009 18:21:43 +0000 |
lucabe |
Document ff_rtp_enc_name()
libavformat
|
Sat, 28 Feb 2009 17:31:25 +0000 |
jbr |
cosmetics: indentation
libavformat
|
Sat, 28 Feb 2009 17:24:56 +0000 |
lucabe |
Document ff_rtp_get_codec_info()
libavformat
|
Sat, 28 Feb 2009 17:24:46 +0000 |
jbr |
Separate the raw FLAC demuxer from raw.c and put in a new file,
libavformat
|
Sat, 28 Feb 2009 16:02:29 +0000 |
rbultje |
Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used
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 23:12:14 +0000 |
aurel |
use new metadata API in nut muxer
libavformat
|
Fri, 27 Feb 2009 23:10:34 +0000 |
aurel |
use new metadata API in nut demuxer
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 10:07:12 +0000 |
reimar |
Simplify ipmovie.c pts calculation by using an appropriate time_base.
libavformat
|
Fri, 27 Feb 2009 08:31:20 +0000 |
benoit |
Add a context to av_log() call.
libavformat
|
Fri, 27 Feb 2009 08:02:34 +0000 |
reimar |
Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1
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
|
Thu, 26 Feb 2009 22:39:53 +0000 |
aurel |
cosmetics: vertical alignment
libavformat
|
Thu, 26 Feb 2009 22:38:46 +0000 |
aurel |
use new metadata API in rpl demuxer
libavformat
|
Thu, 26 Feb 2009 22:35:26 +0000 |
aurel |
use new metadata API in wc3 demuxer
libavformat
|
Thu, 26 Feb 2009 22:34:18 +0000 |
stefano |
Mark as "internal but installed" the avio.h file.
libavformat
|
Thu, 26 Feb 2009 22:28:42 +0000 |
stefano |
Add a @file notice to avio.h.
libavformat
|
Thu, 26 Feb 2009 16:17:17 +0000 |
aurel |
move static tables from asf.h to non-static tables in asf.c
libavformat
|
Thu, 26 Feb 2009 15:44:19 +0000 |
aurel |
rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency
libavformat
|
Thu, 26 Feb 2009 14:40:04 +0000 |
aurel |
fix a memleak in av_metadata_set()
libavformat
|
Thu, 26 Feb 2009 14:24:50 +0000 |
rbultje |
Implement marker bit, which is used for several RTP payloads currently
libavformat
|
Thu, 26 Feb 2009 14:23:05 +0000 |
rbultje |
Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing
libavformat
|
Thu, 26 Feb 2009 14:15:41 +0000 |
rbultje |
Document rtsp.h, see "[PATCH] document rtsp.h" thread.
libavformat
|
Thu, 26 Feb 2009 13:13:48 +0000 |
aurel |
movenc: add muxing of language along with metadata tags when available
libavformat
|
Thu, 26 Feb 2009 13:11:18 +0000 |
aurel |
return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking
libavformat
|
Thu, 26 Feb 2009 13:08:22 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Thu, 26 Feb 2009 13:06:49 +0000 |
aurel |
use new metadata API in mov muxer
libavformat
|
Thu, 26 Feb 2009 13:00:13 +0000 |
aurel |
don't trigger metadata compatibility code when user app already set metadata
libavformat
|
Thu, 26 Feb 2009 08:45:59 +0000 |
bcoudurier |
dv probe
libavformat
|
Thu, 26 Feb 2009 02:41:53 +0000 |
jbr |
Share the function to write a raw FLAC header and use it in the Matroska
libavformat
|
Thu, 26 Feb 2009 02:33:19 +0000 |
jbr |
cosmetics: add a comment in flac_write_header().
libavformat
|
Thu, 26 Feb 2009 02:32:18 +0000 |
jbr |
Add support for full header extradata to raw FLAC muxer.
libavformat
|
Thu, 26 Feb 2009 02:29:24 +0000 |
jbr |
Use a shared function to validate FLAC extradata.
libavformat
|
Thu, 26 Feb 2009 02:21:43 +0000 |
jbr |
Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.
libavformat
|
Wed, 25 Feb 2009 19:10:39 +0000 |
diego |
spelling/wording/grammar cosmetics
libavformat
|
Wed, 25 Feb 2009 10:45:08 +0000 |
michael |
untypo
libavformat
|
Wed, 25 Feb 2009 08:09:13 +0000 |
bcoudurier |
fix index edit rate, inverse num and den
libavformat
|
Wed, 25 Feb 2009 08:08:10 +0000 |
bcoudurier |
simplify, use codec->block_align
libavformat
|
Wed, 25 Feb 2009 08:06:15 +0000 |
bcoudurier |
set channel number even for inactive channels
libavformat
|
Wed, 25 Feb 2009 08:05:43 +0000 |
bcoudurier |
do not set frame start bit since marked as not used and factorize
libavformat
|
Wed, 25 Feb 2009 03:18:11 +0000 |
michael |
AVInputFormat.reed_seek2()
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 15:04:18 +0000 |
michael |
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
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 19:51:16 +0000 |
bcoudurier |
start track id at 2, track id 1 for timecode
libavformat
|
Mon, 23 Feb 2009 02:38:45 +0000 |
michael |
Allow av_find_stream_info() to be aborted.
libavformat
|
Sun, 22 Feb 2009 14:27:50 +0000 |
stefang |
consistent naming of Chinese AVS raw demuxer
libavformat
|
Sun, 22 Feb 2009 09:42:56 +0000 |
reimar |
Support playback of incorrectly cut DV files where the headers do not
libavformat
|
Sun, 22 Feb 2009 01:07:46 +0000 |
bcoudurier |
check av_get_packet return value
libavformat
|
Sun, 22 Feb 2009 00:20:07 +0000 |
bcoudurier |
return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem
libavformat
|
Sat, 21 Feb 2009 23:54:50 +0000 |
bcoudurier |
parse aac extradata to fetch channels and sample rate, patch from Netgem
libavformat
|
Sat, 21 Feb 2009 23:00:07 +0000 |
michael |
Waste less space for printing timebases.
libavformat
|
Sat, 21 Feb 2009 22:26:44 +0000 |
rbultje |
Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the
libavformat
|
Sat, 21 Feb 2009 21:30:44 +0000 |
michael |
Print all timebases (idea from netgem)
libavformat
|
Sat, 21 Feb 2009 20:57:46 +0000 |
michael |
Check for alloc failures.
libavformat
|
Sat, 21 Feb 2009 20:44:39 +0000 |
michael |
Check for EOF during index reading.
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 20:11:34 +0000 |
michael |
Handle chunks with the MSB in size set correctly that is unsigned.
libavformat
|
Sat, 21 Feb 2009 17:29:25 +0000 |
michael |
Be less noisy with invalid pts/dts.
libavformat
|
Sat, 21 Feb 2009 15:32:56 +0000 |
michael |
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php.
libavformat
|
Sat, 21 Feb 2009 14:40:19 +0000 |
rbultje |
Change sizeof(struct_type) to sizeof(variable).
libavformat
|
Sat, 21 Feb 2009 10:34:29 +0000 |
stefang |
add raw demuxer for Chinese AVS elementary streams
libavformat
|
Thu, 19 Feb 2009 23:35:59 +0000 |
cehoyos |
Add convergence_duration to AVCodecParserContext.
libavformat
|
Thu, 19 Feb 2009 23:24:41 +0000 |
alexc |
Re-indent after last commit
libavformat
|
Thu, 19 Feb 2009 23:23:53 +0000 |
alexc |
AAC in ASF does not need parsing.
libavformat
|
Thu, 19 Feb 2009 23:09:24 +0000 |
alexc |
Add Divio MPEG-4 FOURCC (M4CC)
libavformat
|
Thu, 19 Feb 2009 21:01:45 +0000 |
aurel |
matroskadec: return AVERROR_EOF upon detection of end of file
libavformat
|
Thu, 19 Feb 2009 12:19:55 +0000 |
pross |
FLV demuxer: return AVERROR_EOF upon detection of end of file.
libavformat
|
Thu, 19 Feb 2009 12:19:33 +0000 |
pross |
AVI demuxer: return AVERROR_EOF upon detection of end of file.
libavformat
|
Thu, 19 Feb 2009 00:27:57 +0000 |
aurel |
fix missing dependencies
libavformat
|
Wed, 18 Feb 2009 23:46:05 +0000 |
cehoyos |
Add key_frame to AVCodecParserContext, used in libavformat.
libavformat
|
Wed, 18 Feb 2009 14:01:46 +0000 |
benoit |
av_alloc_format_context has been renamed, update AVFormatContext av_class
libavformat
|
Wed, 18 Feb 2009 07:14:23 +0000 |
bcoudurier |
fix partition index byte count
libavformat
|
Wed, 18 Feb 2009 07:13:57 +0000 |
bcoudurier |
always use multi track since timecode track is present
libavformat
|
Wed, 18 Feb 2009 04:57:54 +0000 |
bcoudurier |
fix preface version
libavformat
|
Wed, 18 Feb 2009 04:42:31 +0000 |
bcoudurier |
check fifo size and realloc if needed
libavformat
|
Wed, 18 Feb 2009 02:57:41 +0000 |
bcoudurier |
start counting track number from 0
libavformat
|
Wed, 18 Feb 2009 02:18:52 +0000 |
bcoudurier |
remove redundant comment
libavformat
|
Wed, 18 Feb 2009 02:13:59 +0000 |
bcoudurier |
do not write slice count when muxing cbr
libavformat
|
Wed, 18 Feb 2009 01:43:40 +0000 |
bcoudurier |
flush pending write in mxf_write_footer
libavformat
|
Wed, 18 Feb 2009 01:35:36 +0000 |
bcoudurier |
use index 0 for timecode track and write it in source package also
libavformat
|
Wed, 18 Feb 2009 01:05:06 +0000 |
bcoudurier |
fix rip body sid when muxing cbr
libavformat
|
Wed, 18 Feb 2009 00:12:05 +0000 |
bcoudurier |
simplify descriptor size computation logic
libavformat
|
Wed, 18 Feb 2009 00:02:38 +0000 |
aurel |
use new metadata API in nsv demuxer
libavformat
|
Wed, 18 Feb 2009 00:00:38 +0000 |
aurel |
use new metadata API in mpegts muxer
libavformat
|
Tue, 17 Feb 2009 21:43:57 +0000 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavformat
|
Tue, 17 Feb 2009 21:41:50 +0000 |
aurel |
remove now useless get_str16() from rmdec.c
libavformat
|
Tue, 17 Feb 2009 21:40:38 +0000 |
aurel |
use new metadata API in rm (de)muxer
libavformat
|
Tue, 17 Feb 2009 15:44:11 +0000 |
aurel |
apedec: display a warning when truncating a metadata tag
libavformat
|
Tue, 17 Feb 2009 12:03:10 +0000 |
diego |
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
libavformat
|
Tue, 17 Feb 2009 08:12:51 +0000 |
lucabe |
Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not
libavformat
|
Tue, 17 Feb 2009 08:09:34 +0000 |
lucabe |
Move to rtp.h the prototypes of all the functions defined in rtp.c
libavformat
|
Tue, 17 Feb 2009 00:02:13 +0000 |
aurel |
use new metadata API in ape demuxer
libavformat
|
Mon, 16 Feb 2009 18:52:14 +0000 |
mru |
avidec: fix error introduced in r17382
libavformat
|
Mon, 16 Feb 2009 16:33:00 +0000 |
benoit |
Add a context to av_log() calls and modify a function prototype to allow it.
libavformat
|
Mon, 16 Feb 2009 16:27:35 +0000 |
rbultje |
Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]
libavformat
|
Mon, 16 Feb 2009 16:27:08 +0000 |
benoit |
Add a context to av_log() call and update the trace not to be redundant.
libavformat
|
Mon, 16 Feb 2009 16:24:01 +0000 |
rbultje |
Don't install rtsp.h. It is intended to be private, it depends on rtp code
libavformat
|
Mon, 16 Feb 2009 16:12:23 +0000 |
benoit |
Add a context to av_log() calls.
libavformat
|
Mon, 16 Feb 2009 16:09:58 +0000 |
benoit |
Add a context to av_log() call.
libavformat
|
Mon, 16 Feb 2009 16:09:34 +0000 |
benoit |
Add a context to av_log() calls.
libavformat
|
Mon, 16 Feb 2009 16:09:02 +0000 |
benoit |
Add a context to av_log() calls.
libavformat
|
Mon, 16 Feb 2009 14:45:05 +0000 |
benoit |
Add a context to av_log() call.
libavformat
|
Mon, 16 Feb 2009 14:44:31 +0000 |
benoit |
Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.
libavformat
|
Mon, 16 Feb 2009 12:48:45 +0000 |
bcoudurier |
fetch display aspect ratio from mpeg-2 essence
libavformat
|
Mon, 16 Feb 2009 10:44:38 +0000 |
bcoudurier |
merge mxf_write_d10_packet into mxf_write_packet
libavformat
|
Mon, 16 Feb 2009 10:21:14 +0000 |
lucabe |
Document ff_rtp_get_payload_type()
libavformat
|
Mon, 16 Feb 2009 09:36:21 +0000 |
lucabe |
Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not
libavformat
|
Mon, 16 Feb 2009 01:55:28 +0000 |
diego |
Make format long_names consistent.
libavformat
|
Mon, 16 Feb 2009 01:51:52 +0000 |
bcoudurier |
fix mxf interleaving packet purge
libavformat
|
Sun, 15 Feb 2009 20:45:10 +0000 |
stefano |
Improve grammar: "X next after Y" -> "next X after Y".
libavformat
|
Sun, 15 Feb 2009 16:53:05 +0000 |
aurel |
matroskaenc: use new metadata API
libavformat
|
Sun, 15 Feb 2009 16:05:37 +0000 |
aurel |
matroskadec: export language of metadata tags when available
libavformat
|
Sun, 15 Feb 2009 16:00:58 +0000 |
aurel |
matroskadec: add needed definitions forgotten in r17331
libavformat
|
Sun, 15 Feb 2009 15:53:55 +0000 |
aurel |
matroskadec: add generic metadata support
libavformat
|
Sun, 15 Feb 2009 15:34:22 +0000 |
aurel |
matroskadec: read track and attachment uid
libavformat
|
Sun, 15 Feb 2009 15:29:09 +0000 |
aurel |
matroskadec: export track name through the metadata API
libavformat
|
Sun, 15 Feb 2009 15:25:14 +0000 |
aurel |
matroskadec: use new metadata API to export some simple information
libavformat
|
Sun, 15 Feb 2009 14:34:23 +0000 |
stefano |
Do not export to the public the first_protocol symbol at the next
libavformat
|
Sun, 15 Feb 2009 14:31:18 +0000 |
stefano |
Document av_protocol_next().
libavformat
|
Sun, 15 Feb 2009 14:29:23 +0000 |
stefano |
Replace calls/references of the deprecated register_protocol()
libavformat
|
Sun, 15 Feb 2009 14:25:23 +0000 |
stefano |
Rename register_protocol() to av_register_protocol() and deprecate
libavformat
|
Sun, 15 Feb 2009 14:13:28 +0000 |
aurel |
demux some more metadata tags in mov
libavformat
|