Wed, 08 Jul 2009 08:52:56 +0000 |
benoit |
Add block_align to sox input.
libavformat
|
Wed, 08 Jul 2009 08:26:57 +0000 |
benoit |
Fix mem leak when user preallocates an AVFormatContext, passes it to
libavformat
|
Mon, 06 Jul 2009 21:54:37 +0000 |
aurel |
flvdec: expose metadata through the generic metadata API
libavformat
|
Mon, 06 Jul 2009 21:49:33 +0000 |
aurel |
flvdec: re-enable metadata parsing
libavformat
|
Mon, 06 Jul 2009 21:46:37 +0000 |
aurel |
flvdec: don't set format and codec context from metadata values
libavformat
|
Mon, 06 Jul 2009 17:08:32 +0000 |
reimar |
Check for packet_length 0, it is already treated as invalid by the padding check,
libavformat
|
Sat, 04 Jul 2009 08:02:01 +0000 |
bcoudurier |
fix and simplify long gop mpeg codec ul computation
libavformat
|
Sat, 04 Jul 2009 07:56:58 +0000 |
bcoudurier |
set index duration to 0 for cbr, specifying whole container coverage
libavformat
|
Sat, 04 Jul 2009 07:52:28 +0000 |
bcoudurier |
use ber4 length for descriptors preferred by specs
libavformat
|
Sat, 04 Jul 2009 07:49:12 +0000 |
bcoudurier |
write profile and level local tag in mpeg descriptor
libavformat
|
Fri, 03 Jul 2009 11:31:09 +0000 |
reimar |
Replace invalid Theora frame rate by 25 FPS.
libavformat
|
Fri, 03 Jul 2009 11:27:52 +0000 |
reimar |
Check for failed extradata malloc, fixes a crash in out-of-memory conditions
libavformat
|
Fri, 03 Jul 2009 11:26:14 +0000 |
reimar |
Check size of "strf" header against size of enclosing "LIST" if there is one.
libavformat
|
Fri, 03 Jul 2009 11:18:56 +0000 |
reimar |
Fix indentation
libavformat
|
Fri, 03 Jul 2009 11:18:07 +0000 |
reimar |
Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.
libavformat
|
Thu, 02 Jul 2009 12:47:58 +0000 |
michael |
If either of num or den is 0 make both 0 in av_set_pts_info().
libavformat
|
Wed, 01 Jul 2009 20:52:48 +0000 |
michael |
Make sure av_set_pts_info() does not set the fields of a timebase to
libavformat
|
Wed, 01 Jul 2009 18:50:31 +0000 |
michael |
Make arguments of av_set_pts_info() unsigned.
libavformat
|
Tue, 30 Jun 2009 07:43:32 +0000 |
bcoudurier |
cosmetics, change case and comments alignment
libavformat
|
Tue, 30 Jun 2009 07:41:40 +0000 |
bcoudurier |
correctly compute frame flags with closed gop
libavformat
|
Mon, 29 Jun 2009 22:48:07 +0000 |
alexc |
Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).
libavformat
|
Mon, 29 Jun 2009 18:49:15 +0000 |
stefano |
Make the configure script select the input/output devices using
libavformat
|
Mon, 29 Jun 2009 18:37:29 +0000 |
michael |
indent
libavformat
|
Mon, 29 Jun 2009 18:36:49 +0000 |
michael |
id3v2.4.0 uses syncsafe integers for sizes of frames.
libavformat
|
Sun, 28 Jun 2009 21:05:46 +0000 |
stefano |
Remove inconsistent use of a @brief command in av_write_trailer()
libavformat
|
Sun, 28 Jun 2009 21:01:51 +0000 |
stefano |
Use consistently the third person in doxy, as recommended by the
libavformat
|
Thu, 25 Jun 2009 19:44:44 +0000 |
michael |
Fix id3v2.2 frame size parsing.
libavformat
|
Thu, 25 Jun 2009 19:26:39 +0000 |
michael |
Fix id3v2.3/4 tag size parsing.
libavformat
|
Thu, 25 Jun 2009 19:10:27 +0000 |
bcoudurier |
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M
libavformat
|
Thu, 25 Jun 2009 19:01:16 +0000 |
bcoudurier |
Only set CODEC_ID_PROBE when a packet from a stream having a PES header
libavformat
|
Thu, 25 Jun 2009 18:48:57 +0000 |
bcoudurier |
limit raw packet buffer size used for codec probing
libavformat
|
Thu, 25 Jun 2009 00:17:47 +0000 |
bcoudurier |
only set par if it does not indicates a rotation, ex iphone 3GS
libavformat
|
Wed, 24 Jun 2009 23:04:05 +0000 |
rbultje |
Remove any reference to ASFContext.packet_size and replace it with
libavformat
|
Wed, 24 Jun 2009 22:10:53 +0000 |
jbr |
flvdec: Build a Speex header during FLV demuxing using required and
libavformat
|
Wed, 24 Jun 2009 09:40:00 +0000 |
reimar |
Reindent after last patch.
libavformat
|
Wed, 24 Jun 2009 09:38:42 +0000 |
reimar |
mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set.
libavformat
|
Wed, 24 Jun 2009 08:57:53 +0000 |
reimar |
mov_read_packet: extract code that searches for the stream/sample to demux next
libavformat
|
Wed, 24 Jun 2009 08:50:46 +0000 |
reimar |
mov_read_packet: if dv_get_packet fails, return exactly its error value
libavformat
|
Wed, 24 Jun 2009 08:23:40 +0000 |
reimar |
In mov_read_packet remember the AVStream we want to demux next instead of the
libavformat
|
Wed, 24 Jun 2009 03:38:47 +0000 |
bcoudurier |
check stream existence before assignment, fix #1222
libavformat
|
Tue, 23 Jun 2009 15:38:53 +0000 |
rbultje |
Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at).
libavformat
|
Mon, 22 Jun 2009 23:09:34 +0000 |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
libavformat
|
Mon, 22 Jun 2009 16:52:02 +0000 |
rbultje |
Change packet_size from signed to unsigned, since it never has a negative
libavformat
|
Sun, 21 Jun 2009 20:18:29 +0000 |
jbr |
oggenc: Change error log text. An error here does not necessarily mean
libavformat
|
Sun, 21 Jun 2009 20:16:48 +0000 |
jbr |
oggenc: return error value from ogg_build_flac_headers()
libavformat
|
Sun, 21 Jun 2009 20:14:58 +0000 |
jbr |
cosmetics: spacing and comments
libavformat
|
Sun, 21 Jun 2009 20:13:54 +0000 |
jbr |
oggenc: check for failed av_mallocz()
libavformat
|
Sat, 20 Jun 2009 14:51:03 +0000 |
cehoyos |
Revert unintended hunk of r19241.
libavformat
|
Sat, 20 Jun 2009 14:47:38 +0000 |
cehoyos |
Revert r19239: It broke four conformance tests.
libavformat
|
Sat, 20 Jun 2009 12:52:48 +0000 |
cehoyos |
Fix onMetaData property count in flv files (issue 1206).
libavformat
|
Sat, 20 Jun 2009 09:00:12 +0000 |
jai_menon |
Print meaningful error messages when url_fopen fails.
libavformat
|
Sat, 20 Jun 2009 06:09:30 +0000 |
bcoudurier |
add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de
libavformat
|
Fri, 19 Jun 2009 21:36:21 +0000 |
bcoudurier |
fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com
libavformat
|
Fri, 19 Jun 2009 14:36:47 +0000 |
superdump |
Add support for id3 tag parsing for ADTS AAC streams
libavformat
|
Fri, 19 Jun 2009 14:03:35 +0000 |
diego |
Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.
libavformat
|
Fri, 19 Jun 2009 13:26:10 +0000 |
reimar |
Add support for muxing XSUB subtitles to AVI muxer.
libavformat
|
Thu, 18 Jun 2009 19:31:12 +0000 |
darkshikari |
Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI file.
libavformat
|
Thu, 18 Jun 2009 00:22:08 +0000 |
michael |
Print why av_find_stream_info() failed, this is a rather common question
libavformat
|
Wed, 17 Jun 2009 19:04:02 +0000 |
rbultje |
Set restrictions on packet_size, as per ISO-11172 / H-222 specifications
libavformat
|
Wed, 17 Jun 2009 07:05:17 +0000 |
benoit |
Remove a test on an always false condition.
libavformat
|
Wed, 17 Jun 2009 00:37:06 +0000 |
astrange |
Add '.mp1' for MP1 audio in MOV/CAF.
libavformat
|
Tue, 16 Jun 2009 23:50:02 +0000 |
darkshikari |
Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file.
libavformat
|
Tue, 16 Jun 2009 23:14:59 +0000 |
stefano |
Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about
libavformat
|
Mon, 15 Jun 2009 08:38:11 +0000 |
diego |
The AAC demuxer now depends on id3v1.o.
libavformat
|
Mon, 15 Jun 2009 02:07:41 +0000 |
bcoudurier |
check atom size against edit_count to avoid very long loop
libavformat
|
Mon, 15 Jun 2009 01:41:59 +0000 |
bcoudurier |
fix probing and demuxing of pond.dv, issue #887
libavformat
|
Sun, 14 Jun 2009 22:34:28 +0000 |
bcoudurier |
check if frame size matches old sys and assumes corrupted input, fixes #1192
libavformat
|
Sat, 13 Jun 2009 22:45:58 +0000 |
jbr |
Add a VorbisComment metadata conversion table and use it in the FLAC and
libavformat
|
Sat, 13 Jun 2009 22:29:38 +0000 |
aurel |
matroskadec: prepend TargetType to metadata key name
libavformat
|
Sat, 13 Jun 2009 06:39:01 +0000 |
kostya |
Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read
libavformat
|
Sat, 13 Jun 2009 03:02:16 +0000 |
darkshikari |
Analysis of logs show that there are in fact some files with m1v1 too (not just m2v2),
libavformat
|
Sat, 13 Jun 2009 02:20:54 +0000 |
pross |
Electronic Arts demuxer: support Madcow video tag
libavformat
|
Sat, 13 Jun 2009 00:50:57 +0000 |
conrad |
Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of
libavformat
|
Sat, 13 Jun 2009 00:16:39 +0000 |
darkshikari |
Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a problematic MOV file.
libavformat
|
Fri, 12 Jun 2009 19:49:46 +0000 |
alexc |
Do not include libavcodec/internal.h in the ADTS muxer.
libavformat
|
Fri, 12 Jun 2009 17:39:56 +0000 |
darkshikari |
Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.
libavformat
|
Fri, 12 Jun 2009 13:21:01 +0000 |
jai_menon |
Associate the 0x6c75 TwoCC used in certain Kodak cameras
libavformat
|
Fri, 12 Jun 2009 05:29:29 +0000 |
diego |
DPX (Digital Picture Exchange) image decoder
libavformat
|
Fri, 12 Jun 2009 05:26:40 +0000 |
conrad |
Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4
libavformat
|
Fri, 12 Jun 2009 02:20:26 +0000 |
darkshikari |
Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.
libavformat
|
Fri, 12 Jun 2009 01:09:49 +0000 |
darkshikari |
Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.
libavformat
|
Thu, 11 Jun 2009 20:45:35 +0000 |
diego |
cosmetics: Prettyprint one more line to have columns line up.
libavformat
|
Thu, 11 Jun 2009 15:35:23 +0000 |
diego |
cosmetics: Reformat to K&R and prettyprint newly created files.
libavformat
|
Thu, 11 Jun 2009 15:26:57 +0000 |
diego |
Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
libavformat
|
Thu, 11 Jun 2009 05:13:23 +0000 |
bcoudurier |
Remove time_rate, we cannot compute exactly when fragments are
libavformat
|
Thu, 11 Jun 2009 04:30:05 +0000 |
bcoudurier |
if b frames are parsed, set codec->has_b_frames
libavformat
|
Wed, 10 Jun 2009 15:08:02 +0000 |
lu_zero |
Support seeking as defined by the rfc
libavformat
|
Wed, 10 Jun 2009 14:56:50 +0000 |
lu_zero |
Make sure buffer end remains constant within the loop
libavformat
|
Tue, 09 Jun 2009 20:58:32 +0000 |
rbultje |
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:
libavformat
|
Tue, 09 Jun 2009 18:30:15 +0000 |
jai_menon |
Add additional dependencies for sdp and rtsp demuxers.
libavformat
|
Sat, 06 Jun 2009 17:32:59 +0000 |
jai_menon |
Cosmetics : Use dprintf instead of printf.
libavformat
|
Sat, 06 Jun 2009 16:46:40 +0000 |
jai_menon |
Cosmetics : Fix indentation after last commit.
libavformat
|
Sat, 06 Jun 2009 16:44:21 +0000 |
jai_menon |
Introduce http_get_line and modify http_connect to use http_get_line.
libavformat
|
Sat, 06 Jun 2009 09:35:15 +0000 |
stefano |
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
libavformat
|
Fri, 05 Jun 2009 23:39:11 +0000 |
conrad |
Ensure that the extradata buffer is padded appripriately in the ogg demuxer.
libavformat
|
Thu, 04 Jun 2009 06:25:53 +0000 |
kostya |
Move function for reading whole specified amount of data from RTSP
libavformat
|
Wed, 03 Jun 2009 23:34:35 +0000 |
alexc |
Add the .adts file extension to the ADTS muxer.
libavformat
|
Wed, 03 Jun 2009 23:13:53 +0000 |
bcoudurier |
broken stsd length might be < 16, fix elst-assert.mp4
libavformat
|
Wed, 03 Jun 2009 22:36:59 +0000 |
bcoudurier |
Change find_tag return type to int64_t, fix a bug
libavformat
|
Tue, 02 Jun 2009 07:53:44 +0000 |
bcoudurier |
do not parse full header for private streams
libavformat
|
Tue, 02 Jun 2009 07:30:19 +0000 |
bcoudurier |
correctly handle maximum streams limit
libavformat
|
Tue, 02 Jun 2009 07:26:58 +0000 |
bcoudurier |
export data from private streams
libavformat
|
Sun, 31 May 2009 08:47:40 +0000 |
bcoudurier |
initialize pes state to skip
libavformat
|
Sun, 31 May 2009 05:24:16 +0000 |
bcoudurier |
fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com
libavformat
|
Sun, 31 May 2009 04:47:30 +0000 |
bcoudurier |
print reg desc in a more friendly way
libavformat
|
Sun, 31 May 2009 04:45:51 +0000 |
bcoudurier |
give context to dprintf
libavformat
|
Sun, 31 May 2009 04:41:47 +0000 |
bcoudurier |
print registration descriptor in debug
libavformat
|
Sun, 31 May 2009 04:36:26 +0000 |
bcoudurier |
split audio chunks in mov demuxer
libavformat
|
Sun, 31 May 2009 04:35:05 +0000 |
bcoudurier |
0x7a is E-AC3 descriptor
libavformat
|
Sun, 31 May 2009 04:32:45 +0000 |
bcoudurier |
fix compilation with DEBUG defined
libavformat
|
Sun, 31 May 2009 04:13:25 +0000 |
bcoudurier |
use dts codec probing
libavformat
|
Sun, 31 May 2009 04:10:15 +0000 |
bcoudurier |
set codec_tag to stream type, so user can deal with it
libavformat
|
Sun, 31 May 2009 04:04:20 +0000 |
bcoudurier |
set codec_tag to registration descriptor if present
libavformat
|
Sun, 31 May 2009 03:55:23 +0000 |
bcoudurier |
add streams even if they are not present in PMT, fix #1092 and #835
libavformat
|
Sun, 31 May 2009 03:46:24 +0000 |
bcoudurier |
remove no longer needed fake dvbsub stream type
libavformat
|
Sun, 31 May 2009 03:45:45 +0000 |
bcoudurier |
reindent
libavformat
|
Sun, 31 May 2009 03:44:03 +0000 |
bcoudurier |
remove no longer needed init
libavformat
|
Sun, 31 May 2009 03:40:36 +0000 |
bcoudurier |
factorize
libavformat
|
Sun, 31 May 2009 03:35:29 +0000 |
bcoudurier |
simplify and merge
libavformat
|
Sun, 31 May 2009 03:12:25 +0000 |
bcoudurier |
move new_pes_av_stream to avoid forward declaration
libavformat
|
Sun, 31 May 2009 03:02:12 +0000 |
bcoudurier |
remove defines
libavformat
|
Sun, 31 May 2009 02:56:15 +0000 |
bcoudurier |
rework stream type and codec identification
libavformat
|
Sun, 31 May 2009 00:33:37 +0000 |
bcoudurier |
cosmetics, reindent, remove useless braces, whitespaces
libavformat
|
Sun, 31 May 2009 00:31:47 +0000 |
bcoudurier |
export all streams in ts demuxer
libavformat
|
Sun, 31 May 2009 00:24:06 +0000 |
bcoudurier |
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets
libavformat
|
Sat, 30 May 2009 18:51:15 +0000 |
stefano |
Implement SoX native format muxer and demuxer.
libavformat
|
Sat, 30 May 2009 06:16:44 +0000 |
bcoudurier |
return AVERROR_EOF
libavformat
|
Sat, 30 May 2009 06:15:27 +0000 |
bcoudurier |
return AVERROR_EOF
libavformat
|
Sat, 30 May 2009 04:08:43 +0000 |
bcoudurier |
cast size to int64_t to avoid overflow
libavformat
|
Fri, 29 May 2009 13:46:46 +0000 |
lucabe |
Correctly set the "AU size" field in the payload header for
libavformat
|
Wed, 27 May 2009 22:43:52 +0000 |
stefano |
Document match_ext().
libavformat
|
Wed, 27 May 2009 06:58:22 +0000 |
bcoudurier |
technically mp2 in pva needs AVSTREAM_PARSE_FULL
libavformat
|
Wed, 27 May 2009 01:29:55 +0000 |
bcoudurier |
support AVDISCARD_ALL in mpegts demuxer
libavformat
|
Wed, 27 May 2009 00:56:31 +0000 |
bcoudurier |
return error in mpegts_push_data and propagate it
libavformat
|
Wed, 27 May 2009 00:48:39 +0000 |
bcoudurier |
10l, forgot ';', fix compilation
libavformat
|
Wed, 27 May 2009 00:46:20 +0000 |
bcoudurier |
check that len is not negative
libavformat
|
Wed, 27 May 2009 00:44:00 +0000 |
bcoudurier |
demux whole PES packets from TS
libavformat
|
Tue, 26 May 2009 20:13:03 +0000 |
bcoudurier |
move DEBUG define before include to get dprintf
libavformat
|
Tue, 26 May 2009 03:51:00 +0000 |
michael |
Support YVU9 AVI 4cc.
libavformat
|
Tue, 26 May 2009 01:14:10 +0000 |
compn |
map dvh1 fourcc to dv, fixes incoming/dvh1_sample
libavformat
|
Mon, 25 May 2009 22:17:27 +0000 |
stefano |
Define struct URLContext and typedef it to URLContext in one step.
libavformat
|
Mon, 25 May 2009 22:05:43 +0000 |
stefano |
Remove \p and \e doxygen markup.
libavformat
|
Mon, 25 May 2009 18:28:26 +0000 |
michael |
Workaround broken AVI files from DC-XZ6.
libavformat
|
Sun, 24 May 2009 22:59:25 +0000 |
bcoudurier |
move DEBUG define before include to get dprintf and change printf to dprintf
libavformat
|
Sun, 24 May 2009 10:26:41 +0000 |
bcoudurier |
fix get_str16_nolen with odd len, fix #1065
libavformat
|
Sun, 24 May 2009 09:59:53 +0000 |
bcoudurier |
move DEBUG define before include to get dprintf and move guidcmp before print_guid, fix compilation with DEBUG
libavformat
|
Sat, 23 May 2009 07:17:17 +0000 |
bcoudurier |
fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com
libavformat
|
Sat, 23 May 2009 06:25:44 +0000 |
bcoudurier |
simplify pes timestamps fetching, based on a patch by corp186, chasedouglas at gmail dot com
libavformat
|
Sat, 23 May 2009 06:09:16 +0000 |
bcoudurier |
compute total bitrate more accurately, patch by corp186, chasedouglas at gmail dot com
libavformat
|
Sat, 23 May 2009 03:05:56 +0000 |
bcoudurier |
remove useless include
libavformat
|
Fri, 22 May 2009 19:11:56 +0000 |
bcoudurier |
fail if stream fifo could not be allocated
libavformat
|
Fri, 22 May 2009 18:34:01 +0000 |
conrad |
Set speex frame_size in ogg demuxer
libavformat
|
Thu, 21 May 2009 23:12:41 +0000 |
bcoudurier |
check av_fifo_alloc return
libavformat
|
Thu, 21 May 2009 22:33:17 +0000 |
bcoudurier |
correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks
libavformat
|
Wed, 20 May 2009 17:19:39 +0000 |
kmalaussene |
Add QCP demuxer.
libavformat
|
Sat, 16 May 2009 17:11:47 +0000 |
lucabe |
Fix the M bit for multi-packet NALs.
libavformat
|
Sat, 16 May 2009 15:09:30 +0000 |
mru |
oma: fix build if memcmp() is a macro
libavformat
|
Sat, 16 May 2009 04:08:34 +0000 |
bcoudurier |
move increment after debug print
libavformat
|
Fri, 15 May 2009 06:11:53 +0000 |
bcoudurier |
write 'stps' for mpeg-2 open gop in .mov
libavformat
|
Fri, 15 May 2009 05:33:05 +0000 |
bcoudurier |
free Track and unset priv_data to avoid double free, fix memleak
libavformat
|
Fri, 15 May 2009 04:44:37 +0000 |
bcoudurier |
reindent
libavformat
|
Fri, 15 May 2009 04:43:44 +0000 |
bcoudurier |
remove unneeded length checks
libavformat
|
Thu, 14 May 2009 21:05:52 +0000 |
bcoudurier |
use flags field and remove key_frame field
libavformat
|
Thu, 14 May 2009 20:54:19 +0000 |
bcoudurier |
change cts type to int, save some space
libavformat
|
Thu, 14 May 2009 00:02:07 +0000 |
conrad |
Use skip_bits_long() for large skips
libavformat
|
Wed, 13 May 2009 22:59:58 +0000 |
alexc |
Add PCE support to the ADTS muxer.
libavformat
|
Wed, 13 May 2009 08:31:22 +0000 |
bcoudurier |
parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop
libavformat
|
Wed, 13 May 2009 08:01:33 +0000 |
bcoudurier |
align and update doxygen
libavformat
|
Wed, 13 May 2009 07:57:08 +0000 |
bcoudurier |
remove comment
libavformat
|
Wed, 13 May 2009 07:55:03 +0000 |
bcoudurier |
Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.
libavformat
|
Wed, 13 May 2009 04:22:53 +0000 |
bcoudurier |
factorize av_set_pts_info
libavformat
|
Wed, 13 May 2009 04:20:23 +0000 |
bcoudurier |
cosmetics, alignment
libavformat
|
Tue, 12 May 2009 23:40:22 +0000 |
diego |
Fix bandwith vs. bandwiDth typo.
libavformat
|
Tue, 12 May 2009 20:00:11 +0000 |
bcoudurier |
v210 mov fourcc
libavformat
|
Tue, 12 May 2009 19:58:13 +0000 |
bcoudurier |
v210 avi fourcc, v210_720p.avi
libavformat
|
Tue, 12 May 2009 12:35:46 +0000 |
benoit |
Per-stream language-tags extraction in asfdec.
libavformat
|
Mon, 11 May 2009 04:35:15 +0000 |
conrad |
Use chroma_sample_location in reading/writing yuv4mpeg
libavformat
|
Mon, 11 May 2009 02:36:57 +0000 |
bcoudurier |
move free data in the video case
libavformat
|
Mon, 11 May 2009 02:30:29 +0000 |
bcoudurier |
write a single pes for video frames, some proprietary player needs it
libavformat
|
Sun, 10 May 2009 20:41:01 +0000 |
bcoudurier |
rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing
libavformat
|
Sun, 10 May 2009 20:14:42 +0000 |
bcoudurier |
bgra in .mov muxing
libavformat
|
Sun, 10 May 2009 20:12:36 +0000 |
bcoudurier |
correct pixfmt for argb
libavformat
|
Sun, 10 May 2009 20:11:11 +0000 |
bcoudurier |
rgba in .mov muxing
libavformat
|
Sun, 10 May 2009 14:33:40 +0000 |
banan |
Remove unused code found by CSA
libavformat
|
Sun, 10 May 2009 01:57:21 +0000 |
bcoudurier |
ensure first pts is set, according to specs
libavformat
|
Sun, 10 May 2009 01:41:35 +0000 |
bcoudurier |
remove useless max_payload_size variable
libavformat
|
Sun, 10 May 2009 01:37:58 +0000 |
bcoudurier |
do not write dts if pts is not set
libavformat
|
Sun, 10 May 2009 01:02:18 +0000 |
bcoudurier |
fix total bitrate computation, based on patch by corp186, chasedouglas at gmail dot com
libavformat
|
Wed, 06 May 2009 23:02:26 +0000 |
conrad |
Warning fix: Make ogg_stream.codec const
libavformat
|
Wed, 06 May 2009 22:01:54 +0000 |
stefano |
Add 8088flex TMV file demuxer.
libavformat
|
Wed, 06 May 2009 05:40:43 +0000 |
kostya |
Add floating point audio decoding to WavPack decoder.
libavformat
|
Tue, 05 May 2009 04:30:08 +0000 |
bcoudurier |
dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034
libavformat
|
Tue, 05 May 2009 04:27:24 +0000 |
bcoudurier |
more dvcprohd .mov fourcc, see #1034
libavformat
|
Sun, 03 May 2009 09:32:40 +0000 |
banan |
Remove dead assignments found by CSA
libavformat
|
Tue, 28 Apr 2009 19:51:50 +0000 |
stefano |
Convert names to the FFmpeg style.
libavformat
|
Mon, 27 Apr 2009 07:27:39 +0000 |
benoit |
Add avlanguage helpers in libavformat.
libavformat
|
Thu, 23 Apr 2009 18:44:03 +0000 |
ivo |
avoid possibly uninitialized return value
libavformat
|
Wed, 22 Apr 2009 19:37:57 +0000 |
jai_menon |
NSV : Add TOC2 parsing and seeking support.
libavformat
|
Wed, 22 Apr 2009 08:39:46 +0000 |
andoma |
It should be #if, not #ifdef
libavformat
|
Wed, 22 Apr 2009 02:58:20 +0000 |
michael |
Require 4 instead of 3 frames for detecting mp3,
libavformat
|
Tue, 21 Apr 2009 23:23:15 +0000 |
ramiro |
Add raw MLP muxer.
libavformat
|
Mon, 20 Apr 2009 20:06:55 +0000 |
lucabe |
Fix crash when receiving from SDP
libavformat
|
Sun, 19 Apr 2009 21:24:36 +0000 |
michael |
Add zygo fourcc.
libavformat
|
Sun, 19 Apr 2009 13:29:11 +0000 |
diego |
Mark gsize variable as av_unused, fixes the warning:
libavformat
|
Sun, 19 Apr 2009 11:40:03 +0000 |
diego |
Revert previous removal of gsize variable. It breaks seeking.
libavformat
|
Sat, 18 Apr 2009 15:01:20 +0000 |
diego |
Remove unused variable gsize, fixes the warning:
libavformat
|
Sat, 18 Apr 2009 08:35:46 +0000 |
jai_menon |
Cosmetics : reindent after last commit and remove redundant comment.
libavformat
|
Sat, 18 Apr 2009 08:34:15 +0000 |
jai_menon |
Add speex tag to nsv_codec_audio_tags.
libavformat
|
Sat, 18 Apr 2009 05:54:47 +0000 |
jai_menon |
Change nsvf_index_data to nsvs_file_offset for increased clarity.
libavformat
|
Fri, 17 Apr 2009 19:17:14 +0000 |
jai_menon |
Introduce codec id for MPEG-4 ALS and associate it with corresponding
libavformat
|
Fri, 17 Apr 2009 18:18:29 +0000 |
michael |
Remove useless init from aiff_read_header() found by CSA.
libavformat
|
Fri, 17 Apr 2009 18:08:39 +0000 |
michael |
Remove 2 ++ from check_pes() that are useless, found by CSA.
libavformat
|
Fri, 17 Apr 2009 17:42:41 +0000 |
michael |
Remove unused variable from flv_read_metabody() found by CSA.
libavformat
|
Fri, 17 Apr 2009 15:13:01 +0000 |
michael |
Remove nonsensical assignment from asf_read_seek() found by CSA.
libavformat
|
Fri, 17 Apr 2009 14:38:52 +0000 |
michael |
Move declarations in sync() closer to where they are used.
libavformat
|
Fri, 17 Apr 2009 14:16:37 +0000 |
michael |
Remove unused variable from asf_read_header() found by CSA.
libavformat
|
Fri, 17 Apr 2009 14:05:57 +0000 |
rbultje |
Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,
libavformat
|
Fri, 17 Apr 2009 12:37:39 +0000 |
michael |
Moving variable declarations in asf_build_simple_index() to clarify&prettify code.
libavformat
|
Thu, 16 Apr 2009 12:46:06 +0000 |
reimar |
Remove unused audio_pts field from ea demuxer struct
libavformat
|
Thu, 16 Apr 2009 12:39:14 +0000 |
reimar |
Remove unused code from Westwood VQA/AUD demuxer.
libavformat
|
Thu, 16 Apr 2009 00:41:31 +0000 |
rbultje |
Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist
libavformat
|
Wed, 15 Apr 2009 20:18:02 +0000 |
michael |
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly
libavformat
|
Wed, 15 Apr 2009 13:04:34 +0000 |
rbultje |
Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,
libavformat
|
Wed, 15 Apr 2009 06:41:08 +0000 |
conrad |
Ensure that there's pages to read for duration calculation in the ogg demuxer
libavformat
|
Tue, 14 Apr 2009 15:01:46 +0000 |
rbultje |
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
libavformat
|
Tue, 14 Apr 2009 13:22:40 +0000 |
rbultje |
Increase the SDP buffer size (again!) and also increase the temporary
libavformat
|
Mon, 13 Apr 2009 16:59:38 +0000 |
stefano |
Rename pbBufPtr() to put_bits_ptr().
libavformat
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavformat
|
Mon, 13 Apr 2009 04:02:51 +0000 |
bcoudurier |
seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext
libavformat
|
Mon, 13 Apr 2009 03:38:55 +0000 |
bcoudurier |
Set frame defaults in try_decode_frame.
libavformat
|
Mon, 13 Apr 2009 03:32:02 +0000 |
bcoudurier |
reindent
libavformat
|
Sun, 12 Apr 2009 09:04:12 +0000 |
bcoudurier |
remove useless wrapper
libavformat
|
Sun, 12 Apr 2009 08:53:22 +0000 |
reimar |
Move ea demuxer messages that are irrelevant to ordinary users from
libavformat
|
Sun, 12 Apr 2009 08:52:16 +0000 |
bcoudurier |
remove useless wrapper
libavformat
|
Sun, 12 Apr 2009 08:49:20 +0000 |
reimar |
Slightly improve/correct description of wc3_pal_lookup
libavformat
|
Sun, 12 Apr 2009 08:35:26 +0000 |
stefano |
Split bitstream.h, put the bitstream writer stuff in the new file
libavformat
|
Sun, 12 Apr 2009 04:01:03 +0000 |
michael |
Disable metadata reading. Yes, I would like to know what this code is good for
libavformat
|
Sun, 12 Apr 2009 03:08:46 +0000 |
bcoudurier |
replace DEBUG_SI with DEBUG and use dprintf
libavformat
|
Sun, 12 Apr 2009 02:39:16 +0000 |
bcoudurier |
Set stream type to ac3 if registration descriptor is present.
libavformat
|
Sun, 12 Apr 2009 02:32:02 +0000 |
bcoudurier |
simplify registration descriptor parsing with bytestream get functions
libavformat
|
Sun, 12 Apr 2009 02:19:40 +0000 |
bcoudurier |
Ok, ts demuxer is more complicated than I thought
libavformat
|
Sun, 12 Apr 2009 01:37:34 +0000 |
bcoudurier |
fix end of buffer check, fix hang_read_header.h264.ts
libavformat
|
Sun, 12 Apr 2009 00:25:37 +0000 |
bcoudurier |
fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples
libavformat
|
Sat, 11 Apr 2009 22:38:00 +0000 |
reimar |
Simplify packet duplication code in ff_interleave_add_packet.
libavformat
|
Sat, 11 Apr 2009 21:45:57 +0000 |
reimar |
Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign expansion.
libavformat
|
Sat, 11 Apr 2009 20:48:56 +0000 |
reimar |
wc3movie: return partial packets if not all data can be read.
libavformat
|
Sat, 11 Apr 2009 20:08:16 +0000 |
reimar |
Explain the purpose of the wc3_pal_lookup and the formula that was used to
libavformat
|
Sat, 11 Apr 2009 18:58:55 +0000 |
reimar |
Use get_le32/get_be32 in wc3movie demuxer instead of reading everything into
libavformat
|
Sat, 11 Apr 2009 12:42:29 +0000 |
reimar |
Get rid of av_destruct_packet_nofree and use NULL instead.
libavformat
|
Sat, 11 Apr 2009 10:41:06 +0000 |
reimar |
Reindent
libavformat
|
Sat, 11 Apr 2009 10:38:56 +0000 |
reimar |
Make electronicarts demuxer return partial frames, this is the default
libavformat
|
Fri, 10 Apr 2009 17:12:36 +0000 |
diego |
Replace rand() usage by av_lfg_get().
libavformat
|
Fri, 10 Apr 2009 15:16:11 +0000 |
diego |
cosmetics: Align output columns.
libavformat
|
Fri, 10 Apr 2009 12:49:53 +0000 |
aurel |
remove useless duplication of what av_new_stream() already does
libavformat
|
Fri, 10 Apr 2009 12:18:04 +0000 |
stefano |
Add 'PNG1' to PNG fourcc codes.
libavformat
|
Fri, 10 Apr 2009 11:03:06 +0000 |
stefano |
Make try_decode_frame() use the new avcodec_decode_* API.
libavformat
|
Thu, 09 Apr 2009 21:48:45 +0000 |
lucabe |
AAC packetiser cleanup: use consts instead of #defines
libavformat
|
Thu, 09 Apr 2009 21:39:07 +0000 |
lucabe |
AAC packetiser cleanup: remove check for a condition that cannot happen
libavformat
|
Thu, 09 Apr 2009 21:37:11 +0000 |
lucabe |
Fix two checks in the AAC packetiser, which were too conservative
libavformat
|
Thu, 09 Apr 2009 14:16:22 +0000 |
reimar |
Fix memleak in nuv demuxer: free packet already allocated packet when
libavformat
|
Wed, 08 Apr 2009 20:20:42 +0000 |
reimar |
Correctly set packet size for partial video packets in nuv demuxer.
libavformat
|
Wed, 08 Apr 2009 20:19:12 +0000 |
reimar |
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size
libavformat
|
Wed, 08 Apr 2009 16:01:10 +0000 |
cehoyos |
Reduce code duplication.
libavformat
|
Wed, 08 Apr 2009 07:16:14 +0000 |
lucabe |
Add support for AMR audio in the RTP muxer
libavformat
|
Wed, 08 Apr 2009 03:38:59 +0000 |
bcoudurier |
force sample for qcelp when not stored in mov, fix #968
libavformat
|
Wed, 08 Apr 2009 03:06:08 +0000 |
rbultje |
Reindent after r18372.
libavformat
|
Wed, 08 Apr 2009 03:04:57 +0000 |
rbultje |
Add waveformat-extensible support in the wav muxer.
libavformat
|
Tue, 07 Apr 2009 22:34:05 +0000 |
bcoudurier |
move codec tag tables near corresponding code
libavformat
|
Tue, 07 Apr 2009 22:31:53 +0000 |
bcoudurier |
cosmetics, reindent
libavformat
|
Tue, 07 Apr 2009 22:31:17 +0000 |
bcoudurier |
cosmetics, add empty line and remove useless braces
libavformat
|
Tue, 07 Apr 2009 22:28:39 +0000 |
bcoudurier |
fix compilation, add missing parenthesis
libavformat
|
Tue, 07 Apr 2009 22:26:47 +0000 |
bcoudurier |
comment the ipod subtitle check
libavformat
|
Tue, 07 Apr 2009 22:25:11 +0000 |
bcoudurier |
invert condition to simplify code
libavformat
|
Tue, 07 Apr 2009 22:23:15 +0000 |
bcoudurier |
remove no more needed code, tag is set by default
libavformat
|
Tue, 07 Apr 2009 22:21:43 +0000 |
bcoudurier |
cosmetics, reindent, add empty lines
libavformat
|
Tue, 07 Apr 2009 22:19:58 +0000 |
bcoudurier |
split mov_find_codec_tag in separate per format functions
libavformat
|
Tue, 07 Apr 2009 21:25:02 +0000 |
reimar |
Always return 0 if read_packet is successful.
libavformat
|
Tue, 07 Apr 2009 21:16:11 +0000 |
reimar |
Do not uselessly read version string into a buffer.
libavformat
|
Tue, 07 Apr 2009 21:10:10 +0000 |
reimar |
Describe read_alloc return value and required pkt handling to avoid memleaks
libavformat
|
Tue, 07 Apr 2009 20:52:37 +0000 |
reimar |
Error out also when reading nuv header returns with partial data and return
libavformat
|
Tue, 07 Apr 2009 20:47:56 +0000 |
bcoudurier |
set bits_per_coded_sample for rawvideo
libavformat
|
Tue, 07 Apr 2009 20:37:30 +0000 |
bcoudurier |
override mov fourcc for pcm audio, this is safer when stream copying
libavformat
|
Tue, 07 Apr 2009 18:31:14 +0000 |
rbultje |
Move av_packet_*() functions from libavformat/ to libavcodec/, where the
libavformat
|
Tue, 07 Apr 2009 12:31:28 +0000 |
aurel |
use av_freep() instead of av_free() + =NULL.
libavformat
|
Tue, 07 Apr 2009 12:28:41 +0000 |
lucabe |
Fix the copyright year
libavformat
|
Tue, 07 Apr 2009 06:41:55 +0000 |
lucabe |
Add support for H.263 video in the RTP muxer
libavformat
|
Tue, 07 Apr 2009 06:37:12 +0000 |
lucabe |
Do not return payload type 34 for H.263 (it is deprecated)
libavformat
|
Mon, 06 Apr 2009 21:04:26 +0000 |
lucabe |
Only insert the SPS and PPS NALs in sprop-parameter-sets
libavformat
|
Fri, 03 Apr 2009 15:32:31 +0000 |
michael |
Do not fail on zero packets.
libavformat
|
Thu, 02 Apr 2009 23:53:47 +0000 |
stefano |
Implement JACK input device.
libavformat
|
Thu, 02 Apr 2009 19:53:53 +0000 |
stefano |
Move AVPacket declaration from avformat.h to avcodec.h.
libavformat
|
Thu, 02 Apr 2009 12:15:04 +0000 |
cehoyos |
Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
libavformat
|
Thu, 02 Apr 2009 11:27:14 +0000 |
reimar |
Reindent
libavformat
|
Thu, 02 Apr 2009 11:26:46 +0000 |
reimar |
Support DVD subtitles in mov/mp4 as created by Nero.
libavformat
|
Thu, 02 Apr 2009 03:52:19 +0000 |
bcoudurier |
skip empty data packets in flv, fix input.flv
libavformat
|
Wed, 01 Apr 2009 00:53:34 +0000 |
mru |
Add $(ELIBS) to example/test app link command
libavformat
|
Wed, 01 Apr 2009 00:53:31 +0000 |
mru |
Make examples and test progs depend on libraries
libavformat
|
Wed, 01 Apr 2009 00:45:28 +0000 |
compn |
add another dv fourcc CDVH
libavformat
|
Mon, 30 Mar 2009 21:37:04 +0000 |
aurel |
matroska: add support for MLP and TRUEHD codec tags
libavformat
|
Mon, 30 Mar 2009 13:09:44 +0000 |
diego |
Fix timefilter test program build without previously building libavformat.
libavformat
|
Sun, 29 Mar 2009 14:42:52 +0000 |
diego |
Globally ignore all example binaries.
libavformat
|
Sun, 29 Mar 2009 14:35:20 +0000 |
diego |
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
libavformat
|
Sat, 28 Mar 2009 03:54:31 +0000 |
rbultje |
Don't strip the first three characters off of any metadata in ASF file.
libavformat
|
Fri, 27 Mar 2009 21:36:44 +0000 |
lucabe |
Make rtp_write_header() fail in case of unsupported payload type
libavformat
|
Fri, 27 Mar 2009 17:06:39 +0000 |
diego |
Move output-example dependency declaration after subdir.mak include so that it is
libavformat
|
Fri, 27 Mar 2009 00:01:06 +0000 |
diego |
Move output_example.c --> libavformat/output-example.c.
libavformat
|
Thu, 26 Mar 2009 12:41:11 +0000 |
diego |
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test
libavformat
|
Thu, 26 Mar 2009 01:34:02 +0000 |
ramiro |
Use intptr_t when casting pointers to int.
libavformat
|
Wed, 25 Mar 2009 18:19:20 +0000 |
diego |
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
libavformat
|
Wed, 25 Mar 2009 06:07:13 +0000 |
bcoudurier |
set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v
libavformat
|
Tue, 24 Mar 2009 03:24:59 +0000 |
rbultje |
strchr(string, '\0') returns non-NULL, and is thus not suited for use in
libavformat
|
Sun, 22 Mar 2009 23:13:21 +0000 |
diego |
Rename 'tests' target to 'testprogs'. It is too easily confused with the
libavformat
|
Sun, 22 Mar 2009 16:10:37 +0000 |
aurel |
handle id3v2 'genre' tag formated as '%d'
libavformat
|
Sun, 22 Mar 2009 13:05:13 +0000 |
rbultje |
Remove alpha channel from default colorspace tables, since it is unused. See
libavformat
|
Sun, 22 Mar 2009 12:47:16 +0000 |
rbultje |
Add a @todo with a comment from Kostya so we don't forget to optimize that at
libavformat
|
Sun, 22 Mar 2009 07:40:22 +0000 |
kostya |
Add AURA 1 and 2 codec IDs and register their FOURCCs
libavformat
|
Sun, 22 Mar 2009 03:52:55 +0000 |
bcoudurier |
allocate tracks instead of using MAX_STREAMS
libavformat
|
Sun, 22 Mar 2009 02:47:35 +0000 |
bcoudurier |
since code now use get_bits_long, allocate padding buffer
libavformat
|
Sun, 22 Mar 2009 02:04:28 +0000 |
bcoudurier |
avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835
libavformat
|
Sat, 21 Mar 2009 23:29:34 +0000 |
bcoudurier |
reset codec width/height for h264 forcing decoder to parse extradata
libavformat
|
Sat, 21 Mar 2009 21:02:08 +0000 |
rbultje |
Remove slash-skipping code because the function called right after that
libavformat
|
Sat, 21 Mar 2009 21:00:51 +0000 |
rbultje |
Reindent something where a if () --> { <-- is on a newline rather than on the
libavformat
|
Sat, 21 Mar 2009 20:59:59 +0000 |
rbultje |
Free metadata if already allocated; fixes a memleak if the header occurs twice
libavformat
|
Sat, 21 Mar 2009 20:58:41 +0000 |
rbultje |
Fix silly bug in hex_to_data() where it compares a string pointer for whether
libavformat
|
Sat, 21 Mar 2009 20:56:57 +0000 |
rbultje |
Remove useless comment about something that is deprecated. See summary in
libavformat
|
Sat, 21 Mar 2009 20:55:52 +0000 |
rbultje |
Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".
libavformat
|
Sat, 21 Mar 2009 20:54:47 +0000 |
rbultje |
Merge functional code from get_word() and get_word_sep() into a single
libavformat
|
Sat, 21 Mar 2009 20:46:36 +0000 |
rbultje |
Allow (and parse) incoming server messages (notices) interleaved with TCP
libavformat
|
Sat, 21 Mar 2009 20:44:46 +0000 |
rbultje |
Add a @todo item to use ByteIOContext instead of URLContext at some point in
libavformat
|
Sat, 21 Mar 2009 20:34:24 +0000 |
rbultje |
Remove index writing in RM muxer, since it is broken (multiple streams per
libavformat
|
Sat, 21 Mar 2009 19:19:09 +0000 |
rbultje |
Don't allow to sync on packets of zero-size length, since these are never
libavformat
|
Sat, 21 Mar 2009 19:18:07 +0000 |
rbultje |
Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length
libavformat
|
Sat, 21 Mar 2009 15:52:14 +0000 |
kostya |
Make Smacker audio decoder output audio in original bit depth
libavformat
|
Sat, 21 Mar 2009 08:22:36 +0000 |
conrad |
Reindent
libavformat
|
Sat, 21 Mar 2009 08:22:09 +0000 |
conrad |
Fix Speex header parsing in ogg demuxer
libavformat
|
Sat, 21 Mar 2009 08:03:30 +0000 |
conrad |
Document ogg_codec's header function
libavformat
|
Sat, 21 Mar 2009 07:36:25 +0000 |
bcoudurier |
fix compilation when DEBUG_SEEK is defined
libavformat
|
Sat, 21 Mar 2009 07:35:52 +0000 |
bcoudurier |
fix valid seeking range
libavformat
|
Sat, 21 Mar 2009 00:50:51 +0000 |
bcoudurier |
protect realloc overflow
libavformat
|
Sat, 21 Mar 2009 00:49:14 +0000 |
jbr |
seek backwards 4 bytes if 'fLaC' marker is not found
libavformat
|
Fri, 20 Mar 2009 17:23:45 +0000 |
cehoyos |
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
libavformat
|
Fri, 20 Mar 2009 01:44:45 +0000 |
bcoudurier |
resync ffm if error in stream
libavformat
|
Fri, 20 Mar 2009 01:39:55 +0000 |
bcoudurier |
typo, fix eof check
libavformat
|
Fri, 20 Mar 2009 01:23:33 +0000 |
bcoudurier |
do not write ffm write index by default, detect if file is being written and return EOF
libavformat
|
Fri, 20 Mar 2009 01:22:51 +0000 |
rbultje |
Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec
libavformat
|
Fri, 20 Mar 2009 01:11:08 +0000 |
rbultje |
Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a
libavformat
|
Thu, 19 Mar 2009 21:57:14 +0000 |
bcoudurier |
set avi fsize to INT64_MAX if riff tag end is not set and file size is not available
libavformat
|
Thu, 19 Mar 2009 21:54:34 +0000 |
bcoudurier |
move max analyze duration check before considering new packet
libavformat
|
Thu, 19 Mar 2009 21:46:56 +0000 |
ramiro |
Support raw TrueHD files
libavformat
|
Thu, 19 Mar 2009 21:23:39 +0000 |
ramiro |
Split TrueHD decoder from MLP
libavformat
|
Thu, 19 Mar 2009 18:13:42 +0000 |
alexc |
MOV: Use the AOT enum for the mp4_audio_types mapping.
libavformat
|
Wed, 18 Mar 2009 14:03:40 +0000 |
reimar |
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
libavformat
|
Wed, 18 Mar 2009 13:17:23 +0000 |
reimar |
Add a special guidcmp function to compare ASF guids, to avoid the many
libavformat
|
Tue, 17 Mar 2009 18:35:58 +0000 |
rbultje |
Fix wrong @file tag.
libavformat
|
Tue, 17 Mar 2009 12:35:55 +0000 |
rbultje |
Reindent after r18023.
libavformat
|
Tue, 17 Mar 2009 12:34:57 +0000 |
rbultje |
Add RTP/ASF header parsing, which is part of the SDP of these streams. See
libavformat
|
Tue, 17 Mar 2009 12:27:32 +0000 |
diego |
cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com
libavformat
|
Mon, 16 Mar 2009 20:49:52 +0000 |
reimar |
Extend mov edit list support to work for a first padding entry with
libavformat
|
Mon, 16 Mar 2009 20:22:39 +0000 |
mru |
rmdec: fix crash at end of file
libavformat
|
Mon, 16 Mar 2009 16:24:38 +0000 |
alexc |
Cosmetics: Re-indent after last commit
libavformat
|
Mon, 16 Mar 2009 16:14:36 +0000 |
alexc |
MOV: Support stz2 "Compact Sample Size Box"
libavformat
|
Mon, 16 Mar 2009 13:23:29 +0000 |
rbultje |
More reindent, forgotten in previous commit.
libavformat
|
Mon, 16 Mar 2009 13:03:23 +0000 |
rbultje |
Parse index chunk so that seeking in modern .rm files becomes a lot faster.
libavformat
|
Mon, 16 Mar 2009 13:01:02 +0000 |
rbultje |
Reindent after r18010.
libavformat
|
Mon, 16 Mar 2009 12:59:18 +0000 |
rbultje |
Mark the first output audio frame as keyframe (separate patch from previous,
libavformat
|
Mon, 16 Mar 2009 12:57:49 +0000 |
rbultje |
Remove packet returning in ff_rm_parse_packet() if we're using the packet
libavformat
|
Mon, 16 Mar 2009 12:50:12 +0000 |
rbultje |
Reindent after r18005.
libavformat
|
Mon, 16 Mar 2009 12:47:34 +0000 |
rbultje |
Merge code for packet reading in "old" (.ra, audio-only) Realmedia files and
libavformat
|
Mon, 16 Mar 2009 06:46:57 +0000 |
bcoudurier |
cosmetics, remove useless braces
libavformat
|
Mon, 16 Mar 2009 06:46:28 +0000 |
bcoudurier |
simplify printing
libavformat
|
Mon, 16 Mar 2009 06:44:16 +0000 |
bcoudurier |
reindent
libavformat
|
Mon, 16 Mar 2009 06:43:38 +0000 |
bcoudurier |
fix trkn metadata parsing
libavformat
|
Mon, 16 Mar 2009 06:06:05 +0000 |
bcoudurier |
move read_udta_string up to avoid forward declaration
libavformat
|
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
|