Wed, 02 Jun 2010 21:57:30 +0000 |
stefano |
Make write_streamheader() and write_headers() accept an
libavformat
|
Wed, 02 Jun 2010 10:54:53 +0000 |
stefano |
Make the error message issued in case of invalid codec tag more
libavformat
|
Tue, 01 Jun 2010 20:00:26 +0000 |
rbultje |
Change default number of channels (used if unspecified in the format desc)
libavformat
|
Tue, 01 Jun 2010 19:49:21 +0000 |
michael |
Print an error when MAX_STREAMS is reached.
libavformat
|
Tue, 01 Jun 2010 07:46:23 +0000 |
mstorsjo |
Declare the url_write buffer parameter as const
libavformat
|
Mon, 31 May 2010 10:47:36 +0000 |
pross |
Prevent au_read_packet() looping endlessly when .au file contains unsupported codec type.
libavformat
|
Fri, 28 May 2010 18:21:57 +0000 |
rbultje |
Reindent after r23361.
libavformat
|
Fri, 28 May 2010 18:21:25 +0000 |
rbultje |
Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxing
libavformat
|
Fri, 28 May 2010 18:18:33 +0000 |
rbultje |
Move rm_codec_tags to rm.c so muxer/demuxer can share it.
libavformat
|
Thu, 27 May 2010 21:23:04 +0000 |
conrad |
On2 IVF demuxer
libavformat
|
Thu, 27 May 2010 17:11:37 +0000 |
michael |
Make sure that when the parser is feeded with frame==packet that the
libavformat
|
Wed, 26 May 2010 22:26:19 +0000 |
stefano |
Add support for the newly added Nut codec tags (added in Nut r669):
libavformat
|
Wed, 26 May 2010 04:22:52 +0000 |
alexc |
Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its own packet.
libavformat
|
Wed, 26 May 2010 04:20:32 +0000 |
alexc |
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once.
libavformat
|
Tue, 25 May 2010 22:55:12 +0000 |
aurel |
matroskadec: avoid potential crash after r23169
libavformat
|
Tue, 25 May 2010 15:39:32 +0000 |
rbultje |
We're using generic tag-to-ID functions, so specific codec_id assignments
libavformat
|
Tue, 25 May 2010 10:35:50 +0000 |
cehoyos |
Samsung uses SIPP as FourCC for MPEG-4 ASP.
libavformat
|
Tue, 25 May 2010 07:01:04 +0000 |
kostya |
24l trocadero: RTMP reader forgot to shift high byte of timestamp to its
libavformat
|
Mon, 24 May 2010 23:37:33 +0000 |
bcoudurier |
In ogg muxer, use random serial number of each ogg streams
libavformat
|
Mon, 24 May 2010 21:59:32 +0000 |
rbultje |
MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.
libavformat
|
Mon, 24 May 2010 20:35:01 +0000 |
stefano |
Add missing codec id <-> codec tag entries:
libavformat
|
Mon, 24 May 2010 17:49:26 +0000 |
reimar |
Add -f framemd5 muxer similar to framecrc.
libavformat
|
Mon, 24 May 2010 16:42:16 +0000 |
jai_menon |
Display a more descriptive log message when probe buffer limit is
libavformat
|
Mon, 24 May 2010 12:32:13 +0000 |
cehoyos |
Skip pes payload during probing to avoid start code emulation.
libavformat
|
Mon, 24 May 2010 08:58:19 +0000 |
conrad |
matroskaenc: Write codec time base as default duration for video tracks.
libavformat
|
Sun, 23 May 2010 23:33:38 +0000 |
reimar |
Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many
libavformat
|
Sun, 23 May 2010 22:20:04 +0000 |
conrad |
matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhere
libavformat
|
Sun, 23 May 2010 22:01:27 +0000 |
banan |
10l, now the score is reduced
libavformat
|
Sun, 23 May 2010 21:56:54 +0000 |
banan |
Fix detection of some stereo atrac files by not comparing the
libavformat
|
Sun, 23 May 2010 21:10:05 +0000 |
bcoudurier |
oups, 100l, revert unrelated hunk from commit r23266
libavformat
|
Sun, 23 May 2010 21:06:11 +0000 |
bcoudurier |
write 3gp perf tag for artist metadata
libavformat
|
Sun, 23 May 2010 21:04:39 +0000 |
bcoudurier |
albm 3gp tag has optional track field not date
libavformat
|
Sun, 23 May 2010 21:03:14 +0000 |
bcoudurier |
change author metadata to artist in mov de/muxer
libavformat
|
Sun, 23 May 2010 18:34:18 +0000 |
stefano |
Make the nut decoder read the ff_nut_video_tags to detect codec id of
libavformat
|
Sun, 23 May 2010 18:34:15 +0000 |
stefano |
Define ff_nut_video_tags and make Nut muxer and demuxer set it in
libavformat
|
Sun, 23 May 2010 13:07:33 +0000 |
reimar |
Add a md5 muxer that allows checking the md5 sums of generated streams without
libavformat
|
Sun, 23 May 2010 08:53:40 +0000 |
mstorsjo |
Make ff_random_get_seed public, rename to av_get_random_seed, export the header
libavformat
|
Sat, 22 May 2010 21:52:06 +0000 |
stefano |
Make av_write_header() return AVERROR(EINVAL) rather than -1 if the
libavformat
|
Sat, 22 May 2010 21:52:02 +0000 |
stefano |
Store in a dedicated array the format name - codec id - codec type
libavformat
|
Sat, 22 May 2010 16:01:32 +0000 |
cehoyos |
Move AVCodecTag from riff.h into internal.h.
libavformat
|
Sat, 22 May 2010 15:56:49 +0000 |
stefano |
Prefer enum CodecID over int in ff_codec_get_tag().
libavformat
|
Sat, 22 May 2010 01:41:38 +0000 |
conrad |
matroskaenc: Don't write track timecode scale
libavformat
|
Sat, 22 May 2010 01:41:35 +0000 |
conrad |
matroskadec: Allow unknown EBML doctype
libavformat
|
Sat, 22 May 2010 01:41:32 +0000 |
conrad |
matroskadec: Support webm doctype
libavformat
|
Fri, 21 May 2010 21:41:38 +0000 |
bcoudurier |
remove unused field
libavformat
|
Fri, 21 May 2010 21:38:54 +0000 |
bcoudurier |
In ogg muxer, pack multiple frames into one page, much lower overhead
libavformat
|
Fri, 21 May 2010 07:12:33 +0000 |
mstorsjo |
Change the default codecs for the rtsp muxer to mpeg4 and aac
libavformat
|
Fri, 21 May 2010 07:08:29 +0000 |
mstorsjo |
Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer
libavformat
|
Fri, 21 May 2010 07:07:57 +0000 |
mstorsjo |
Add a libavformat internal function ff_write_chained
libavformat
|
Thu, 20 May 2010 18:34:44 +0000 |
michael |
Disable non interleaved avi code when there is no index available.
libavformat
|
Wed, 19 May 2010 16:50:12 +0000 |
conrad |
Add VP80 fourcc
libavformat
|
Wed, 19 May 2010 16:50:06 +0000 |
conrad |
matroska: Add V_VP8
libavformat
|
Wed, 19 May 2010 09:46:29 +0000 |
mstorsjo |
Fix a crash when opening WMS RTSP streams
libavformat
|
Wed, 19 May 2010 08:13:13 +0000 |
mstorsjo |
Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT
libavformat
|
Tue, 18 May 2010 21:21:37 +0000 |
conrad |
matroskadec: Free ebml binary buffer on error
libavformat
|
Tue, 18 May 2010 21:21:32 +0000 |
conrad |
matroskadec: Fix buffer overread in matroska_ebmlnum_uint
libavformat
|
Tue, 18 May 2010 21:21:28 +0000 |
conrad |
matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the file
libavformat
|
Tue, 18 May 2010 21:21:23 +0000 |
conrad |
matroskadec: Use av_freep in ebml_read_ascii
libavformat
|
Tue, 18 May 2010 19:48:25 +0000 |
mstorsjo |
Use a heuristic for describing the RTP packets using sample data
libavformat
|
Tue, 18 May 2010 19:47:24 +0000 |
mstorsjo |
Add initial support for RTP hinting in the mov muxer
libavformat
|
Tue, 18 May 2010 19:40:17 +0000 |
mstorsjo |
Make mov_write_packet non-static, add ff_ prefix
libavformat
|
Tue, 18 May 2010 19:38:37 +0000 |
mstorsjo |
Move the mov muxer structures to a separate header
libavformat
|
Tue, 18 May 2010 19:34:21 +0000 |
mstorsjo |
Add a flag for enabling RTP hinting
libavformat
|
Tue, 18 May 2010 19:32:59 +0000 |
mstorsjo |
Make ff_sdp_write_media a lavf-internal function
libavformat
|
Tue, 18 May 2010 19:23:29 +0000 |
cehoyos |
Validate AVCodecTag vs CodecID.
libavformat
|
Tue, 18 May 2010 19:16:40 +0000 |
cehoyos |
Factorize some code into the new function ff_toupper4().
libavformat
|
Tue, 18 May 2010 17:28:07 +0000 |
bcoudurier |
In ts demuxer, output pes packet as soon as they are complete.
libavformat
|
Mon, 17 May 2010 18:12:58 +0000 |
bcoudurier |
set avg frame rate in mkv demuxer
libavformat
|
Sun, 16 May 2010 07:56:31 +0000 |
stefano |
Add NV12 and NV21 AVI tags.
libavformat
|
Fri, 14 May 2010 22:04:39 +0000 |
bcoudurier |
Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.
libavformat
|
Thu, 13 May 2010 15:41:49 +0000 |
rbultje |
Reindent after r23112.
libavformat
|
Thu, 13 May 2010 15:39:40 +0000 |
rbultje |
Move handling of paletted data to the IFF demuxer. This allows future
libavformat
|
Wed, 12 May 2010 22:17:29 +0000 |
stefano |
Doxygen av_codec_get_id() and av_codec_get_tag().
libavformat
|
Sun, 09 May 2010 23:19:19 +0000 |
cehoyos |
Add FourCC MJPG for CODEC_ID_JPEGLS.
libavformat
|
Sun, 09 May 2010 22:56:04 +0000 |
stefano |
Add support to the Y411 codec tag, corresponding to the rawvideo pixel
libavformat
|
Sun, 09 May 2010 22:56:02 +0000 |
stefano |
Make the nut demuxer issue a more meaningful error message if it
libavformat
|
Sun, 09 May 2010 20:10:48 +0000 |
rbultje |
Replace usage of s->streams[0]->* with st->*, which is shorter.
libavformat
|
Fri, 07 May 2010 08:08:09 +0000 |
michael |
Favor chunk size over hitting the correct position after reading the chunk size in asf.
libavformat
|
Wed, 05 May 2010 17:26:59 +0000 |
cehoyos |
Parse IFF metadata.
libavformat
|
Wed, 05 May 2010 08:41:10 +0000 |
conrad |
movenc: Write QuickTime chapters
libavformat
|
Wed, 05 May 2010 08:41:06 +0000 |
conrad |
movenc: Swap positions of mov_write_header and mov_write_packet
libavformat
|
Wed, 05 May 2010 08:41:01 +0000 |
conrad |
mov: Read nero chapters
libavformat
|
Tue, 04 May 2010 17:17:16 +0000 |
cehoyos |
Do not use pkt->size when it is potentially uninitialized.
libavformat
|
Sat, 01 May 2010 15:36:51 +0000 |
reimar |
Fix off-by-one errors in description of score_max argument for
libavformat
|
Sat, 01 May 2010 13:49:35 +0000 |
reimar |
Export av_probe_input_format2.
libavformat
|
Wed, 28 Apr 2010 20:00:23 +0000 |
michael |
Add version to AVClass so we can add to and use fields of AVClass without ABI issues.
libavformat
|
Wed, 28 Apr 2010 07:57:07 +0000 |
cehoyos |
Fix FourCC when remuxing VP6F, regression introduced in r22941.
libavformat
|
Tue, 27 Apr 2010 14:04:11 +0000 |
rbultje |
Reindent after rr22977.
libavformat
|
Tue, 27 Apr 2010 14:03:47 +0000 |
rbultje |
Make the IFF demuxer a little more standards-compliant, e.g. respect the size
libavformat
|
Mon, 26 Apr 2010 22:36:51 +0000 |
stefano |
Make file_open() return the error code set in errno if open() fails,
libavformat
|
Sun, 25 Apr 2010 14:27:42 +0000 |
stefano |
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
libavformat
|
Thu, 22 Apr 2010 20:34:30 +0000 |
bcoudurier |
Disable LATM AAC in mpegts, this is not supported and produce too many
libavformat
|
Thu, 22 Apr 2010 12:54:50 +0000 |
jai_menon |
Fix off-by-1 error in the tag parsing code.
libavformat
|
Thu, 22 Apr 2010 09:04:33 +0000 |
thardin |
Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the Deep".
libavformat
|
Thu, 22 Apr 2010 08:57:28 +0000 |
cehoyos |
Support VP6F in Matroska.
libavformat
|
Wed, 21 Apr 2010 21:19:25 +0000 |
stefano |
Do not initialize res in url_fseek(), in the case !s->seek directly
libavformat
|
Wed, 21 Apr 2010 13:00:48 +0000 |
vitor |
Fix MTV decoding on big-endian systems
libavformat
|
Wed, 21 Apr 2010 06:36:09 +0000 |
conrad |
mov: Read QuickTime chapters
libavformat
|
Wed, 21 Apr 2010 06:36:05 +0000 |
conrad |
movenc: Write nero chapters
libavformat
|
Tue, 20 Apr 2010 21:23:49 +0000 |
bcoudurier |
seems aac gets screwed up by the parser so disable it
libavformat
|
Tue, 20 Apr 2010 21:19:27 +0000 |
bcoudurier |
parse stream headers for audio streams in mkv, needed for frame size
libavformat
|
Tue, 20 Apr 2010 18:40:45 +0000 |
rbultje |
Reindent / reformat some code with broken indenting.
libavformat
|
Tue, 20 Apr 2010 17:05:02 +0000 |
rbultje |
Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.
libavformat
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavformat
|
Tue, 20 Apr 2010 14:41:55 +0000 |
diego |
Add missing internal.h #include for brktimegm(), fixes the warning:
libavformat
|
Tue, 20 Apr 2010 07:38:52 +0000 |
mstorsjo |
Reset RTCP timestamps after seeking, add range start offset to the packets timestamps
libavformat
|
Tue, 20 Apr 2010 07:34:28 +0000 |
mstorsjo |
Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext
libavformat
|
Tue, 20 Apr 2010 01:41:00 +0000 |
bcoudurier |
Set AVFMT_NOTIMESTAMPS flag for mp3 muxer
libavformat
|
Mon, 19 Apr 2010 11:40:45 +0000 |
lu_zero |
Make rtp protocol obey rfc3550
libavformat
|
Sun, 18 Apr 2010 19:09:25 +0000 |
stefano |
Implement librtmp seek support.
libavformat
|
Sun, 18 Apr 2010 19:09:22 +0000 |
stefano |
Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.
libavformat
|
Sun, 18 Apr 2010 17:37:21 +0000 |
stefano |
Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if
libavformat
|
Sun, 18 Apr 2010 17:37:16 +0000 |
stefano |
Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in
libavformat
|
Fri, 16 Apr 2010 20:36:24 +0000 |
mstorsjo |
Parse strf mov atoms
libavformat
|
Fri, 16 Apr 2010 12:21:38 +0000 |
conrad |
oggdec: Move warning about missing granule to the correct place
libavformat
|
Fri, 16 Apr 2010 12:21:35 +0000 |
conrad |
oggdec: Fix duration calculation if the last page in a file has no granule
libavformat
|
Fri, 16 Apr 2010 12:21:29 +0000 |
conrad |
oggdec: Remove write-only variable
libavformat
|
Fri, 16 Apr 2010 00:20:11 +0000 |
ramiro |
AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
libavformat
|
Thu, 15 Apr 2010 18:27:27 +0000 |
rbultje |
Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error).
libavformat
|
Thu, 15 Apr 2010 13:30:12 +0000 |
rbultje |
Remove useless assert(), since this can (in theora) be used for any Xiph
libavformat
|
Tue, 13 Apr 2010 22:11:21 +0000 |
diego |
Plug librtmp logging into av_log.
libavformat
|
Tue, 13 Apr 2010 22:08:36 +0000 |
diego |
whitespace cosmetics
libavformat
|
Tue, 13 Apr 2010 07:25:50 +0000 |
benoit |
Do not probe when the format is known.
libavformat
|
Tue, 13 Apr 2010 01:19:59 +0000 |
vitor |
Use a suitable timebase in VQF demuxer
libavformat
|
Mon, 12 Apr 2010 15:03:30 +0000 |
cehoyos |
Do not set pos to an error value.
libavformat
|
Mon, 12 Apr 2010 07:24:30 +0000 |
thardin |
Predicting the size of the hdlr, string data and trkn tags in the MOV muxer
libavformat
|
Sun, 11 Apr 2010 21:44:23 +0000 |
stefano |
Move the internal function declarations in avformat.h to internal.h.
libavformat
|
Sun, 11 Apr 2010 12:21:30 +0000 |
cehoyos |
Set audio bit rate.
libavformat
|
Sun, 11 Apr 2010 00:43:36 +0000 |
michael |
Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.
libavformat
|
Fri, 09 Apr 2010 22:39:39 +0000 |
michael |
Dont try to compute AVPacket duration for possibly interlaced video codecs
libavformat
|
Thu, 08 Apr 2010 09:47:32 +0000 |
thardin |
Seeking forward in non-seekable media by discarding data, regardless of how far to seek. Won't SEEK_END unless forced though.
libavformat
|
Thu, 08 Apr 2010 09:02:27 +0000 |
thardin |
Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced.
libavformat
|
Wed, 07 Apr 2010 19:40:46 +0000 |
banan |
Don't write an empty spdif header in spdif muxers write_header function before actual data starts.
libavformat
|
Mon, 05 Apr 2010 19:50:45 +0000 |
rbultje |
Actually add flag (somehow got lost in my previous patchset?), fixes broken
libavformat
|
Mon, 05 Apr 2010 19:46:55 +0000 |
rbultje |
Add a flag to not overwrite existing tags
libavformat
|
Mon, 05 Apr 2010 17:26:06 +0000 |
mstorsjo |
Reindent
libavformat
|
Mon, 05 Apr 2010 17:25:39 +0000 |
mstorsjo |
Fix leaks in the AAC RTP depacketizer
libavformat
|
Mon, 05 Apr 2010 16:13:51 +0000 |
rbultje |
Add void to a function prototype that takes no arguments. Fixes a potential
libavformat
|
Sun, 04 Apr 2010 22:19:42 +0000 |
michael |
Fix rounding direction for calculation of AVPacket.duration.
libavformat
|
Sun, 04 Apr 2010 21:59:06 +0000 |
mstorsjo |
Zero-initialize the reply struct
libavformat
|
Sun, 04 Apr 2010 14:21:29 +0000 |
stefano |
Implement support to the AVSEEK_SIZE operation in file_seek().
libavformat
|
Sun, 04 Apr 2010 12:20:10 +0000 |
michael |
Allow AVFormatContext.duration to be set if no individual stream duration is known.
libavformat
|
Sat, 03 Apr 2010 14:15:00 +0000 |
stefano |
Replace all remaining occurrences of AVERROR_NOMEM with
libavformat
|
Sat, 03 Apr 2010 12:16:33 +0000 |
mstorsjo |
Remove a redundant assignment, found by clang
libavformat
|
Fri, 02 Apr 2010 22:08:57 +0000 |
rbultje |
Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating
libavformat
|
Fri, 02 Apr 2010 20:14:55 +0000 |
rbultje |
ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.
libavformat
|
Fri, 02 Apr 2010 14:58:55 +0000 |
rbultje |
Another uninitialized value.
libavformat
|
Fri, 02 Apr 2010 14:58:03 +0000 |
rbultje |
Fix uninitialized value in codepath.
libavformat
|
Fri, 02 Apr 2010 14:56:59 +0000 |
rbultje |
Remove dead initialization.
libavformat
|
Fri, 02 Apr 2010 14:55:01 +0000 |
rbultje |
Remove dead initialization.
libavformat
|
Fri, 02 Apr 2010 11:33:02 +0000 |
mstorsjo |
Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_
libavformat
|
Thu, 01 Apr 2010 21:43:22 +0000 |
rbultje |
Merge Vorbis / Theora depayloaders.
libavformat
|
Thu, 01 Apr 2010 21:42:10 +0000 |
rbultje |
Reindent after r22766.
libavformat
|
Thu, 01 Apr 2010 21:41:48 +0000 |
rbultje |
Rename functions / comments from "Theora" to "Xiph" where relevant.
libavformat
|
Thu, 01 Apr 2010 21:40:56 +0000 |
rbultje |
Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging
libavformat
|
Thu, 01 Apr 2010 12:09:33 +0000 |
michael |
Limit probing to probesize.
libavformat
|
Thu, 01 Apr 2010 08:02:20 +0000 |
benoit |
Fix flvdec start-of-frame.
libavformat
|
Wed, 31 Mar 2010 19:03:03 +0000 |
stefano |
Make av_match_ext() declaration public (move its declaration out of
libavformat
|
Wed, 31 Mar 2010 12:55:16 +0000 |
michael |
Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
libavformat
|
Wed, 31 Mar 2010 12:29:58 +0000 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavformat
|
Wed, 31 Mar 2010 10:45:15 +0000 |
cehoyos |
Probe aac codecs for CODEC_ID_PROBE.
libavformat
|
Wed, 31 Mar 2010 09:22:31 +0000 |
cehoyos |
Remove superfluous space from a conversion table.
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Tue, 30 Mar 2010 15:50:57 +0000 |
benoit |
Replace @returns by @return.
libavformat
|
Mon, 29 Mar 2010 22:29:14 +0000 |
stefano |
Document url_exist().
libavformat
|
Mon, 29 Mar 2010 22:17:01 +0000 |
stefano |
Implement YOP demuxer and video decoder.
libavformat
|
Mon, 29 Mar 2010 19:17:49 +0000 |
reimar |
Some spelling fixes.
libavformat
|
Mon, 29 Mar 2010 17:36:08 +0000 |
rbultje |
Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab
libavformat
|
Sun, 28 Mar 2010 13:39:36 +0000 |
stefano |
Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via
libavformat
|
Sun, 28 Mar 2010 10:31:22 +0000 |
stefano |
Document url_seek().
libavformat
|
Sun, 28 Mar 2010 09:59:58 +0000 |
vitor |
Fix NUT (de)muxer warnings:
libavformat
|
Sun, 28 Mar 2010 08:48:45 +0000 |
mstorsjo |
Initialize ssrc and base_timestamp using ff_random_get_seed()
libavformat
|
Sun, 28 Mar 2010 01:15:08 +0000 |
aurel |
correct first pts for ogg skeleton
libavformat
|
Sat, 27 Mar 2010 21:14:16 +0000 |
stefano |
Document the behavior of av_metadata_get() if the prev parameter is
libavformat
|
Sat, 27 Mar 2010 19:10:24 +0000 |
reimar |
Use more appropriate return values in txd demuxer.
libavformat
|
Sat, 27 Mar 2010 19:09:46 +0000 |
reimar |
eacdata: fix a memleak, return partial packets and use proper return values.
libavformat
|
Fri, 26 Mar 2010 16:04:38 +0000 |
mstorsjo |
Don't report EINTR from select as an error, retry select instead
libavformat
|
Fri, 26 Mar 2010 01:12:14 +0000 |
stefano |
Fix updating condition for the probe_size variable in the internal
libavformat
|
Thu, 25 Mar 2010 22:21:09 +0000 |
mstorsjo |
Reassemble the RTSP URL before replacing hostname with the numerical IP
libavformat
|
Thu, 25 Mar 2010 22:04:41 +0000 |
mstorsjo |
Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary buffer
libavformat
|
Thu, 25 Mar 2010 21:53:42 +0000 |
mstorsjo |
Remove a redundant null pointer check
libavformat
|
Thu, 25 Mar 2010 21:49:43 +0000 |
mstorsjo |
Don't force basic auth in RTSP, but retry with the server-specified method on failure
libavformat
|
Thu, 25 Mar 2010 21:48:58 +0000 |
mstorsjo |
Actually parse the auth headers in RTSP
libavformat
|
Thu, 25 Mar 2010 21:47:33 +0000 |
mstorsjo |
Make RTSP use the generic http authentication code
libavformat
|
Thu, 25 Mar 2010 21:46:14 +0000 |
mstorsjo |
Add separate method/url parameters to the rtsp_send_cmd functions
libavformat
|
Thu, 25 Mar 2010 19:47:26 +0000 |
mstorsjo |
Reindent
libavformat
|
Thu, 25 Mar 2010 14:34:19 +0000 |
jai_menon |
Matroska muxer : Don't create audio tracks for unsupported audio codecs.
libavformat
|
Thu, 25 Mar 2010 13:58:26 +0000 |
mstorsjo |
Add support for http digest authentication
libavformat
|
Thu, 25 Mar 2010 07:14:41 +0000 |
mstorsjo |
Reindent
libavformat
|
Thu, 25 Mar 2010 07:13:20 +0000 |
mstorsjo |
Add a lowercase parameter to ff_data_to_hex
libavformat
|
Wed, 24 Mar 2010 23:06:58 +0000 |
mstorsjo |
Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content
libavformat
|
Wed, 24 Mar 2010 22:44:06 +0000 |
vitor |
Fix warnings in NUT demuxer:
libavformat
|
Wed, 24 Mar 2010 22:38:48 +0000 |
lu_zero |
Issue a warning if the received CSeq isn't the expected one
libavformat
|
Wed, 24 Mar 2010 22:32:05 +0000 |
mstorsjo |
Split out http authentication handling into a separate file
libavformat
|
Wed, 24 Mar 2010 19:58:12 +0000 |
vitor |
Fix warning:
libavformat
|
Wed, 24 Mar 2010 18:52:27 +0000 |
mstorsjo |
Handle errors returned from ff_rtsp_read_reply in udp_read_packet properly
libavformat
|
Wed, 24 Mar 2010 18:40:43 +0000 |
rbultje |
Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier
libavformat
|
Wed, 24 Mar 2010 11:11:25 +0000 |
cehoyos |
Silence ridiculous gcc warning.
libavformat
|
Wed, 24 Mar 2010 10:41:58 +0000 |
benoit |
Mask away AVSEEK_FORCE properly in some checks in url_fseek()
libavformat
|
Tue, 23 Mar 2010 23:58:45 +0000 |
jbr |
Put ff_flac_write_header() in a separate C file to allow it to be shared without
libavformat
|
Tue, 23 Mar 2010 17:22:25 +0000 |
cehoyos |
Fix seeking in DV when filesize is unknown.
libavformat
|
Tue, 23 Mar 2010 08:00:37 +0000 |
mstorsjo |
Handle multiple RTSP transport options properly by adding all of them into the mask
libavformat
|
Tue, 23 Mar 2010 07:59:23 +0000 |
mstorsjo |
Parse options in the RTSP URL only from the last question mark onwards
libavformat
|
Tue, 23 Mar 2010 07:55:15 +0000 |
mstorsjo |
Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the server
libavformat
|
Mon, 22 Mar 2010 21:58:38 +0000 |
jbr |
Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's
libavformat
|
Mon, 22 Mar 2010 20:18:42 +0000 |
michael |
Dont senselessly fail on rawvideo that isnt 3 files per frame.
libavformat
|
Mon, 22 Mar 2010 16:26:29 +0000 |
mstorsjo |
RTP depacketization of Theora
libavformat
|
Mon, 22 Mar 2010 15:07:36 +0000 |
mstorsjo |
Reindent
libavformat
|
Mon, 22 Mar 2010 15:07:05 +0000 |
mstorsjo |
Add support for TCP as lower transport in the RTSP muxer
libavformat
|
Mon, 22 Mar 2010 14:44:28 +0000 |
mstorsjo |
Interpret valueless attributes in AMR ftmp lines as being 1
libavformat
|
Mon, 22 Mar 2010 14:42:52 +0000 |
mstorsjo |
Use the caller's RTSPMessageHeader in rtsp_setup_input_streams
libavformat
|
Sun, 21 Mar 2010 18:06:56 +0000 |
jbr |
Fix FLAC demuxer dependencies.
libavformat
|
Sun, 21 Mar 2010 16:34:04 +0000 |
stefano |
Make av_open_input_file() return AVERROR_INVALIDDATA rather than
libavformat
|
Sat, 20 Mar 2010 13:42:49 +0000 |
jbr |
Add Changelog entry and bump lavf micro version for the addition of
libavformat
|
Sat, 20 Mar 2010 13:39:22 +0000 |
jbr |
Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.
libavformat
|
Sat, 20 Mar 2010 13:36:43 +0000 |
jbr |
Add VorbisComment writing to FLAC files.
libavformat
|
Thu, 18 Mar 2010 00:22:58 +0000 |
stefano |
Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if end
libavformat
|
Wed, 17 Mar 2010 15:14:18 +0000 |
rbultje |
Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so that
libavformat
|
Tue, 16 Mar 2010 21:45:30 +0000 |
mru |
Fix erroneous behaviour when format probe hits end of file
libavformat
|
Mon, 15 Mar 2010 23:15:24 +0000 |
aurel |
rename av_read_frame_flush to ff_read_frame_flush
libavformat
|
Mon, 15 Mar 2010 23:14:07 +0000 |
aurel |
rename av_program_add_stream_index to ff_program_add_stream_index
libavformat
|
Mon, 15 Mar 2010 23:04:09 +0000 |
bcoudurier |
Correctly write last 0 lacing value when packet size is multiple of 255, patch by Greg Maxwell, gmaxwell at gmail dot com
libavformat
|
Mon, 15 Mar 2010 22:54:22 +0000 |
michael |
Add AVSEEK_FORCE flag to indicate that the code should attempt to seek
libavformat
|
Mon, 15 Mar 2010 22:37:14 +0000 |
aurel |
matroskadec: fix missing dependency
libavformat
|
Mon, 15 Mar 2010 19:03:48 +0000 |
jai_menon |
cosmetics : Print newline after error message.
libavformat
|
Mon, 15 Mar 2010 16:36:54 +0000 |
mstorsjo |
Reindent
libavformat
|
Mon, 15 Mar 2010 16:36:20 +0000 |
mstorsjo |
Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_packet.
libavformat
|
Mon, 15 Mar 2010 16:31:15 +0000 |
mstorsjo |
Make rtsp_skip_packet non-static, add ff prefix
libavformat
|
Mon, 15 Mar 2010 16:15:51 +0000 |
mstorsjo |
Reindent
libavformat
|
Mon, 15 Mar 2010 14:20:07 +0000 |
mstorsjo |
RTSP: Synchronize the start time of the chained RTP muxers
libavformat
|
Mon, 15 Mar 2010 10:37:12 +0000 |
mstorsjo |
Use AVFormatContext.start_time_realtime in the RTP muxer
libavformat
|
Mon, 15 Mar 2010 10:36:30 +0000 |
mstorsjo |
Move the NTP offset definitions to internal.h
libavformat
|
Mon, 15 Mar 2010 10:29:37 +0000 |
mstorsjo |
Add a new field AVFormatContext.start_time_realtime
libavformat
|
Mon, 15 Mar 2010 08:49:02 +0000 |
benoit |
riff: don't pad extradata when writing ASF.
libavformat
|
Mon, 15 Mar 2010 00:19:22 +0000 |
aurel |
matroskadec: use more appropriate error code
libavformat
|
Sun, 14 Mar 2010 23:59:48 +0000 |
aurel |
move ff_url_split() and ff_url_join() declarations to internal.h
libavformat
|
Sun, 14 Mar 2010 22:40:16 +0000 |
stefano |
Move the probe loop from av_open_input_file() into its own method
libavformat
|
Sun, 14 Mar 2010 13:38:00 +0000 |
reimar |
Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in
libavformat
|
Sat, 13 Mar 2010 19:19:44 +0000 |
stefano |
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
libavformat
|
Sat, 13 Mar 2010 05:55:57 +0000 |
conrad |
oggdec: Set packet duration for ogm streams
libavformat
|
Fri, 12 Mar 2010 23:49:06 +0000 |
aurel |
matroskadec: add support for SIPR audio tracks
libavformat
|
Fri, 12 Mar 2010 23:35:59 +0000 |
aurel |
export rm_reorder_sipr_data() for future use by matroska demuxer
libavformat
|
Fri, 12 Mar 2010 23:34:30 +0000 |
aurel |
export sipr_subpk_size for future use by matroska demuxer
libavformat
|
Fri, 12 Mar 2010 05:17:01 +0000 |
conrad |
oggdec: Pass packets to header() until the stream is done with them
libavformat
|
Fri, 12 Mar 2010 05:16:57 +0000 |
conrad |
oggdec: Parse ogm chapters
libavformat
|
Fri, 12 Mar 2010 05:16:54 +0000 |
conrad |
oggdec: Cosmetics
libavformat
|
Fri, 12 Mar 2010 05:16:51 +0000 |
conrad |
oggdec: Read ogm metadata
libavformat
|
Fri, 12 Mar 2010 05:16:47 +0000 |
conrad |
Const correctness for vorbis_comment
libavformat
|
Fri, 12 Mar 2010 05:16:44 +0000 |
conrad |
oggdec: Metadata is per-stream; don't merge multiple streams' together
libavformat
|
Fri, 12 Mar 2010 05:16:39 +0000 |
conrad |
Add ff_ prefix to vorbis_comment
libavformat
|
Thu, 11 Mar 2010 16:26:14 +0000 |
mstorsjo |
Fix a crash in the H.263 RTP packetizer
libavformat
|
Thu, 11 Mar 2010 12:29:02 +0000 |
pross |
Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packets to decoder.
libavformat
|
Thu, 11 Mar 2010 08:33:04 +0000 |
mstorsjo |
Cosmetics, break a long line, fix brace placement
libavformat
|
Thu, 11 Mar 2010 08:24:18 +0000 |
mstorsjo |
RTSP muxer: Create the SDP with the numerical IP of the peer
libavformat
|
Thu, 11 Mar 2010 07:18:00 +0000 |
conrad |
oggdec: Seek to keyframes
libavformat
|
Thu, 11 Mar 2010 07:17:56 +0000 |
conrad |
oggdec: Determine pts and filepos on a packet basis in read_timestamp
libavformat
|
Thu, 11 Mar 2010 07:17:53 +0000 |
conrad |
oggdec: Move PTS/DTS calculation to a function
libavformat
|
Thu, 11 Mar 2010 07:17:49 +0000 |
conrad |
oggdec: Fix memory leak in setting up vorbis headers
libavformat
|
Thu, 11 Mar 2010 07:17:46 +0000 |
conrad |
oggdec: Don't use ogg_stream's seq for vorbis or speex headers
libavformat
|
Thu, 11 Mar 2010 07:17:43 +0000 |
conrad |
oggdec: Fix duration calculation for streams with non-zero start
libavformat
|
Thu, 11 Mar 2010 07:17:40 +0000 |
conrad |
oggdec: Parse skeleton to determine the start time of each stream
libavformat
|
Thu, 11 Mar 2010 07:17:36 +0000 |
conrad |
oggdec: Check that we have a codec in gptopts (needed for skeleton)
libavformat
|
Thu, 11 Mar 2010 07:17:33 +0000 |
conrad |
oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h
libavformat
|
Thu, 11 Mar 2010 07:17:29 +0000 |
conrad |
oggdec: Set data_offset to the right value
libavformat
|
Thu, 11 Mar 2010 07:17:24 +0000 |
conrad |
oggdec: Save offset of the page needed to reconstruct the current packet
libavformat
|
Wed, 10 Mar 2010 22:21:39 +0000 |
mstorsjo |
Make the ntp_time function available to other parts of libavformat, as ff_ntp_time
libavformat
|
Wed, 10 Mar 2010 14:26:15 +0000 |
benoit |
Fix ffm_close return type.
libavformat
|
Wed, 10 Mar 2010 13:17:50 +0000 |
vitor |
Fix memory leak in FFM demuxer
libavformat
|
Wed, 10 Mar 2010 09:20:32 +0000 |
bcoudurier |
In mpegts muxer, free adts context and temporary data
libavformat
|
Wed, 10 Mar 2010 09:19:14 +0000 |
bcoudurier |
reindent
libavformat
|
Wed, 10 Mar 2010 07:44:51 +0000 |
mstorsjo |
Include os_support.h which has a fallback declaration of socklen_t
libavformat
|
Wed, 10 Mar 2010 07:43:56 +0000 |
mstorsjo |
Using struct timeval requires sys/time.h, fixes compilation on some OSes
libavformat
|
Tue, 09 Mar 2010 16:04:41 +0000 |
mstorsjo |
Use rt->control_uri consequently instead of s->filename in all RTSP commands
libavformat
|
Tue, 09 Mar 2010 15:19:23 +0000 |
michael |
Add special case to avoid binary search when appending index entries.
libavformat
|
Tue, 09 Mar 2010 14:59:40 +0000 |
mstorsjo |
RTSP: Resolve and use the actual IP address of the peer we're connected to,
libavformat
|
Tue, 09 Mar 2010 12:37:13 +0000 |
pross |
Remove static function name prefixes from American Laser Games MM demuxer
libavformat
|
Tue, 09 Mar 2010 12:32:08 +0000 |
pross |
Ensure Bink demuxer returns AVERROR code when av_get_packet() fails
libavformat
|
Tue, 09 Mar 2010 04:23:36 +0000 |
conrad |
mkvenc: Handle negative timestamps correctly
libavformat
|
Tue, 09 Mar 2010 04:23:33 +0000 |
conrad |
mkvenc: Don't try to write packets with unknown timestamps
libavformat
|
Tue, 09 Mar 2010 04:23:28 +0000 |
conrad |
mkvenc: write dts for VFW mode
libavformat
|
Tue, 09 Mar 2010 01:53:16 +0000 |
bcoudurier |
Fix encoder metadata string langcode in mov muxer
libavformat
|
Tue, 09 Mar 2010 01:21:09 +0000 |
bcoudurier |
Correctly mark mov metadata as utf-8, using iso language code
libavformat
|
Tue, 09 Mar 2010 01:03:42 +0000 |
bcoudurier |
In mov demuxer, convert mac encoded strings to utf-8
libavformat
|
Tue, 09 Mar 2010 01:03:09 +0000 |
daniel |
Kega Game Video (KGV1) decoder
libavformat
|
Tue, 09 Mar 2010 00:46:26 +0000 |
bcoudurier |
Preallocate index entries in mov demuxer, huge speedup
libavformat
|
Tue, 09 Mar 2010 00:18:49 +0000 |
bcoudurier |
In mpegts muxer, write adts header if aac bitstream does not contain it
libavformat
|
Mon, 08 Mar 2010 23:59:05 +0000 |
bcoudurier |
In mpegts muxer, search for h264 aud nal, it might not be the first nal.
libavformat
|
Mon, 08 Mar 2010 23:51:53 +0000 |
stefano |
Remove definition of match_ext(), which is declared under #ifdef
libavformat
|
Mon, 08 Mar 2010 23:46:19 +0000 |
bcoudurier |
mpegts vbr muxing, activated when muxing rate is not supplied by the
libavformat
|
Mon, 08 Mar 2010 23:46:04 +0000 |
stefano |
Replace last occurrence of the deprecated match_ext() with
libavformat
|
Mon, 08 Mar 2010 22:44:03 +0000 |
bcoudurier |
Start continuity counter at 0 for pmt as well
libavformat
|
Mon, 08 Mar 2010 20:59:00 +0000 |
bcoudurier |
Start continuity counter at 0 for streams
libavformat
|
Mon, 08 Mar 2010 20:57:42 +0000 |
bcoudurier |
10l typo, fix ts total bit rate computation
libavformat
|
Mon, 08 Mar 2010 18:43:27 +0000 |
mru |
Move resolve_host() to ffserver.c
libavformat
|
Mon, 08 Mar 2010 13:13:18 +0000 |
benoit |
Use ASF supports "markers" which are a name and a time stamp to create
libavformat
|
Mon, 08 Mar 2010 09:07:41 +0000 |
mstorsjo |
Add doxygen documentation for ff_url_split
libavformat
|
Mon, 08 Mar 2010 09:05:03 +0000 |
mstorsjo |
Reindent
libavformat
|
Mon, 08 Mar 2010 09:03:25 +0000 |
mstorsjo |
Rename url_split to ff_url_split
libavformat
|
Mon, 08 Mar 2010 03:46:37 +0000 |
mru |
Revert "Move the probe loop from av_open_input_file() into its own method"
libavformat
|
Mon, 08 Mar 2010 02:36:00 +0000 |
mru |
IFF: move ff_cmap_read_palette() prototype to a header file
libavformat
|
Mon, 08 Mar 2010 00:40:22 +0000 |
stefano |
Fix concat seeking SEEK_END case.
libavformat
|
Mon, 08 Mar 2010 00:22:03 +0000 |
stefano |
Fix concat seek result.
libavformat
|
Mon, 08 Mar 2010 00:00:50 +0000 |
alexc |
av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signaling.
libavformat
|
Sun, 07 Mar 2010 23:10:18 +0000 |
cehoyos |
Fix pts->dts conversion init for non-zero initial value for pts.
libavformat
|
Sun, 07 Mar 2010 22:42:11 +0000 |
stefano |
Move the probe loop from av_open_input_file() into its own method
libavformat
|
Sun, 07 Mar 2010 19:49:02 +0000 |
conrad |
inet_aton needs _DARWIN_C_SOURCE on OS X
libavformat
|
Sun, 07 Mar 2010 19:48:59 +0000 |
conrad |
Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c
libavformat
|
Sun, 07 Mar 2010 08:52:53 +0000 |
kostya |
1l trocadero: forgot reference operator on bytestream_get_be32() argument
libavformat
|
Sun, 07 Mar 2010 02:35:45 +0000 |
conrad |
Add internal.h include for av_read_frame_flush prototype
libavformat
|
Sun, 07 Mar 2010 02:26:34 +0000 |
conrad |
Fix warning about incompatible pointer types
libavformat
|
Sun, 07 Mar 2010 02:26:30 +0000 |
conrad |
matroskadec: Fix a buffer overread
libavformat
|
Sat, 06 Mar 2010 23:19:05 +0000 |
mru |
Move av_read_frame_flush() prototype to lavf/internal.h
libavformat
|
Sat, 06 Mar 2010 22:36:36 +0000 |
mru |
Add some missing #includes
libavformat
|
Sat, 06 Mar 2010 22:25:53 +0000 |
reimar |
Set GXF fallback time-base to match the one specified for audio-only.
libavformat
|
Sat, 06 Mar 2010 22:20:33 +0000 |
reimar |
GXF time base is always based on "fields" per second even for
libavformat
|
Fri, 05 Mar 2010 22:38:48 +0000 |
mstorsjo |
Don't explicitly initialize networking in the tcp and udp protocols
libavformat
|
Fri, 05 Mar 2010 22:35:21 +0000 |
mstorsjo |
Use ff_url_join for assembling URLs, instead of snprintf
libavformat
|
Fri, 05 Mar 2010 22:31:45 +0000 |
mstorsjo |
Add a function ff_url_join for assembling URLs
libavformat
|
Fri, 05 Mar 2010 22:30:21 +0000 |
mstorsjo |
Always call ff_network_init/ff_network_close when opening protocols
libavformat
|
Fri, 05 Mar 2010 17:26:34 +0000 |
vitor |
Fix memory leak in NUT muxer
libavformat
|
Fri, 05 Mar 2010 08:15:20 +0000 |
mstorsjo |
Return from rtp_read when select returns an error
libavformat
|
Fri, 05 Mar 2010 00:22:40 +0000 |
conrad |
oggdec: Parse theora headers since ogg might not mark keyframes
libavformat
|
Thu, 04 Mar 2010 15:08:54 +0000 |
mstorsjo |
Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rechecking url_interrupt_cb
libavformat
|
Thu, 04 Mar 2010 13:27:53 +0000 |
pross |
handle errors reported by av_get_packet() in Bink demuxer
libavformat
|
Thu, 04 Mar 2010 13:26:01 +0000 |
pross |
Guard against invalid memory read
libavformat
|
Thu, 04 Mar 2010 08:53:14 +0000 |
conrad |
Ensure that we write clusters and blocks with known size when streaming
libavformat
|
Thu, 04 Mar 2010 08:53:11 +0000 |
conrad |
Fix indentation
libavformat
|
Thu, 04 Mar 2010 08:53:08 +0000 |
conrad |
Simplify starting and ending clusters
libavformat
|
Thu, 04 Mar 2010 08:53:04 +0000 |
conrad |
Write the first seekhead if writing to a stream, we won't be able to seek
libavformat
|
Thu, 04 Mar 2010 08:53:00 +0000 |
conrad |
Attempt seeking to write EBML master sizes even if streamed
libavformat
|
Wed, 03 Mar 2010 23:27:34 +0000 |
conrad |
matroskaenc: use "title" tag instead of "description" in track title.
libavformat
|
Wed, 03 Mar 2010 21:49:24 +0000 |
aurel |
matroskadec: cosmetic indentation
libavformat
|
Wed, 03 Mar 2010 21:46:43 +0000 |
aurel |
matroskadec: timestamps are dts and not pts in ms vfw compatibility mode
libavformat
|
Wed, 03 Mar 2010 21:00:50 +0000 |
mstorsjo |
Properly pad H.264 extradata when taken from fmtp SDP attributes
libavformat
|
Wed, 03 Mar 2010 17:31:24 +0000 |
vitor |
Plug memory leak in NUT muxer and demuxer
libavformat
|
Wed, 03 Mar 2010 17:26:00 +0000 |
vitor |
Plug memory leak in NSV demuxer.
libavformat
|
Wed, 03 Mar 2010 09:44:30 +0000 |
pross |
Support demuxing of streamed Bink files
libavformat
|
Tue, 02 Mar 2010 21:32:56 +0000 |
vitor |
Plug memory leak for truncated files
libavformat
|
Tue, 02 Mar 2010 21:32:29 +0000 |
vitor |
Plug some memory leaks for truncated files
libavformat
|
Mon, 01 Mar 2010 18:16:10 +0000 |
vitor |
Revert r22119 and partially revert 22120.
libavformat
|
Mon, 01 Mar 2010 07:26:41 +0000 |
benoit |
nutdec: make chapter start and length uint64_t to prevent overflows.
libavformat
|
Sun, 28 Feb 2010 22:33:22 +0000 |
reimar |
Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of
libavformat
|
Sun, 28 Feb 2010 22:31:17 +0000 |
reimar |
Make our getaddrinfo implementation initialize "struct addrinfo" return
libavformat
|
Sun, 28 Feb 2010 20:49:21 +0000 |
vitor |
Plug some memory leaks in NUT muxer and demuxer
libavformat
|
Sun, 28 Feb 2010 18:37:09 +0000 |
cehoyos |
Print chapter info in dump_format().
libavformat
|
Sun, 28 Feb 2010 16:40:17 +0000 |
michael |
Many mp3s seem to contain padding after id3 tags that is not considered in the
libavformat
|
Sun, 28 Feb 2010 11:03:14 +0000 |
mstorsjo |
Rename RTP depacketizer files from rtp_* to rtpdec_*
libavformat
|
Sun, 28 Feb 2010 03:59:15 +0000 |
cehoyos |
Include rtpdec.h, it contains prototypes for the following functions:
libavformat
|
Sun, 28 Feb 2010 02:04:34 +0000 |
cehoyos |
Include avc.h from avc.c: It contains several prototypes.
libavformat
|
Sun, 28 Feb 2010 01:51:13 +0000 |
cehoyos |
Make mp4_read_descr static: It is only used inside libavformat/mov.c.
libavformat
|
Sun, 28 Feb 2010 01:43:47 +0000 |
cehoyos |
Include apetag.h which contains the prototype for ff_ape_parse_tag().
libavformat
|
Fri, 26 Feb 2010 16:21:56 +0000 |
mstorsjo |
RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxer
libavformat
|
Thu, 25 Feb 2010 16:59:55 +0000 |
benoit |
asfenc: write tags in proper UTF-16.
libavformat
|
Thu, 25 Feb 2010 16:50:26 +0000 |
benoit |
asfenc: simplify writing of comment header.
libavformat
|
Thu, 25 Feb 2010 16:38:23 +0000 |
benoit |
asfdec: don't strip the "WM/" prefix, this should be done during conversion.
libavformat
|
Thu, 25 Feb 2010 09:10:37 +0000 |
benoit |
asf: indent.
libavformat
|
Thu, 25 Feb 2010 09:09:39 +0000 |
benoit |
asf: add more entries to metadata conv table.
libavformat
|
Wed, 24 Feb 2010 18:19:54 +0000 |
rbultje |
Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our
libavformat
|
Wed, 24 Feb 2010 18:17:32 +0000 |
rbultje |
Don't add WM prefixes to all written ASF tags.
libavformat
|
Wed, 24 Feb 2010 18:09:49 +0000 |
rbultje |
Eliminate put_str16().
libavformat
|
Wed, 24 Feb 2010 18:01:44 +0000 |
rbultje |
Mention that metadata tags are (unvalidated) UTF-8.
libavformat
|
Wed, 24 Feb 2010 11:43:33 +0000 |
pross |
low-complexity Bink file seeking
libavformat
|
Wed, 24 Feb 2010 11:30:38 +0000 |
pross |
set AVINDEX_KEYFRAME correctly for bink
libavformat
|
Wed, 24 Feb 2010 10:56:13 +0000 |
cehoyos |
Correctly increment continuity_counter in PCR packets.
libavformat
|
Wed, 24 Feb 2010 07:34:12 +0000 |
benoit |
asfdec: skip byte array tags.
libavformat
|
Wed, 24 Feb 2010 07:33:18 +0000 |
benoit |
asfdec: add a debug message about skipped tags.
libavformat
|
Wed, 24 Feb 2010 07:32:20 +0000 |
benoit |
asfdec: fix a memleak.
libavformat
|
Wed, 24 Feb 2010 07:31:03 +0000 |
benoit |
asfdec: only unicode tags must have even length.
libavformat
|
Wed, 24 Feb 2010 06:27:12 +0000 |
kostya |
Introduce metadata conversion table for NUT muxer and demuxer.
libavformat
|
Tue, 23 Feb 2010 16:29:57 +0000 |
michael |
Count all frames with codec_info_nb_frames not just ones with non zero
libavformat
|
Tue, 23 Feb 2010 15:07:18 +0000 |
michael |
Put codec_info_nb_frames back in AVStream and print its value.
libavformat
|
Tue, 23 Feb 2010 11:15:18 +0000 |
pross |
Set video stream duration for Bink demuxer
libavformat
|
Tue, 23 Feb 2010 11:05:36 +0000 |
mstorsjo |
Cosmetics: reindent
libavformat
|
Tue, 23 Feb 2010 11:01:51 +0000 |
pross |
Bink audio pts starts at 0, not reported_size
libavformat
|
Tue, 23 Feb 2010 06:36:26 +0000 |
kostya |
Make Bink demuxer pass video flags to decoder
libavformat
|
Tue, 23 Feb 2010 00:35:50 +0000 |
rbultje |
Prefix non-static RTSP functions with ff_.
libavformat
|
Mon, 22 Feb 2010 22:05:20 +0000 |
michael |
Make sure mp1/mp2 get their frame_size set.
libavformat
|
Mon, 22 Feb 2010 21:28:19 +0000 |
mstorsjo |
Add an RTSP muxer
libavformat
|
Mon, 22 Feb 2010 21:20:30 +0000 |
mstorsjo |
Free metadata in chained RTP muxers in the RTSP muxer
libavformat
|
Mon, 22 Feb 2010 19:47:22 +0000 |
mstorsjo |
Cosmetics: reindent
libavformat
|
Mon, 22 Feb 2010 19:44:08 +0000 |
mstorsjo |
Add declarations and doxygen documentation of generic rtsp support functions
libavformat
|
Mon, 22 Feb 2010 16:11:38 +0000 |
mstorsjo |
Cosmetics: reindent after applying patches
libavformat
|
Mon, 22 Feb 2010 15:57:40 +0000 |
mstorsjo |
Don't follow RTSP redirects when used as a muxer
libavformat
|
Mon, 22 Feb 2010 15:56:18 +0000 |
mstorsjo |
Add a function rtsp_setup_output_streams for announcing the SDP
libavformat
|
Mon, 22 Feb 2010 15:46:56 +0000 |
mstorsjo |
Create AVFormatContext objects as private transport for output RTSP sessions
libavformat
|
Mon, 22 Feb 2010 10:19:46 +0000 |
michael |
Make sure a set r_frame_rate is not overriden by a guess.
libavformat
|
Mon, 22 Feb 2010 00:34:27 +0000 |
michael |
Attempt to fix the completely random values returned by ff_avc_find_startcode().
libavformat
|
Sun, 21 Feb 2010 14:41:39 +0000 |
vitor |
Fix memory leak for truncated packets in idCin demuxer
libavformat
|
Sat, 20 Feb 2010 22:57:23 +0000 |
michael |
Make sure we dont write more bytes into filename than the array is long.
libavformat
|
Sat, 20 Feb 2010 22:48:09 +0000 |
michael |
Do not attempt to open references through absolute pathes.
libavformat
|
Sat, 20 Feb 2010 11:22:47 +0000 |
vitor |
Do not leave uninitialized data in the packet in MPC demuxer. Should allow for
libavformat
|
Fri, 19 Feb 2010 23:23:40 +0000 |
rbultje |
Split rtsp_read_header() into two functions, so that the main part (now also
libavformat
|
Fri, 19 Feb 2010 23:21:44 +0000 |
rbultje |
Split out input-specific parts of rtsp_read_header() into its own, new,
libavformat
|
Fri, 19 Feb 2010 23:13:21 +0000 |
rbultje |
Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.
libavformat
|
Fri, 19 Feb 2010 23:11:59 +0000 |
rbultje |
Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)
libavformat
|
Fri, 19 Feb 2010 23:10:19 +0000 |
rbultje |
Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState
libavformat
|
Fri, 19 Feb 2010 22:13:19 +0000 |
kostya |
WavPack demuxer also depends on APE tag parser
libavformat
|
Fri, 19 Feb 2010 22:10:04 +0000 |
kostya |
Make Bink demuxer skip all zero audio tracks, not only the first one
libavformat
|
Fri, 19 Feb 2010 21:12:46 +0000 |
daniel |
AEA demuxer requires raw.o for pcm_read_seek
libavformat
|
Fri, 19 Feb 2010 20:20:17 +0000 |
vitor |
Fix memory leak for truncated frames
libavformat
|
Fri, 19 Feb 2010 20:19:41 +0000 |
vitor |
Fix memory leak for truncated frames
libavformat
|
Fri, 19 Feb 2010 17:26:33 +0000 |
rbultje |
Remove stale function declaration.
libavformat
|
Fri, 19 Feb 2010 16:26:21 +0000 |
rbultje |
Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the
libavformat
|
Fri, 19 Feb 2010 06:59:47 +0000 |
kostya |
WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it
libavformat
|
Thu, 18 Feb 2010 16:27:18 +0000 |
kostya |
Make RTMP client send bytes read report
libavformat
|
Wed, 17 Feb 2010 19:24:02 +0000 |
rbultje |
Add functions to send RTSP commands with content attached to them. This will
libavformat
|
Tue, 16 Feb 2010 23:00:03 +0000 |
rbultje |
Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,
libavformat
|
Tue, 16 Feb 2010 22:50:50 +0000 |
rbultje |
When using RTP-over-UDP, send dummy packets during stream setup, similar to
libavformat
|
Tue, 16 Feb 2010 19:26:49 +0000 |
rbultje |
Fix two problems (no idea how this ever worked):
libavformat
|
Tue, 16 Feb 2010 18:25:05 +0000 |
rbultje |
Revert r21851.
libavformat
|
Tue, 16 Feb 2010 18:19:28 +0000 |
rbultje |
Don't return 0 if buffer setup failed. That signals the RTSP demuxer that
libavformat
|
Tue, 16 Feb 2010 16:32:25 +0000 |
rbultje |
Set lavf identification string globally in av_write_header(), rather
libavformat
|
Tue, 16 Feb 2010 09:55:56 +0000 |
pross |
Support IFF ANNO (annotation) chunk type
libavformat
|
Mon, 15 Feb 2010 21:19:40 +0000 |
cehoyos |
Strings in extended content header are UTF16,
libavformat
|
Mon, 15 Feb 2010 21:14:47 +0000 |
cehoyos |
workaround for broken files created by previous versions of asfenc.
libavformat
|
Sun, 14 Feb 2010 19:00:36 +0000 |
reimar |
Reindent
libavformat
|
Sun, 14 Feb 2010 18:59:56 +0000 |
reimar |
Optimize h261_probe function, since it is far slower than all others.
libavformat
|
Sat, 13 Feb 2010 17:57:24 +0000 |
compn |
add netspeak gsm and truespeech wav format tags to riff.c
libavformat
|
Sat, 13 Feb 2010 16:56:37 +0000 |
mru |
Do not call lseek() with invalid whence value
libavformat
|
Fri, 12 Feb 2010 20:35:29 +0000 |
michael |
Add flag so muxers not needing width/height can signal this.
libavformat
|
Fri, 12 Feb 2010 11:31:35 +0000 |
pross |
Make DeluxePaint Animation demuxer actually return the find_record() error code (issue 1739).
libavformat
|
Fri, 12 Feb 2010 01:37:53 +0000 |
michael |
Add GEOV fourcc (issue971).
libavformat
|
Thu, 11 Feb 2010 22:32:46 +0000 |
michael |
Fix timestamps.
libavformat
|
Wed, 10 Feb 2010 20:27:53 +0000 |
daniel |
Reindent
libavformat
|
Wed, 10 Feb 2010 20:26:47 +0000 |
daniel |
Fix demuxing of wav files with broken data header
libavformat
|
Wed, 10 Feb 2010 19:43:57 +0000 |
reimar |
Use av_compare_ts from libavutil instead of the locale compare_ts, the
libavformat
|
Wed, 10 Feb 2010 19:33:08 +0000 |
lucabe |
Fix syncronisation for streams with a high encoding delay.
libavformat
|
Wed, 10 Feb 2010 18:31:47 +0000 |
rbultje |
Reindent after r21741.
libavformat
|
Wed, 10 Feb 2010 18:30:55 +0000 |
rbultje |
Don't forget to set known audio parameters (samplerate, etc.) if the codec is
libavformat
|
Wed, 10 Feb 2010 17:20:50 +0000 |
rbultje |
RTP/AMR depacketizer, by Martin Storsj«Ó <$firstname at $firstname dot st>.
libavformat
|
Wed, 10 Feb 2010 14:25:57 +0000 |
michael |
Dont give up after 100kb of zero bytes but returnd EAGAIN
libavformat
|
Wed, 10 Feb 2010 12:44:16 +0000 |
andoma |
mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up.
libavformat
|
Tue, 09 Feb 2010 18:59:34 +0000 |
stefano |
Doxument url_fopen().
libavformat
|
Mon, 08 Feb 2010 20:25:36 +0000 |
reimar |
Make sure the header value used to avoid repeating headers on seeking to the
libavformat
|
Mon, 08 Feb 2010 18:48:12 +0000 |
rbultje |
Implement gai_strerror() for systems lacking such functionality. Patch
libavformat
|
Mon, 08 Feb 2010 10:13:03 +0000 |
conrad |
Fix playback with invalid files that don't set the continuation flag for
libavformat
|
Sun, 07 Feb 2010 19:10:04 +0000 |
michael |
Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the
libavformat
|
Sun, 07 Feb 2010 16:27:17 +0000 |
michael |
Use av_compare_ts() for interleaving per dts.
libavformat
|
Sun, 07 Feb 2010 10:25:58 +0000 |
stefano |
Implement a physical concatenation protocol.
libavformat
|
Sat, 06 Feb 2010 12:32:44 +0000 |
jai_menon |
Add AVI metadata conversion table.
libavformat
|
Fri, 05 Feb 2010 23:03:32 +0000 |
stefano |
Doxument url_fdopen().
libavformat
|
Fri, 05 Feb 2010 15:14:56 +0000 |
michael |
strn muxing in avi support.
libavformat
|
Fri, 05 Feb 2010 12:16:59 +0000 |
michael |
Support strn tag in avidec.
libavformat
|
Fri, 05 Feb 2010 11:50:44 +0000 |
michael |
Correcting wrong looking stream_id validity check in avidec.
libavformat
|
Wed, 03 Feb 2010 23:59:48 +0000 |
michael |
Dont try generic seek if seek request before first index entry and backward.
libavformat
|
Wed, 03 Feb 2010 23:05:58 +0000 |
michael |
Try to open decoders in av_find_stream_info() even if no packets for the
libavformat
|
Wed, 03 Feb 2010 09:58:14 +0000 |
pross |
Indentation cleanup
libavformat
|
Wed, 03 Feb 2010 09:57:21 +0000 |
pross |
Extend IFF demuxer to parse PBM/ILBM bitmap chunks
libavformat
|
Wed, 03 Feb 2010 00:35:10 +0000 |
michael |
Only set duration for streams where it is likely correct.
libavformat
|
Tue, 02 Feb 2010 23:53:38 +0000 |
michael |
Set nb_frames.
libavformat
|
Tue, 02 Feb 2010 22:23:09 +0000 |
cehoyos |
Guess the duration before converting video and write guessed duration
libavformat
|
Tue, 02 Feb 2010 16:47:51 +0000 |
michael |
Set AVPacket.pos in MPEG-PS demuxer.
libavformat
|
Mon, 01 Feb 2010 23:30:30 +0000 |
mru |
Fix build
libavformat
|
Mon, 01 Feb 2010 23:10:04 +0000 |
cehoyos |
Fix warnings about implicit function declaration when compiling rtpdec.c
libavformat
|
Mon, 01 Feb 2010 11:39:10 +0000 |
pross |
Add a list of generic tags and change demuxers to follow it.
libavformat
|
Sun, 31 Jan 2010 17:43:18 +0000 |
michael |
Increase search range if no end timestamp could be found for the duration
libavformat
|
Sun, 31 Jan 2010 16:21:49 +0000 |
kostya |
Bink video codec id is there, demuxer can use it
libavformat
|
Sun, 31 Jan 2010 13:01:00 +0000 |
pross |
Latent libavformat version bump for Bink demuxer (r21569)
libavformat
|
Sun, 31 Jan 2010 12:35:09 +0000 |
pross |
Bink demuxer
libavformat
|
Sat, 30 Jan 2010 22:55:12 +0000 |
michael |
Flag to ignore dts on frames that contain pts.
libavformat
|
Sat, 30 Jan 2010 22:05:26 +0000 |
reimar |
Store strings directly in mov_mdhd_language_map instead of using pointers,
libavformat
|
Sat, 30 Jan 2010 21:54:06 +0000 |
reimar |
Always consider the mov language code as 4 bytes fixed size and change the
libavformat
|
Sat, 30 Jan 2010 21:50:47 +0000 |
reimar |
Simplify conversion to 5-bit ASCII.
libavformat
|
Sat, 30 Jan 2010 20:18:55 +0000 |
stefano |
Remove duplicated empty line.
libavformat
|
Sat, 30 Jan 2010 10:37:52 +0000 |
daniel |
Set duration in Smacker demuxer
libavformat
|
Sat, 30 Jan 2010 10:31:10 +0000 |
daniel |
Demux Bink audio in Smacker files
libavformat
|
Sat, 30 Jan 2010 09:47:57 +0000 |
kostya |
another 10l: forgot to change parent condition as well
libavformat
|
Sat, 30 Jan 2010 09:45:52 +0000 |
kostya |
10l trocadero: now return value of ff_rtmp_packet_read() has different meaning
libavformat
|
Sat, 30 Jan 2010 09:24:52 +0000 |
kostya |
Make RTMP send/receive packet functions report number of bytes read or sent.
libavformat
|
Sat, 30 Jan 2010 08:38:11 +0000 |
kostya |
cosmetics: add an empty line between variable declarations and code
libavformat
|
Fri, 29 Jan 2010 06:38:00 +0000 |
bcoudurier |
Remove MAX_STREAMS usage in ogg and mxf muxers
libavformat
|
Thu, 28 Jan 2010 16:08:13 +0000 |
rbultje |
Add RTP/H.263 depacketizer by Martin Storsj«Ó <$firstname () $firstname st>.
libavformat
|
Thu, 28 Jan 2010 15:45:21 +0000 |
jai_menon |
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.
libavformat
|
Thu, 28 Jan 2010 09:11:26 +0000 |
benoit |
Use av_mallocz in url_open_protocol for URLContext.
libavformat
|
Thu, 28 Jan 2010 03:37:22 +0000 |
michael |
Remove last MAX_STREAMS from avienc.c
libavformat
|
Thu, 28 Jan 2010 02:45:17 +0000 |
michael |
Introduce AVIStream struct and move stream based variables to it.
libavformat
|
Wed, 27 Jan 2010 22:39:18 +0000 |
cehoyos |
Support demuxing Blu-ray subtitles in matroska files.
libavformat
|
Wed, 27 Jan 2010 22:31:13 +0000 |
rbultje |
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).
libavformat
|
Wed, 27 Jan 2010 19:37:52 +0000 |
michael |
Fix duration calculation in the presence of a single wraping of the timeline.
libavformat
|
Wed, 27 Jan 2010 19:13:35 +0000 |
jai_menon |
Schedule an increase in the maximum number of streams
libavformat
|
Wed, 27 Jan 2010 13:03:53 +0000 |
michael |
Revert Revision: 21473
libavformat
|
Wed, 27 Jan 2010 00:31:52 +0000 |
stefano |
Fix misc typos, patch by
libavformat
|
Wed, 27 Jan 2010 00:21:28 +0000 |
stefano |
Document av_register_protocol(), not that it really needs to be
libavformat
|
Tue, 26 Jan 2010 15:51:54 +0000 |
rbultje |
Don't use tcp_fd if we're not using TCP-based connections (e.g. when
libavformat
|
Mon, 25 Jan 2010 01:28:01 +0000 |
ramiro |
Load the proper getaddrinfo functions from ws2_32.dll, if they're present.
libavformat
|
Sun, 24 Jan 2010 22:07:32 +0000 |
stefano |
Doxument url_open().
libavformat
|
Sun, 24 Jan 2010 21:37:35 +0000 |
cehoyos |
Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,
libavformat
|
Sun, 24 Jan 2010 18:18:03 +0000 |
stefano |
Favor the term "URL" over "filename", as the API deals with URLs
libavformat
|
Sun, 24 Jan 2010 18:09:46 +0000 |
reimar |
Make url_read_complete handle EAGAIN more intelligently.
libavformat
|
Sun, 24 Jan 2010 16:33:56 +0000 |
stefano |
Doxument url_close().
libavformat
|
Sun, 24 Jan 2010 13:31:25 +0000 |
stefano |
Doxument url_open_protocol().
libavformat
|
Sun, 24 Jan 2010 13:07:54 +0000 |
stefano |
Doxument url_read().
libavformat
|
Sat, 23 Jan 2010 10:23:47 +0000 |
reimar |
Make url_read_complete retry on EAGAIN and return how much data it read
libavformat
|
Sat, 23 Jan 2010 09:42:52 +0000 |
kostya |
Print a warning when DATA chunk is encountered in the middle of chunk.
libavformat
|
Fri, 22 Jan 2010 23:16:23 +0000 |
stefano |
Remove conditional M_PI definition, it is already defined in
libavformat
|
Fri, 22 Jan 2010 23:09:08 +0000 |
stefano |
Replace deprecated guess_format() with av_guess_format().
libavformat
|
Fri, 22 Jan 2010 16:12:55 +0000 |
rbultje |
Make style a little bit more K&R'ish.
libavformat
|
Fri, 22 Jan 2010 16:10:08 +0000 |
rbultje |
Rename a function which is no longer ipv6-specific. Patch by Martin Storsj«Ó
libavformat
|
Fri, 22 Jan 2010 16:04:15 +0000 |
rbultje |
Use the control URI from the SDP (if present) rather than the input filename,
libavformat
|
Thu, 21 Jan 2010 20:49:27 +0000 |
conrad |
mkvenc: Write TrackTimecodeScale
libavformat
|
Thu, 21 Jan 2010 20:04:17 +0000 |
rbultje |
Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since
libavformat
|
Thu, 21 Jan 2010 20:01:11 +0000 |
rbultje |
Change on rtsp_send_cmd() to the _async() version since we don't use the
libavformat
|
Thu, 21 Jan 2010 19:50:40 +0000 |
rbultje |
Reindent after r21368.
libavformat
|
Thu, 21 Jan 2010 19:48:30 +0000 |
rbultje |
Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized
libavformat
|
Thu, 21 Jan 2010 17:10:13 +0000 |
benoit |
Make output-example.c handle AAC audio.
libavformat
|
Thu, 21 Jan 2010 15:42:05 +0000 |
rbultje |
Remove IPv4-only codepath. Patch by Martin Storsj«Ó <$first $first st>.
libavformat
|
Thu, 21 Jan 2010 09:47:02 +0000 |
conrad |
Set start_time and duration in AVStream instead of AVFormatContext for
libavformat
|
Wed, 20 Jan 2010 17:26:14 +0000 |
rbultje |
Use the configure check from r21351 and use it to properly define struct
libavformat
|
Tue, 19 Jan 2010 19:41:24 +0000 |
bcoudurier |
fetch flv duration from file if it is set to 0 in metadata
libavformat
|
Mon, 18 Jan 2010 23:58:10 +0000 |
bcoudurier |
reindent
libavformat
|
Mon, 18 Jan 2010 23:56:04 +0000 |
bcoudurier |
set average frame rate in mov demuxer
libavformat
|
Mon, 18 Jan 2010 21:38:39 +0000 |
bcoudurier |
move aspect ratio code at the end of the track parsing, fix cathedral-beta2-400extra-crop-avc.mp4
libavformat
|
Mon, 18 Jan 2010 13:44:12 +0000 |
lucabe |
Rename the RTP muxer sources so that the packetisation functions are in
libavformat
|
Mon, 18 Jan 2010 11:18:25 +0000 |
lucabe |
Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function
libavformat
|
Mon, 18 Jan 2010 03:57:01 +0000 |
compn |
add uldx fourcc to mpeg4 in riff.c
libavformat
|
Sun, 17 Jan 2010 19:25:49 +0000 |
compn |
add vspx fourcc to mpeg4 in riff.c
libavformat
|
Sun, 17 Jan 2010 15:57:51 +0000 |
stefano |
Use av_match_ext() rather than the deprecated match_ext(), fix
libavformat
|
Sun, 17 Jan 2010 13:39:34 +0000 |
mru |
Fix comment typo carefull -> careful
libavformat
|
Sun, 17 Jan 2010 00:27:22 +0000 |
cehoyos |
Fix indentation after r21257.
libavformat
|
Sun, 17 Jan 2010 00:23:08 +0000 |
cehoyos |
Support demuxing of Sony OpenMG files without metadata header.
libavformat
|
Sat, 16 Jan 2010 13:13:49 +0000 |
cehoyos |
Support decoding of SoftLab-NSK VideoTizer.
libavformat
|
Sat, 16 Jan 2010 04:49:02 +0000 |
mru |
Add symbol versioning for shared libraries
libavformat
|
Fri, 15 Jan 2010 11:03:40 +0000 |
cehoyos |
Support decoding of Avid uncompressed mov files, fixes issue 1685.
libavformat
|
Fri, 15 Jan 2010 10:55:31 +0000 |
cehoyos |
Support decoding Avid 1:1x codec, (partially) fixes issue1684.
libavformat
|
Thu, 14 Jan 2010 14:02:06 +0000 |
pross |
Latent libavformat version bump and documentation update for Adobe Filmstrip muxer and demuxer (r21212)
libavformat
|
Thu, 14 Jan 2010 12:55:44 +0000 |
pross |
Adobe Filmstrip muxer and demuxer
libavformat
|
Thu, 14 Jan 2010 00:32:36 +0000 |
bcoudurier |
set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com
libavformat
|
Wed, 13 Jan 2010 23:33:29 +0000 |
bcoudurier |
do not skip mdat data if it's the last atom, avoids one seek
libavformat
|
Wed, 13 Jan 2010 23:27:52 +0000 |
bcoudurier |
restore old buffer content when seek failed in http protocol, fix issue #1631
libavformat
|
Wed, 13 Jan 2010 22:57:37 +0000 |
bcoudurier |
revert wrongly commited hunk in r21205
libavformat
|
Wed, 13 Jan 2010 22:52:22 +0000 |
bcoudurier |
remove useless type declarations
libavformat
|
Wed, 13 Jan 2010 22:50:26 +0000 |
bcoudurier |
remove useless declarations from mpegts.h
libavformat
|
Wed, 13 Jan 2010 22:23:29 +0000 |
bcoudurier |
use codec rc_max_rate if set and warn if bit rate is not set
libavformat
|
Wed, 13 Jan 2010 22:21:45 +0000 |
bcoudurier |
Do not split audio frames accross pes packets.
libavformat
|
Wed, 13 Jan 2010 21:42:55 +0000 |
bcoudurier |
print more debug info about muxing parameters, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com
libavformat
|
Wed, 13 Jan 2010 21:40:37 +0000 |
bcoudurier |
update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com
libavformat
|
Wed, 13 Jan 2010 20:44:56 +0000 |
bcoudurier |
Insert null packets to keep pcr values correct, patch by Mike Scheutzow,
libavformat
|
Wed, 13 Jan 2010 20:30:55 +0000 |
bcoudurier |
move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com
libavformat
|
Wed, 13 Jan 2010 20:26:59 +0000 |
bcoudurier |
output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com
libavformat
|
Wed, 13 Jan 2010 20:20:05 +0000 |
bcoudurier |
fix ts packet header size computation, patch by Niobos, niobos at dest-unreach dot be
libavformat
|
Wed, 13 Jan 2010 20:14:53 +0000 |
bcoudurier |
fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach dot be
libavformat
|
Wed, 13 Jan 2010 18:27:21 +0000 |
lucabe |
The RTP muxer does not need rtp_asf.c
libavformat
|
Wed, 13 Jan 2010 18:18:21 +0000 |
lucabe |
Remove the inclusion of unneeded headers
libavformat
|
Wed, 13 Jan 2010 15:55:42 +0000 |
rbultje |
Fix issue1658 (trailing space in rtpmap descriptor).
libavformat
|
Wed, 13 Jan 2010 14:32:48 +0000 |
benoit |
Check there is a stream before writing header.
libavformat
|
Tue, 12 Jan 2010 16:36:23 +0000 |
rbultje |
Reindent after r21166.
libavformat
|
Tue, 12 Jan 2010 16:36:00 +0000 |
rbultje |
Use chunked encoding for HTTP uploads. Patch by Tomas H«£rdin
libavformat
|
Tue, 12 Jan 2010 10:56:43 +0000 |
lucabe |
Make sure the destination address is written as an IP address in the SDP
libavformat
|
Tue, 12 Jan 2010 07:10:47 +0000 |
kostya |
Correct timestamps inside FLV data received by RTMP.
libavformat
|
Tue, 12 Jan 2010 06:44:49 +0000 |
kostya |
Use old-style RTMP handshake for old servers.
libavformat
|
Tue, 12 Jan 2010 00:29:26 +0000 |
cehoyos |
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474.
libavformat
|
Mon, 11 Jan 2010 19:55:14 +0000 |
lucabe |
Remove the inclusion of unneeded headers
libavformat
|
Mon, 11 Jan 2010 17:45:17 +0000 |
rbultje |
Provide a fallback for getnameinfo() also. Patch by Martin Storsj«Ó
libavformat
|
Mon, 11 Jan 2010 17:42:35 +0000 |
rbultje |
Implement a fallback for struct sockaddr_storage if not available.
libavformat
|
Mon, 11 Jan 2010 17:32:40 +0000 |
rbultje |
Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsj«Ó
libavformat
|
Mon, 11 Jan 2010 17:28:55 +0000 |
rbultje |
Deprecate resolve_host(). Patch by Martin Storsj«Ó <$firstname()$firstname,st>.
libavformat
|
Mon, 11 Jan 2010 17:27:07 +0000 |
rbultje |
Provide fallback implementations of getaddrinfo() and freeaddrinfo().
libavformat
|
Mon, 11 Jan 2010 17:14:16 +0000 |
rbultje |
Use getaddrinfo(), if available, in resolve_host(). Patch by Martin
libavformat
|
Mon, 11 Jan 2010 05:51:09 +0000 |
conrad |
oggdec: Set dts when known
libavformat
|
Mon, 11 Jan 2010 00:31:55 +0000 |
conrad |
mkvdec: Avoid divide-by-zero crash on invalid real audio tracks
libavformat
|
Mon, 11 Jan 2010 00:31:52 +0000 |
conrad |
Add support for dirac in ogg
libavformat
|
Sun, 10 Jan 2010 08:57:20 +0000 |
cehoyos |
Use enum CodecID where appropriate.
libavformat
|
Sun, 10 Jan 2010 05:47:50 +0000 |
pross |
Deluxe Paint Animation demuxer
libavformat
|
Sun, 10 Jan 2010 05:08:42 +0000 |
pross |
do not create Electronic Arts audio stream when unsupported revision2 audio codec is present [issue1516]
libavformat
|
Sat, 09 Jan 2010 03:31:13 +0000 |
pross |
update my email address
libavformat
|
Fri, 08 Jan 2010 17:15:46 +0000 |
rbultje |
Use the correct ByteIOContext in extradata parsing.Fixes half of issue
libavformat
|
Fri, 08 Jan 2010 03:43:48 +0000 |
michael |
Improve avformat_version() doxy.
libavformat
|
Fri, 08 Jan 2010 00:04:23 +0000 |
rbultje |
Currently, the replacement which is used if inet_aton isn't available,
libavformat
|
Thu, 07 Jan 2010 23:05:19 +0000 |
rbultje |
handler can be NULL if we did not support this dynamic format (codec).
libavformat
|
Thu, 07 Jan 2010 22:44:03 +0000 |
rbultje |
Add correct log context to av_log() calls in parse_rtpmap().
libavformat
|
Thu, 07 Jan 2010 22:41:14 +0000 |
rbultje |
Re-indent to more closely follow general coding standards used in other
libavformat
|
Thu, 07 Jan 2010 08:24:44 +0000 |
lucabe |
Always set the destination address even if no port was found.
libavformat
|
Thu, 07 Jan 2010 08:11:56 +0000 |
lucabe |
Check the URL used for the SDP destination.
libavformat
|
Wed, 06 Jan 2010 21:51:20 +0000 |
daniel |
Handle more ADPCM codecs in av_get_bits_per_sample().
libavformat
|
Tue, 05 Jan 2010 20:14:50 +0000 |
compn |
add another mjpeg fourcc to riff.c list
libavformat
|
Mon, 04 Jan 2010 22:59:43 +0000 |
bcoudurier |
cosmetics, remove useless parentheses, add space
libavformat
|
Mon, 04 Jan 2010 22:58:19 +0000 |
bcoudurier |
simplify error handling in mov_read_default
libavformat
|
Mon, 04 Jan 2010 22:51:38 +0000 |
bcoudurier |
remove no more needed MOVAtom.offset field
libavformat
|
Mon, 04 Jan 2010 22:48:27 +0000 |
bcoudurier |
remove useless code skipping data at end of hdlr atom, already done in mov_read_default
libavformat
|
Mon, 04 Jan 2010 19:55:43 +0000 |
rbultje |
Remove forward declarations.
libavformat
|
Mon, 04 Jan 2010 02:52:40 +0000 |
melanson |
Add support for these widely-used iTunes metadata fields: Album Artist,
libavformat
|
Sun, 03 Jan 2010 14:31:25 +0000 |
stefano |
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
libavformat
|
Fri, 01 Jan 2010 23:56:09 +0000 |
stefano |
Use av_match_ext() in place of the deprecated match_ext() function.
libavformat
|
Fri, 01 Jan 2010 23:50:10 +0000 |
stefano |
Deprecate match_ext() in favor of av_match_ext(), and mark it for
libavformat
|
Fri, 01 Jan 2010 12:58:03 +0000 |
stefano |
Use av_guess_format() in place of the deprecated guess_format().
libavformat
|
Fri, 01 Jan 2010 12:52:20 +0000 |
stefano |
Reindent.
libavformat
|
Fri, 01 Jan 2010 12:46:24 +0000 |
stefano |
Deprecate guess_format() in favor of av_guess_format().
libavformat
|
Fri, 01 Jan 2010 12:29:22 +0000 |
stefano |
Fix typo.
libavformat
|
Fri, 01 Jan 2010 12:28:18 +0000 |
stefano |
Remove residual use of the doxygen markup which is deprecated,
libavformat
|
Thu, 31 Dec 2009 16:38:21 +0000 |
stefano |
Document guess_format().
libavformat
|
Thu, 31 Dec 2009 14:12:58 +0000 |
stefano |
Deprecate and mark for deletion the function guess_stream_format(),
libavformat
|
Wed, 30 Dec 2009 17:12:29 +0000 |
lucabe |
Remove outdated comments.
libavformat
|
Wed, 30 Dec 2009 16:19:28 +0000 |
lu_zero |
Rename internal function
libavformat
|
Mon, 28 Dec 2009 13:41:09 +0000 |
lucabe |
Remove a useless local variable.
libavformat
|
Mon, 28 Dec 2009 13:38:21 +0000 |
lucabe |
Remove outdated comment
libavformat
|
Mon, 28 Dec 2009 13:19:54 +0000 |
lucabe |
Remove an unneeded local variable.
libavformat
|
Sun, 27 Dec 2009 21:31:10 +0000 |
lucabe |
Use different dynamic payload types for audio and video.
libavformat
|
Sun, 27 Dec 2009 08:21:40 +0000 |
kostya |
Recognize 16-bit Interplay Video variant
libavformat
|
Sat, 26 Dec 2009 10:59:56 +0000 |
lucabe |
Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.
libavformat
|
Thu, 24 Dec 2009 12:11:55 +0000 |
diego |
Remove some unused variables, fixes the warnings:
libavformat
|
Wed, 23 Dec 2009 21:23:26 +0000 |
lucabe |
Add support for mp3 over RTP in rtpdec.c
libavformat
|
Fri, 18 Dec 2009 06:03:12 +0000 |
michael |
It appears that waveformatextensible is mandatory for more cases than
libavformat
|
Thu, 17 Dec 2009 18:56:56 +0000 |
reimar |
Add decoder for R210 (uncompressed 10-bit RGB) codec.
libavformat
|
Thu, 17 Dec 2009 17:25:31 +0000 |
vitor |
CD+G demuxer and decoder
libavformat
|
Thu, 17 Dec 2009 13:05:37 +0000 |
jai_menon |
10l : make sure probe buffer is large enough.
libavformat
|
Wed, 16 Dec 2009 21:24:04 +0000 |
michael |
Only add 1 index entry per keyframe.
libavformat
|
Wed, 16 Dec 2009 19:18:48 +0000 |
jai_menon |
Parse ID3v[12] metadata from TTA files.
libavformat
|
Wed, 16 Dec 2009 12:49:38 +0000 |
kostya |
Reply to RTMP ping with the same value as received by client.
libavformat
|
Tue, 15 Dec 2009 23:41:22 +0000 |
diego |
Remove unused variable, fixes the warning:
libavformat
|
Mon, 14 Dec 2009 21:08:21 +0000 |
banan |
Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes
libavformat
|
Mon, 14 Dec 2009 15:59:19 +0000 |
michael |
Revert flvdec.c part of r20836
libavformat
|
Mon, 14 Dec 2009 03:30:25 +0000 |
daniel |
FLV 8-bit PCM is unsigned, not signed
libavformat
|
Sun, 13 Dec 2009 23:39:20 +0000 |
michael |
Make sure the Metadata: header is not printed if the only metadata will not
libavformat
|
Sun, 13 Dec 2009 23:34:46 +0000 |
michael |
Move dump_metadata() to where it is in ffmbc, looks better.
libavformat
|
Sun, 13 Dec 2009 23:31:01 +0000 |
michael |
indent
libavformat
|
Sun, 13 Dec 2009 23:30:41 +0000 |
michael |
Skip dumping language twice.
libavformat
|
Sun, 13 Dec 2009 23:27:43 +0000 |
michael |
dump metadata for AVStreams & AVPrograms too.
libavformat
|
Sun, 13 Dec 2009 23:19:24 +0000 |
michael |
Factorize dump_metadata() out.
libavformat
|
Sun, 13 Dec 2009 22:56:59 +0000 |
michael |
Try to simplify av_estimate_timings_from_pts() like in ffmbc.
libavformat
|
Sun, 13 Dec 2009 22:31:29 +0000 |
astrange |
Correct truncated ID3v1 genre name.
libavformat
|
Sun, 13 Dec 2009 22:15:51 +0000 |
michael |
Debug av_log() about stream probing from ffmbc.
libavformat
|
Sun, 13 Dec 2009 22:12:20 +0000 |
michael |
Add CODEC_ID_DNXHD into the 25 fps case.
libavformat
|
Sun, 13 Dec 2009 21:07:47 +0000 |
michael |
Simplify code by using av_metadata_set2().
libavformat
|
Sun, 13 Dec 2009 21:02:43 +0000 |
michael |
More entries for ff_id3v2_metadata_conv from ffmbc.
libavformat
|
Sun, 13 Dec 2009 21:01:49 +0000 |
michael |
s/author/artist/ for ID3
libavformat
|
Sun, 13 Dec 2009 20:51:38 +0000 |
michael |
More ID3v1 genres from ffmbc.
libavformat
|
Sun, 13 Dec 2009 20:27:29 +0000 |
michael |
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped
libavformat
|
Sun, 13 Dec 2009 20:22:27 +0000 |
michael |
Add flags to prevent strdup() on arguments to av_metadata_set2().
libavformat
|
Sun, 13 Dec 2009 17:54:09 +0000 |
michael |
Get rid of useless casts.
libavformat
|
Sun, 13 Dec 2009 16:20:00 +0000 |
michael |
Print extradata in case of failure. I had this in my local tree and it
libavformat
|
Sun, 13 Dec 2009 15:55:07 +0000 |
michael |
APIChanges & minor bump due to avg_frame_rate addition.
libavformat
|
Sun, 13 Dec 2009 15:52:11 +0000 |
michael |
Add avg_frame_rate.
libavformat
|
Sun, 13 Dec 2009 15:28:00 +0000 |
cehoyos |
Use constant CODEC_ID_NONE instead of 0 where appropriate.
libavformat
|
Sun, 13 Dec 2009 15:01:09 +0000 |
michael |
Remove commented out code.
libavformat
|
Sun, 13 Dec 2009 10:07:08 +0000 |
kostya |
Factor out extradata reading code.
libavformat
|
Sun, 13 Dec 2009 09:08:58 +0000 |
kostya |
RM audio stream version should be 16-bit followed by header size or reserved
libavformat
|
Sun, 13 Dec 2009 08:51:27 +0000 |
kostya |
Make RM demuxer look more like proper demuxer by introducing codec tags
libavformat
|
Sun, 13 Dec 2009 08:44:06 +0000 |
kostya |
Factor out variable declaration
libavformat
|
Sat, 12 Dec 2009 20:18:43 +0000 |
conrad |
Fix PTS for OGM codecs.
libavformat
|
Sat, 12 Dec 2009 15:26:33 +0000 |
cehoyos |
Reset pts_buffers in av_read_frame_flush().
libavformat
|
Fri, 11 Dec 2009 17:13:35 +0000 |
kostya |
Dump RTMP packet contents in debug mode
libavformat
|
Fri, 11 Dec 2009 15:31:58 +0000 |
kostya |
5l trocadero: don't forget to free packet in gen_connect()
libavformat
|
Fri, 11 Dec 2009 11:37:21 +0000 |
kostya |
Do not try to interact with RTMP server after "stop" command was received.
libavformat
|
Thu, 10 Dec 2009 23:06:23 +0000 |
cehoyos |
(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.
libavformat
|
Thu, 10 Dec 2009 22:38:49 +0000 |
cehoyos |
Support Etymonix MPEG-2 video codec, fixes issue 1603.
libavformat
|
Wed, 09 Dec 2009 20:55:47 +0000 |
compn |
add dvcs to dvvideo, fixes issue 1604
libavformat
|
Tue, 08 Dec 2009 23:47:45 +0000 |
cehoyos |
Support AVI1 and AVI2 in avi as MJPEG.
libavformat
|
Tue, 08 Dec 2009 12:34:08 +0000 |
michael |
Raise threshold of h263 probe by 1 to avoid misdetection.
libavformat
|
Tue, 08 Dec 2009 12:33:00 +0000 |
michael |
Add out commented av_log to debug h263_probe.
libavformat
|
Tue, 08 Dec 2009 12:24:41 +0000 |
michael |
Also print the number of invalid packets in the debug output.
libavformat
|
Tue, 08 Dec 2009 12:19:30 +0000 |
michael |
Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have
libavformat
|
Mon, 07 Dec 2009 13:55:38 +0000 |
jai_menon |
AU : demuxed packet size should be sample size aligned.
libavformat
|
Sun, 06 Dec 2009 07:03:46 +0000 |
kostya |
cosmetics: insert space between codeword and left parenthesis
libavformat
|
Sun, 06 Dec 2009 07:01:37 +0000 |
kostya |
Do not send invokes to RTMP server if we are not connected to it.
libavformat
|
Sun, 06 Dec 2009 00:03:53 +0000 |
daniel |
Calls to url_fseek should have their return value checked in
libavformat
|
Fri, 04 Dec 2009 16:52:42 +0000 |
kostya |
cosmetics: reindent after last commit
libavformat
|
Fri, 04 Dec 2009 16:52:16 +0000 |
kostya |
Implement RTMP output (publishing FLV stream to RTMP server).
libavformat
|
Fri, 04 Dec 2009 15:01:58 +0000 |
kostya |
Compress headers for output RTMP packets.
libavformat
|
Thu, 03 Dec 2009 17:11:48 +0000 |
kostya |
Remove duplicating variable
libavformat
|
Thu, 03 Dec 2009 16:13:51 +0000 |
kostya |
5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it
libavformat
|
Thu, 03 Dec 2009 15:59:51 +0000 |
kostya |
Send connect() and createStream() in RTMP system channel, not video channel.
libavformat
|
Thu, 03 Dec 2009 15:47:00 +0000 |
kostya |
Move "app" string into RTMP protocol context.
libavformat
|
Thu, 03 Dec 2009 06:40:37 +0000 |
kostya |
RTMP packets with one-byte header use previous packet timestamp difference, so
libavformat
|
Thu, 03 Dec 2009 00:27:01 +0000 |
ramiro |
Update Changelog, documentation, and libavformat minor version number for
libavformat
|
Wed, 02 Dec 2009 13:00:28 +0000 |
kostya |
Add another known RTMP channel ID to enum.
libavformat
|
Wed, 02 Dec 2009 12:55:10 +0000 |
kostya |
Move is_input flag into RTMP protocol context.
libavformat
|
Tue, 01 Dec 2009 23:10:32 +0000 |
bcoudurier |
print error message when image2 muxer fail to compute frame filename
libavformat
|
Tue, 01 Dec 2009 22:56:44 +0000 |
bcoudurier |
Change ret type to int64_t because url_fseek returns int64_t.
libavformat
|
Tue, 01 Dec 2009 20:15:05 +0000 |
bcoudurier |
use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present
libavformat
|
Tue, 01 Dec 2009 16:43:53 +0000 |
kostya |
Write timestamp deltas, not timestamps, for RTMP packets with partial header
libavformat
|
Tue, 01 Dec 2009 16:08:44 +0000 |
kostya |
Full-header RTMP packets contain real timestamp, others contain timestamp
libavformat
|
Tue, 01 Dec 2009 15:13:23 +0000 |
kostya |
Write header for RTMP packets with channel_id >= 64 correctly
libavformat
|
Tue, 01 Dec 2009 15:07:32 +0000 |
kostya |
Read and write extended timestamps for RTMP packets.
libavformat
|
Tue, 01 Dec 2009 14:58:17 +0000 |
kostya |
7l trocadero: reading right into enum variable may cause unwanted effects, use
libavformat
|
Tue, 01 Dec 2009 13:17:10 +0000 |
michael |
Support "A format generated by IndigoVision 8000 video server".
libavformat
|
Tue, 01 Dec 2009 02:07:46 +0000 |
michael |
slif aka "SoftLab MPEG-2 I-frames Codec" support.
libavformat
|
Mon, 30 Nov 2009 22:08:22 +0000 |
michael |
Print a warning if the duration is estimated from the bitrate, as this is
libavformat
|
Mon, 30 Nov 2009 22:01:21 +0000 |
bcoudurier |
decode qcelp in aiff, implement #1524, patch by Vitor
libavformat
|
Sun, 29 Nov 2009 18:26:51 +0000 |
bcoudurier |
100l, max value for timescale is UINT16_MAX
libavformat
|
Sun, 29 Nov 2009 02:46:49 +0000 |
bcoudurier |
remove useless mov timescale field
libavformat
|
Sun, 29 Nov 2009 02:41:48 +0000 |
bcoudurier |
change track timescale to unsigned int, fix warning
libavformat
|
Sun, 29 Nov 2009 02:40:27 +0000 |
bcoudurier |
track time can be 64bit
libavformat
|
Sun, 29 Nov 2009 02:27:08 +0000 |
bcoudurier |
support pcm_f32/64le in mov
libavformat
|
Sun, 29 Nov 2009 02:04:44 +0000 |
bcoudurier |
cosmetics, reindent after last commit
libavformat
|
Sun, 29 Nov 2009 02:03:24 +0000 |
bcoudurier |
support sample rates > INT16_MAX in mov using stsd v2
libavformat
|
Fri, 27 Nov 2009 13:10:56 +0000 |
jai_menon |
Fix typo.
libavformat
|
Thu, 26 Nov 2009 21:15:06 +0000 |
reimar |
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer.
libavformat
|
Tue, 24 Nov 2009 15:54:17 +0000 |
darkshikari |
Update ffserver to include all basic x264 parameters in .ffm files.
libavformat
|
Tue, 24 Nov 2009 07:08:17 +0000 |
pross |
Determine VOC block length when length field is zero, fixes issue1538.
libavformat
|
Mon, 23 Nov 2009 08:47:47 +0000 |
conrad |
MOV: cprt is another tag used for copyright
libavformat
|
Mon, 23 Nov 2009 08:47:44 +0000 |
conrad |
MOV: Add several iTunes metadata tags
libavformat
|
Mon, 23 Nov 2009 08:47:40 +0000 |
conrad |
MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer)
libavformat
|
Sun, 22 Nov 2009 21:04:18 +0000 |
bcoudurier |
set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration
libavformat
|
Sun, 22 Nov 2009 18:13:22 +0000 |
jbr |
Add MP4 object type for ALS.
libavformat
|
Sun, 22 Nov 2009 09:03:06 +0000 |
kostya |
When searching for AMF object field value, try to find that object first
libavformat
|
Sun, 22 Nov 2009 08:42:55 +0000 |
kostya |
Print error when RTMP protocol can't open connection
libavformat
|
Sun, 22 Nov 2009 08:40:55 +0000 |
kostya |
Pass only useful FLV metadata from RTMP stream
libavformat
|
Sun, 22 Nov 2009 02:07:10 +0000 |
jbr |
Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an
libavformat
|
Fri, 20 Nov 2009 23:12:55 +0000 |
reimar |
Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.
libavformat
|
Fri, 20 Nov 2009 20:02:49 +0000 |
daniel |
FLV muxer support for Flash screen codec v2
libavformat
|
Fri, 20 Nov 2009 19:16:42 +0000 |
daniel |
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer
libavformat
|
Thu, 19 Nov 2009 21:03:25 +0000 |
bcoudurier |
use AVFormatContext in dprintf
libavformat
|
Wed, 18 Nov 2009 17:15:17 +0000 |
diego |
Add functions to return library license and library configuration.
libavformat
|
Sun, 15 Nov 2009 03:26:47 +0000 |
bcoudurier |
Search relative path according to alias record when opening mov reference files.
libavformat
|
Fri, 13 Nov 2009 10:19:42 +0000 |
lucabe |
Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer
libavformat
|
Thu, 12 Nov 2009 23:05:56 +0000 |
stefano |
Split overly long line in doxy.
libavformat
|
Thu, 12 Nov 2009 15:34:17 +0000 |
lucabe |
Split the sdp_read_packet() function out of rtsp_read_packet().
libavformat
|
Thu, 12 Nov 2009 10:31:37 +0000 |
lucabe |
Move some some functions around, so that splitting the SDP code out of
libavformat
|
Thu, 12 Nov 2009 02:22:19 +0000 |
alexc |
Debug print MP4 objectTypeIndication in hex not decimal as values are listed in
libavformat
|
Wed, 11 Nov 2009 21:57:50 +0000 |
diego |
Add '#undef fprintf' before PRINT macro that uses fprintf.
libavformat
|
Wed, 11 Nov 2009 20:24:23 +0000 |
alexc |
Add a channels field to MPEG4AudioConfig.
libavformat
|
Mon, 09 Nov 2009 01:10:55 +0000 |
cehoyos |
Increase default value for max_analyze_duration, fixes issue 1506, a regression.
libavformat
|
Sun, 08 Nov 2009 23:48:15 +0000 |
cehoyos |
Use enum instead of integer types where appropriate.
libavformat
|
Sun, 08 Nov 2009 23:46:32 +0000 |
cehoyos |
Use CODEC_ID_NONE instead of 0 for enum CodecID.
libavformat
|
Sun, 08 Nov 2009 03:27:58 +0000 |
bcoudurier |
move code to avoid forward declaration
libavformat
|
Sun, 08 Nov 2009 03:17:08 +0000 |
bcoudurier |
Let pmt override stream info when encoutered later in the ts file.
libavformat
|
Sat, 07 Nov 2009 23:44:56 +0000 |
cehoyos |
Support some LATM AAC streams (they can be decoded with MPlayer).
libavformat
|
Sat, 07 Nov 2009 22:35:00 +0000 |
jbr |
Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.
libavformat
|
Fri, 06 Nov 2009 18:59:25 +0000 |
bcoudurier |
change \0xa9enc tag metadata name to encoder to match id3v2
libavformat
|
Fri, 06 Nov 2009 18:25:45 +0000 |
kostya |
10l: WavPack demuxer forgot to seek back to initial position after block
libavformat
|
Thu, 05 Nov 2009 14:25:37 +0000 |
lucabe |
Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam
libavformat
|
Thu, 05 Nov 2009 08:53:05 +0000 |
bcoudurier |
10l, typo
libavformat
|
Thu, 05 Nov 2009 08:14:48 +0000 |
kostya |
If custom sampling rate is set in WavPack file, parse first block to find
libavformat
|
Thu, 05 Nov 2009 08:10:50 +0000 |
kostya |
Initialize block_parsed before reading first block header in WavPack demuxer,
libavformat
|
Thu, 05 Nov 2009 07:32:50 +0000 |
bcoudurier |
do not redundantly set stream nb_frames, it's already set in read_stts
libavformat
|
Thu, 05 Nov 2009 07:30:53 +0000 |
bcoudurier |
compute dts shift with ctts value, cslg atom might be missing, fix #419
libavformat
|
Thu, 05 Nov 2009 07:17:10 +0000 |
bcoudurier |
check that duration is set to avoid fpe
libavformat
|
Thu, 05 Nov 2009 07:11:54 +0000 |
bcoudurier |
warn if stream timescale is not set and set it to 1 to avoid FPE
libavformat
|
Thu, 05 Nov 2009 02:04:21 +0000 |
reynaldo |
Corrects two typos
libavformat
|
Thu, 05 Nov 2009 01:59:07 +0000 |
reynaldo |
Decrement probe score at unsuported bpp
libavformat
|
Thu, 05 Nov 2009 01:40:13 +0000 |
bcoudurier |
fix \0xa9wrt metadata, to composer, fix issue #1501
libavformat
|
Tue, 03 Nov 2009 16:17:21 +0000 |
compn |
add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov
libavformat
|
Mon, 02 Nov 2009 00:10:10 +0000 |
compn |
map VYUY fourcc to rawcodec
libavformat
|
Sun, 01 Nov 2009 15:08:49 +0000 |
jbr |
Set the sample format for Smacker audio in the decoder rather than in the
libavformat
|
Fri, 30 Oct 2009 18:17:16 +0000 |
bcoudurier |
print packet duration when debugging timestamps
libavformat
|
Thu, 29 Oct 2009 10:46:16 +0000 |
cehoyos |
Support demuxing teletext in DVB streams.
libavformat
|
Tue, 27 Oct 2009 17:37:41 +0000 |
compn |
add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi
libavformat
|
Tue, 27 Oct 2009 15:57:28 +0000 |
compn |
add some raw codec fourccs, fixes:
libavformat
|
Sun, 25 Oct 2009 00:41:10 +0000 |
lu_zero |
rtsp_close_streams frees the auth_b64 line already
libavformat
|
Sun, 25 Oct 2009 00:06:31 +0000 |
lu_zero |
Support 3xx redirection in rtsp
libavformat
|
Sat, 24 Oct 2009 20:40:00 +0000 |
bcoudurier |
compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at gmail dot com
libavformat
|
Sat, 24 Oct 2009 16:53:06 +0000 |
lu_zero |
Just remove params understood by the demuxer
libavformat
|
Sat, 24 Oct 2009 15:18:21 +0000 |
lu_zero |
Suppress ?params in the rtsp uri
libavformat
|
Sat, 24 Oct 2009 15:10:58 +0000 |
lu_zero |
Use sdp c= line if the rtsp Transport line doesn't have a destination
libavformat
|
Sat, 24 Oct 2009 12:44:27 +0000 |
diego |
Remove ancient redir demuxer.
libavformat
|
Thu, 22 Oct 2009 18:43:08 +0000 |
michael |
Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.
libavformat
|
Thu, 22 Oct 2009 18:32:27 +0000 |
michael |
Support non interleaved avi files that have 0<size<sample_size.
libavformat
|
Thu, 22 Oct 2009 16:27:01 +0000 |
benoit |
Fixes detection and error reporting of non-existing files in img2.c.
libavformat
|
Wed, 21 Oct 2009 01:25:39 +0000 |
ramiro |
Add comment on #endif about condition that triggers it.
libavformat
|
Tue, 20 Oct 2009 19:27:25 +0000 |
daniel |
Seek function for TMV
libavformat
|
Tue, 20 Oct 2009 19:07:08 +0000 |
daniel |
Parenthesize correctly in TMV probe
libavformat
|
Tue, 20 Oct 2009 15:27:05 +0000 |
cehoyos |
Improve sofdec dectection to avoid false positives for MP2.
libavformat
|
Tue, 20 Oct 2009 06:40:01 +0000 |
benoit |
Make url_resetbuf() assert on wrong flags passed and make it static on next
libavformat
|
Mon, 19 Oct 2009 23:22:23 +0000 |
diego |
Move function that is only used by the MP3 muxer below the corresponding #if.
libavformat
|
Mon, 19 Oct 2009 22:36:57 +0000 |
diego |
Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32.
libavformat
|
Mon, 19 Oct 2009 22:32:32 +0000 |
diego |
The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.
libavformat
|
Mon, 19 Oct 2009 22:10:15 +0000 |
diego |
Remove some duplicate object dependencies for the RTSP demuxer.
libavformat
|
Mon, 19 Oct 2009 22:03:02 +0000 |
diego |
Add missing rdt.o dependency for SDP demuxer.
libavformat
|
Mon, 19 Oct 2009 18:55:27 +0000 |
bcoudurier |
check stream index validity in av_program_add_stream_index
libavformat
|
Mon, 19 Oct 2009 18:53:32 +0000 |
bcoudurier |
request mp3 frame_size to be set in has_codec_parameters, fix issue #1314
libavformat
|
Mon, 19 Oct 2009 02:20:08 +0000 |
bcoudurier |
reindent after commit
libavformat
|
Mon, 19 Oct 2009 02:12:10 +0000 |
bcoudurier |
In dump_format, print streams not associated with any program.
libavformat
|
Mon, 19 Oct 2009 01:42:05 +0000 |
reynaldo |
Fix wrong comparison in r20304
libavformat
|
Sun, 18 Oct 2009 23:56:00 +0000 |
reynaldo |
If missing, calculate width or height from bpp and
libavformat
|
Sun, 18 Oct 2009 23:27:23 +0000 |
bcoudurier |
fix indentation
libavformat
|
Sun, 18 Oct 2009 22:43:19 +0000 |
cehoyos |
Support FourCC mjpa as MJPEG.
libavformat
|
Sun, 18 Oct 2009 21:41:03 +0000 |
bcoudurier |
mux all stream types except audio as one pes packet per avpacket, issue #1374
libavformat
|
Sun, 18 Oct 2009 20:25:48 +0000 |
bcoudurier |
fix indentation and add braces
libavformat
|
Sun, 18 Oct 2009 20:11:32 +0000 |
bcoudurier |
handle_packets takes number of packets as arg, avoid reading too much
libavformat
|
Sun, 18 Oct 2009 20:08:13 +0000 |
bcoudurier |
Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t
libavformat
|
Sun, 18 Oct 2009 18:02:12 +0000 |
reynaldo |
Smarten mtv's probe a bit. Check for non zero
libavformat
|
Sun, 18 Oct 2009 16:13:29 +0000 |
aurel |
remove old and useless debug code
libavformat
|
Sun, 18 Oct 2009 15:28:53 +0000 |
kostya |
Read metadata in WavPack files.
libavformat
|
Sun, 18 Oct 2009 12:17:01 +0000 |
aurel |
matroskaenc: Add support for writing chapters.
libavformat
|
Sun, 18 Oct 2009 10:47:40 +0000 |
diego |
cosmetics: Break overly long lines.
libavformat
|
Sun, 18 Oct 2009 07:01:06 +0000 |
kostya |
Support more than 64 channels in RTMP input
libavformat
|
Sun, 18 Oct 2009 06:58:00 +0000 |
kostya |
Accept RTMP packets with one-byte header
libavformat
|
Sun, 18 Oct 2009 06:54:04 +0000 |
kostya |
Last parameter in RTMP "play" call was optional and some servers seem not to
libavformat
|
Sat, 17 Oct 2009 21:30:50 +0000 |
jbr |
Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment
libavformat
|
Sat, 17 Oct 2009 20:37:58 +0000 |
vitor |
Avoid segfault for empty input files
libavformat
|
Sat, 17 Oct 2009 14:07:28 +0000 |
mru |
Remove extraneous const keyword
libavformat
|
Sat, 17 Oct 2009 11:15:45 +0000 |
lucabe |
Emit the SDP lines in the correct order
libavformat
|
Fri, 16 Oct 2009 14:46:06 +0000 |
cehoyos |
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
libavformat
|
Fri, 16 Oct 2009 10:04:35 +0000 |
jbr |
Log a clearer warning message when muxing FLV with Speex containing more than
libavformat
|
Fri, 16 Oct 2009 07:55:57 +0000 |
reimar |
Split parts of dvdata.h into dvdata.c, this ensures that things like
libavformat
|
Fri, 16 Oct 2009 03:02:25 +0000 |
jbr |
Add Speex support to the FLV muxer.
libavformat
|
Thu, 15 Oct 2009 13:55:19 +0000 |
jai_menon |
Skip padding bytes correctly in ID3 tags.
libavformat
|
Thu, 15 Oct 2009 09:49:06 +0000 |
jbr |
10l: update Makefile after rename
libavformat
|
Thu, 15 Oct 2009 09:46:56 +0000 |
jbr |
Rename aiff.c to aiffdec.c
libavformat
|
Thu, 15 Oct 2009 09:45:16 +0000 |
jbr |
Split up the AIFF muxer and demuxer into separate files.
libavformat
|
Tue, 13 Oct 2009 18:15:57 +0000 |
reimar |
Add decoder for "forward uncompressed".
libavformat
|
Tue, 13 Oct 2009 08:08:10 +0000 |
reimar |
MXF: simply ignore tracks that are invalid due to not having a valid Sequence
libavformat
|
Tue, 13 Oct 2009 01:46:19 +0000 |
jbr |
Add Speex support to the Ogg muxer.
libavformat
|
Tue, 13 Oct 2009 00:19:34 +0000 |
jbr |
Do not read data past the end of the SSND chunk in the AIFF demuxer.
libavformat
|
Mon, 12 Oct 2009 22:00:14 +0000 |
cehoyos |
Support Midvid JPEG Video Codec (still flipped).
libavformat
|
Mon, 12 Oct 2009 21:35:26 +0000 |
cehoyos |
Support Intel JPEG Library Video Codec (still flipped).
libavformat
|
Mon, 12 Oct 2009 21:30:03 +0000 |
jbr |
Calculate correct packet durations when demuxing Ogg/Speex. This involves
libavformat
|
Mon, 12 Oct 2009 16:38:08 +0000 |
reimar |
Merge declaration and initialization
libavformat
|
Mon, 12 Oct 2009 16:36:48 +0000 |
reimar |
Simplify: use FFMIN
libavformat
|
Sun, 11 Oct 2009 23:09:33 +0000 |
cehoyos |
Detect Windows Media DRM protected files and display warning if no key
libavformat
|
Sun, 11 Oct 2009 11:56:53 +0000 |
cehoyos |
Allow autodetection of E-AC3.
libavformat
|
Sat, 10 Oct 2009 21:17:52 +0000 |
cehoyos |
Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
libavformat
|
Fri, 09 Oct 2009 18:29:19 +0000 |
daniel |
Do not allow 0 sample rate in TMV demuxer
libavformat
|
Fri, 09 Oct 2009 18:24:47 +0000 |
daniel |
Stricter TMV probe
libavformat
|
Tue, 06 Oct 2009 17:51:28 +0000 |
daniel |
Reindent
libavformat
|
Tue, 06 Oct 2009 17:50:10 +0000 |
daniel |
Add RF64 support to wav demuxer.
libavformat
|
Mon, 05 Oct 2009 21:36:56 +0000 |
cehoyos |
Only read ID3v1 tag if ID3v2 isn't present or is empty.
libavformat
|
Mon, 05 Oct 2009 20:10:07 +0000 |
ramiro |
id3v2: Export all text information frames with correct names.
libavformat
|
Mon, 05 Oct 2009 16:06:00 +0000 |
ramiro |
MP3 muxer: Write all metadata.
libavformat
|
Mon, 05 Oct 2009 09:19:42 +0000 |
diego |
Fix pcm_read_seek () when the position it calculates is greater than 2 GB.
libavformat
|
Mon, 05 Oct 2009 08:38:39 +0000 |
cehoyos |
Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two separate streams.
libavformat
|
Sat, 03 Oct 2009 19:40:52 +0000 |
cehoyos |
Add FIXME about low_delay vs has_b_frames.
libavformat
|
Sat, 03 Oct 2009 19:30:09 +0000 |
cehoyos |
H264 allows B frames without requiring a >=1 sized buffer.
libavformat
|
Fri, 02 Oct 2009 07:27:08 +0000 |
reimar |
wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of
libavformat
|
Fri, 02 Oct 2009 07:22:44 +0000 |
reimar |
wav: return av_get_packet errors unchanged.
libavformat
|
Fri, 02 Oct 2009 07:05:52 +0000 |
reimar |
Remove url_feof check that would be triggered only after incorrectly producing
libavformat
|
Fri, 02 Oct 2009 07:03:04 +0000 |
reimar |
Remove useless setting of pkt->size, av_get_packet already handles that.
libavformat
|
Fri, 02 Oct 2009 06:42:20 +0000 |
reimar |
Return special EOF checking for aiff and au demuxers, the check was at
libavformat
|
Fri, 02 Oct 2009 06:40:50 +0000 |
reimar |
Return any error return values from av_get_packet, get_buffer etc. unchanged
libavformat
|
Fri, 02 Oct 2009 06:36:39 +0000 |
reimar |
Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as
libavformat
|
Thu, 01 Oct 2009 21:15:36 +0000 |
aurel |
matroskadec: cosmetics: indentation
libavformat
|
Thu, 01 Oct 2009 21:14:46 +0000 |
aurel |
matroskadec: don't overwrite extradata already read by ff_get_wav_header()
libavformat
|
Thu, 01 Oct 2009 21:14:05 +0000 |
aurel |
matroskadec: fix handling of A_MS/ACM track with no extradata
libavformat
|
Thu, 01 Oct 2009 17:32:22 +0000 |
reimar |
Make rawvideo_read_packet return partial frames.
libavformat
|
Thu, 01 Oct 2009 17:26:20 +0000 |
reimar |
Simplify: remove pointless {} and else
libavformat
|
Thu, 01 Oct 2009 17:22:01 +0000 |
reimar |
Remove pointless setting of pkt->size, av_get_packet already handles this.
libavformat
|
Thu, 01 Oct 2009 17:08:33 +0000 |
reimar |
au demuxer: pass av_get_packet error on unchanged instead of converting to
libavformat
|
Thu, 01 Oct 2009 16:10:09 +0000 |
reimar |
av_new_packet failing should return ENOMEM, not EIO.
libavformat
|
Thu, 01 Oct 2009 15:40:29 +0000 |
reimar |
put_bits can only reliably write up to 31 bit bits, above it relies on
libavformat
|
Thu, 01 Oct 2009 10:24:02 +0000 |
aurel |
Fix playback of strange AVI files with stray LIST.
libavformat
|
Wed, 30 Sep 2009 18:27:39 +0000 |
reimar |
10l in code reading codec_name, the first byte is the length and should not
libavformat
|
Wed, 30 Sep 2009 13:35:13 +0000 |
reimar |
Return an error when the parsed mpc chunk size is negative, otherwise we
libavformat
|
Wed, 30 Sep 2009 09:46:48 +0000 |
reimar |
Disable parsing for ogg streams where no ogg header was found,
libavformat
|
Wed, 30 Sep 2009 09:43:56 +0000 |
reimar |
Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg
libavformat
|
Tue, 29 Sep 2009 10:23:47 +0000 |
reimar |
Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.
libavformat
|
Tue, 29 Sep 2009 10:12:18 +0000 |
reimar |
Extend DV autodetection to also reliably detect single-frame DVs with
libavformat
|
Tue, 29 Sep 2009 07:05:03 +0000 |
cehoyos |
Add id3v2 metadata conversion table and use it in mp3 muxer.
libavformat
|
Sat, 26 Sep 2009 21:06:18 +0000 |
bcoudurier |
100l, typo
libavformat
|
Sat, 26 Sep 2009 20:51:38 +0000 |
bcoudurier |
Export mov/mp4 major and compatible brands as metadata.
libavformat
|
Thu, 24 Sep 2009 19:20:53 +0000 |
cehoyos |
Fix reading VDR files (broken since r19000).
libavformat
|
Thu, 24 Sep 2009 15:37:09 +0000 |
reimar |
Fix possible buffer over-read in vorbis_comment, fix it double to be sure.
libavformat
|
Wed, 23 Sep 2009 18:22:00 +0000 |
diego |
id3v2: Add support for UTF-16 encoding.
libavformat
|
Wed, 23 Sep 2009 18:10:29 +0000 |
diego |
id3v2: Use 0 instead of '\0'.
libavformat
|
Wed, 23 Sep 2009 18:04:40 +0000 |
diego |
id3v2: check for enough space to write full UTF-8 characters.
libavformat
|
Wed, 23 Sep 2009 09:18:23 +0000 |
reimar |
Correctly print number of remaining bytes in oggparsevorbis instead of always
libavformat
|
Tue, 22 Sep 2009 17:28:03 +0000 |
banan |
Hook up the MD studio demuxer and Atrac1 decoder.
libavformat
|
Tue, 22 Sep 2009 12:39:19 +0000 |
diego |
Place MP3 demuxer code under appropriate #ifdefs.
libavformat
|
Tue, 22 Sep 2009 11:19:36 +0000 |
diego |
Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.
libavformat
|
Tue, 22 Sep 2009 10:31:29 +0000 |
diego |
Move find_guid function and guid_data array to a globally available place.
libavformat
|
Fri, 18 Sep 2009 19:51:05 +0000 |
diego |
#include correct header to fix 'make checkheaders'.
libavformat
|
Fri, 18 Sep 2009 13:19:13 +0000 |
michael |
Only use *ic_ptr when it has been initialized.
libavformat
|
Fri, 18 Sep 2009 13:18:47 +0000 |
rbultje |
Unscrewup indentation (pointed out by Diego).
libavformat
|
Thu, 17 Sep 2009 21:47:11 +0000 |
rbultje |
RTSP basic authentication, patch originally by Philip Coombes
libavformat
|
Thu, 17 Sep 2009 19:07:09 +0000 |
bcoudurier |
fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot be
libavformat
|
Thu, 17 Sep 2009 18:46:50 +0000 |
bcoudurier |
print at debug level the score at which codec probing succedeed
libavformat
|
Thu, 17 Sep 2009 18:09:20 +0000 |
reimar |
Improve SIFF probe by also checking the first tag is one of the expected.
libavformat
|
Thu, 17 Sep 2009 18:08:07 +0000 |
reimar |
Improve dxa probe by checking the values for width and height are reasonable.
libavformat
|
Thu, 17 Sep 2009 18:07:27 +0000 |
reimar |
Slightly improve probe for ea format by checking that it is possible to
libavformat
|
Thu, 17 Sep 2009 05:31:02 +0000 |
kostya |
Do not include "mp4:" prefix from RTMP URL into "app" path or second time
libavformat
|
Wed, 16 Sep 2009 20:44:26 +0000 |
michael |
Print a warning if a format has been detected with a low score.
libavformat
|
Wed, 16 Sep 2009 20:23:04 +0000 |
michael |
Print at debug level the score with which probing succeeded.
libavformat
|
Wed, 16 Sep 2009 20:06:48 +0000 |
michael |
Fix indention after last commit.
libavformat
|
Wed, 16 Sep 2009 20:04:04 +0000 |
michael |
Improve amortized worst case speed of the muxers packet interleaving code
libavformat
|
Wed, 16 Sep 2009 18:06:29 +0000 |
kostya |
reindent after last commit and remove unneeded empty line
libavformat
|
Wed, 16 Sep 2009 18:05:21 +0000 |
kostya |
Make MPC SV8 probe skip tags until stream header is found
libavformat
|
Wed, 16 Sep 2009 15:12:23 +0000 |
reimar |
Fix overflow check insufficiently improved in r19840.
libavformat
|
Wed, 16 Sep 2009 12:26:59 +0000 |
pross |
Core Audio Format demuxer
libavformat
|
Wed, 16 Sep 2009 11:35:01 +0000 |
pross |
Make mov LPCM and AAC parsing functions public
libavformat
|
Wed, 16 Sep 2009 04:43:33 +0000 |
kostya |
Enhance Musepack SV8 probing code
libavformat
|
Wed, 16 Sep 2009 01:49:34 +0000 |
michael |
Flv should be AVFMT_VARIABLE_FPS.
libavformat
|
Wed, 16 Sep 2009 01:47:54 +0000 |
michael |
Upgrade a few important messages to AV_LOG_WARNING.
libavformat
|
Wed, 16 Sep 2009 01:17:39 +0000 |
michael |
Fix indention after previous commit.
libavformat
|
Wed, 16 Sep 2009 00:59:15 +0000 |
michael |
Make packet interleaving in the muxer not scan through the whole
libavformat
|
Wed, 16 Sep 2009 00:56:31 +0000 |
michael |
Also reset *_end in flush_packet_queue().
libavformat
|
Tue, 15 Sep 2009 23:40:10 +0000 |
jbr |
10l: set genre default immediately before reading genre tag
libavformat
|
Tue, 15 Sep 2009 23:37:54 +0000 |
jbr |
Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues).
libavformat
|
Tue, 15 Sep 2009 16:36:53 +0000 |
kostya |
Do not set 0 FPS in VC-1 test stream format demuxer.
libavformat
|
Tue, 15 Sep 2009 15:28:11 +0000 |
kostya |
Check for explicit 32-bit FPS value so it works on 64-bit systems too
libavformat
|
Tue, 15 Sep 2009 15:22:36 +0000 |
kostya |
Make probing for VC1 test bitstream format stricter
libavformat
|
Tue, 15 Sep 2009 14:56:09 +0000 |
michael |
Check offset in flv_probe()
libavformat
|
Tue, 15 Sep 2009 13:28:14 +0000 |
michael |
Do not return values above AVPROBE_SCORE_MAX from probe().
libavformat
|
Tue, 15 Sep 2009 13:27:13 +0000 |
michael |
Make h261 and mpegvideo probe a little more robust so they dont fail with
libavformat
|
Tue, 15 Sep 2009 12:20:03 +0000 |
michael |
Make mpeg_probe() pass probetest.
libavformat
|
Tue, 15 Sep 2009 10:01:25 +0000 |
reimar |
Slightly stricter MPEG-PES probing, fixes issue 1383.
libavformat
|
Tue, 15 Sep 2009 09:21:29 +0000 |
reimar |
Vastly improved mm_probe function, passes probetest.
libavformat
|
Tue, 15 Sep 2009 09:16:29 +0000 |
reimar |
Improve sierravmd probe. It is still quite weak, but further improvements
libavformat
|
Mon, 14 Sep 2009 23:03:33 +0000 |
michael |
Slighty tweak mp3 probe threshold to prevent probetest from complaining.
libavformat
|
Mon, 14 Sep 2009 22:03:07 +0000 |
reimar |
Try harder to avoid false positives for DV probe.
libavformat
|
Mon, 14 Sep 2009 21:50:23 +0000 |
reimar |
Make dnxhd probe more strict, fail if we detect values in header that would
libavformat
|
Mon, 14 Sep 2009 21:29:19 +0000 |
michael |
Rewrite h261_probe().
libavformat
|
Mon, 14 Sep 2009 20:28:10 +0000 |
reimar |
Make DTS probe more robust against false positives (as e.g. probetest shows).
libavformat
|
Mon, 14 Sep 2009 20:01:32 +0000 |
reimar |
Check the index validity more thoroughly for the c93 probe function.
libavformat
|
Mon, 14 Sep 2009 19:58:51 +0000 |
reimar |
Add more sanity checks for header elements, rejecting files with clearly
libavformat
|
Mon, 14 Sep 2009 19:06:36 +0000 |
michael |
Rewrite h263_probe().
libavformat
|
Mon, 14 Sep 2009 17:15:18 +0000 |
reimar |
Extend check for integer overflow for malloc argument to take into account
libavformat
|
Mon, 14 Sep 2009 17:05:13 +0000 |
kostya |
Fix wrong logical operator which causes too relaxed checking in VC-1 test
libavformat
|
Mon, 14 Sep 2009 15:44:05 +0000 |
reimar |
Check buffer size for idcin check, otherwise false positives are too likely for
libavformat
|
Sun, 13 Sep 2009 20:08:47 +0000 |
bcoudurier |
ensure pes buffer is set to avoid segv
libavformat
|
Sun, 13 Sep 2009 20:06:49 +0000 |
bcoudurier |
reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t
libavformat
|
Sun, 13 Sep 2009 18:27:53 +0000 |
banan |
Add condition to aea demuxer probe.
libavformat
|
Sun, 13 Sep 2009 11:08:59 +0000 |
reimar |
When resetting vst->pkt.data to NULL, also set vst->slices.
libavformat
|
Sun, 13 Sep 2009 08:57:30 +0000 |
schreter |
Use I/O buffer size as initial value for backoff for seeking sync point search.
libavformat
|
Thu, 10 Sep 2009 19:12:13 +0000 |
banan |
Cosmetics, add spaces
libavformat
|
Thu, 10 Sep 2009 18:48:12 +0000 |
banan |
Initial commit of the MD studio demuxer, not hooked up yet
libavformat
|
Wed, 09 Sep 2009 22:55:10 +0000 |
cehoyos |
Document padding for AVProbeData.
libavformat
|
Wed, 09 Sep 2009 16:26:24 +0000 |
cehoyos |
Fix a bug with reading non-interleaved AVI if one the streams is
libavformat
|
Wed, 09 Sep 2009 16:25:12 +0000 |
cehoyos |
Factorise st->nb_index_entries check.
libavformat
|
Mon, 07 Sep 2009 22:42:51 +0000 |
bcoudurier |
check entries against field_size, potential malloc overflow in read_stsz, fix #1357
libavformat
|
Mon, 07 Sep 2009 22:36:33 +0000 |
bcoudurier |
add one missing check for stream existence in read_elst, fix #1364
libavformat
|
Mon, 07 Sep 2009 10:49:51 +0000 |
diego |
Use all 32 bits of the timestamp when calculating flv duration.
libavformat
|
Sun, 06 Sep 2009 15:59:32 +0000 |
schreter |
disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default)
libavformat
|
Sun, 06 Sep 2009 08:57:19 +0000 |
reimar |
ff_rm_metadata is const.
libavformat
|
Sun, 06 Sep 2009 08:39:41 +0000 |
reimar |
ff_id3v1_genre_str table should be const.
libavformat
|
Sun, 06 Sep 2009 08:36:25 +0000 |
reimar |
100l, all avlanguage tables should be both static and const.
libavformat
|
Sat, 05 Sep 2009 19:31:01 +0000 |
schreter |
cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...)
libavformat
|
Sat, 05 Sep 2009 15:41:32 +0000 |
reimar |
Search for ipmovie signature beyond the start of the file.
libavformat
|
Sat, 05 Sep 2009 11:30:55 +0000 |
reimar |
Extend ipmovie signature to match exactly one place in mve files that have a
libavformat
|
Fri, 04 Sep 2009 21:43:41 +0000 |
jbr |
Remove fake Speex header creation from FLV demuxer. Having it there was not the
libavformat
|
Fri, 04 Sep 2009 21:38:45 +0000 |
jbr |
Add frame_size as a codec parameter requirement for Speex in
libavformat
|
Sun, 30 Aug 2009 18:14:22 +0000 |
cehoyos |
Fix incorrect display of ASF/WMV duration after r12926.
libavformat
|
Fri, 28 Aug 2009 00:44:54 +0000 |
jbr |
Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat
libavformat
|
Wed, 26 Aug 2009 22:33:48 +0000 |
schreter |
Cosmetic changes in read_seek* routines.
libavformat
|
Wed, 26 Aug 2009 22:10:35 +0000 |
cehoyos |
Decoder for LPCM as used in Bluray discs.
libavformat
|
Wed, 26 Aug 2009 08:38:44 +0000 |
reimar |
Check for seek failures in avi_load_index, otherwise if the index offset
libavformat
|
Tue, 25 Aug 2009 19:59:38 +0000 |
bcoudurier |
return AVERROR(ENOMEM) if stream could not be allocated
libavformat
|
Tue, 25 Aug 2009 19:58:21 +0000 |
bcoudurier |
check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu
libavformat
|
Tue, 25 Aug 2009 09:46:16 +0000 |
diego |
Do not read index chunks as audio/video data; closes issue 1336.
libavformat
|
Tue, 25 Aug 2009 08:47:39 +0000 |
cehoyos |
Add Bluray Subtitle Support
libavformat
|
Tue, 25 Aug 2009 07:47:34 +0000 |
reimar |
Mark video from .mtv files correctly as upside-down.
libavformat
|
Mon, 24 Aug 2009 21:42:25 +0000 |
mru |
mpegts: change variable-length array to fixed length
libavformat
|
Mon, 24 Aug 2009 13:43:33 +0000 |
aurel |
matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks
libavformat
|
Mon, 24 Aug 2009 13:40:30 +0000 |
aurel |
matroskadec: factorize some code
libavformat
|
Sat, 22 Aug 2009 16:07:50 +0000 |
schreter |
Use generic multi-stream key frame finding routine to implement read_seek2 and map
libavformat
|
Sat, 22 Aug 2009 16:05:43 +0000 |
schreter |
Support for generic multi-stream key frame finding for new seek API.
libavformat
|
Fri, 21 Aug 2009 08:34:19 +0000 |
bwolowiec |
Add support for S/PDIF encapsulation.
libavformat
|
Wed, 12 Aug 2009 13:17:39 +0000 |
pross |
Moves the display of metadata to dump_format()
libavformat
|
Tue, 11 Aug 2009 17:28:56 +0000 |
kostya |
Parse ID3 tags in Musepack SV7 files
libavformat
|
Tue, 11 Aug 2009 17:18:10 +0000 |
kostya |
Parse APE metadata tags in Musepack SV7 files
libavformat
|
Tue, 11 Aug 2009 17:08:09 +0000 |
kostya |
Move APE tag parsing into separate module.
libavformat
|
Tue, 11 Aug 2009 16:55:49 +0000 |
kostya |
Do not use internals of ByteIOContext during APE tags parsing.
libavformat
|
Tue, 11 Aug 2009 16:43:44 +0000 |
kostya |
Remove incorrect APE tag size adjustment based on flags.
libavformat
|
Mon, 10 Aug 2009 20:53:32 +0000 |
aurel |
avidec: simplify, using av_rescale_q() instead of av_rescale()
libavformat
|
Mon, 10 Aug 2009 20:48:05 +0000 |
aurel |
actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc
libavformat
|
Mon, 10 Aug 2009 18:12:02 +0000 |
aurel |
matroskadec: disable h264 parser as long as it totally mess up frame type
libavformat
|
Mon, 10 Aug 2009 18:06:14 +0000 |
aurel |
matroskadec: correctly parse flags for simpleblock frames
libavformat
|
Mon, 10 Aug 2009 16:35:36 +0000 |
diego |
cosmetics: whitespace, prettyprinting, coding style fixes
libavformat
|
Mon, 10 Aug 2009 16:27:33 +0000 |
diego |
Sony Wave64 demuxer
libavformat
|
Fri, 07 Aug 2009 23:57:52 +0000 |
aurel |
fix riff subtitle timebase
libavformat
|
Sun, 02 Aug 2009 17:42:40 +0000 |
ramiro |
Use enums instead of int.
libavformat
|
Fri, 31 Jul 2009 06:49:36 +0000 |
kostya |
RTMP protocol support (as a client)
libavformat
|
Thu, 30 Jul 2009 19:14:57 +0000 |
bcoudurier |
cosmetics, remove spaces after '(' and before ')'
libavformat
|
Thu, 30 Jul 2009 18:29:06 +0000 |
bcoudurier |
init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297
libavformat
|
Thu, 30 Jul 2009 15:05:33 +0000 |
rbultje |
Remove old_flags variable, which is a duplicate of the flags variable.
libavformat
|
Thu, 30 Jul 2009 15:04:19 +0000 |
rbultje |
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function
libavformat
|
Thu, 30 Jul 2009 08:21:11 +0000 |
bcoudurier |
return EOF in image2 demuxer
libavformat
|
Wed, 29 Jul 2009 17:12:47 +0000 |
diego |
Remove pointless '#ifdef DEBUG' around dprintf macro.
libavformat
|
Wed, 29 Jul 2009 02:17:08 +0000 |
bcoudurier |
Stop parsing in read_header only after finding pmt, and
libavformat
|
Tue, 28 Jul 2009 17:51:12 +0000 |
bcoudurier |
rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com
libavformat
|
Mon, 27 Jul 2009 14:32:54 +0000 |
rbultje |
Cosmetics: remove spaces between function name and arguments in declaration,
libavformat
|
Mon, 27 Jul 2009 14:29:06 +0000 |
rbultje |
Use named initializers and use new/free_context() instead of extradata()
libavformat
|