Mercurial > libavformat.hg
graph
-
fix and simplify long gop mpeg codec ul computation libavformatSat, 04 Jul 2009 08:02:01 +0000, by bcoudurier
-
set index duration to 0 for cbr, specifying whole container coverage libavformatSat, 04 Jul 2009 07:56:58 +0000, by bcoudurier
-
use ber4 length for descriptors preferred by specs libavformatSat, 04 Jul 2009 07:52:28 +0000, by bcoudurier
-
write profile and level local tag in mpeg descriptor libavformatSat, 04 Jul 2009 07:49:12 +0000, by bcoudurier
-
Check for failed extradata malloc, fixes a crash in out-of-memory conditions libavformatFri, 03 Jul 2009 11:27:52 +0000, by reimar
-
Check size of "strf" header against size of enclosing "LIST" if there is one. libavformatFri, 03 Jul 2009 11:26:14 +0000, by reimar
-
Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. libavformatFri, 03 Jul 2009 11:18:07 +0000, by reimar
-
If either of num or den is 0 make both 0 in av_set_pts_info(). libavformatThu, 02 Jul 2009 12:47:58 +0000, by michael
-
Make sure av_set_pts_info() does not set the fields of a timebase to libavformatWed, 01 Jul 2009 20:52:48 +0000, by michael
-
Make arguments of av_set_pts_info() unsigned. libavformatWed, 01 Jul 2009 18:50:31 +0000, by michael
-
cosmetics, change case and comments alignment libavformatTue, 30 Jun 2009 07:43:32 +0000, by bcoudurier
-
correctly compute frame flags with closed gop libavformatTue, 30 Jun 2009 07:41:40 +0000, by bcoudurier
-
Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). libavformatMon, 29 Jun 2009 22:48:07 +0000, by alexc
-
Make the configure script select the input/output devices using libavformatMon, 29 Jun 2009 18:49:15 +0000, by stefano
-
id3v2.4.0 uses syncsafe integers for sizes of frames. libavformatMon, 29 Jun 2009 18:36:49 +0000, by michael
-
Remove inconsistent use of a @brief command in av_write_trailer() libavformatSun, 28 Jun 2009 21:05:46 +0000, by stefano
-
Use consistently the third person in doxy, as recommended by the libavformatSun, 28 Jun 2009 21:01:51 +0000, by stefano
-
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M libavformatThu, 25 Jun 2009 19:10:27 +0000, by bcoudurier
-
Only set CODEC_ID_PROBE when a packet from a stream having a PES header libavformatThu, 25 Jun 2009 19:01:16 +0000, by bcoudurier
-
limit raw packet buffer size used for codec probing libavformatThu, 25 Jun 2009 18:48:57 +0000, by bcoudurier
-
only set par if it does not indicates a rotation, ex iphone 3GS libavformatThu, 25 Jun 2009 00:17:47 +0000, by bcoudurier
-
Remove any reference to ASFContext.packet_size and replace it with libavformatWed, 24 Jun 2009 23:04:05 +0000, by rbultje
-
flvdec: Build a Speex header during FLV demuxing using required and libavformatWed, 24 Jun 2009 22:10:53 +0000, by jbr
-
mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set. libavformatWed, 24 Jun 2009 09:38:42 +0000, by reimar
-
mov_read_packet: extract code that searches for the stream/sample to demux next libavformatWed, 24 Jun 2009 08:57:53 +0000, by reimar
-
mov_read_packet: if dv_get_packet fails, return exactly its error value libavformatWed, 24 Jun 2009 08:50:46 +0000, by reimar
-
In mov_read_packet remember the AVStream we want to demux next instead of the libavformatWed, 24 Jun 2009 08:23:40 +0000, by reimar
-
check stream existence before assignment, fix #1222 libavformatWed, 24 Jun 2009 03:38:47 +0000, by bcoudurier
-
Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). libavformatTue, 23 Jun 2009 15:38:53 +0000, by rbultje
-
Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformatMon, 22 Jun 2009 23:09:34 +0000, by diego
-
Change packet_size from signed to unsigned, since it never has a negative libavformatMon, 22 Jun 2009 16:52:02 +0000, by rbultje
-
oggenc: Change error log text. An error here does not necessarily mean libavformatSun, 21 Jun 2009 20:18:29 +0000, by jbr
-
oggenc: return error value from ogg_build_flac_headers() libavformatSun, 21 Jun 2009 20:16:48 +0000, by jbr
-
Revert r19239: It broke four conformance tests. libavformatSat, 20 Jun 2009 14:47:38 +0000, by cehoyos
-
Fix onMetaData property count in flv files (issue 1206). libavformatSat, 20 Jun 2009 12:52:48 +0000, by cehoyos
-
Print meaningful error messages when url_fopen fails. libavformatSat, 20 Jun 2009 09:00:12 +0000, by jai_menon
-
add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de libavformatSat, 20 Jun 2009 06:09:30 +0000, by bcoudurier
-
fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com libavformatFri, 19 Jun 2009 21:36:21 +0000, by bcoudurier
-
Add support for id3 tag parsing for ADTS AAC streams libavformatFri, 19 Jun 2009 14:36:47 +0000, by superdump
-
Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. libavformatFri, 19 Jun 2009 14:03:35 +0000, by diego
-
Add support for muxing XSUB subtitles to AVI muxer. libavformatFri, 19 Jun 2009 13:26:10 +0000, by reimar
-
Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI file. libavformatThu, 18 Jun 2009 19:31:12 +0000, by darkshikari
-
Print why av_find_stream_info() failed, this is a rather common question libavformatThu, 18 Jun 2009 00:22:08 +0000, by michael
-
Set restrictions on packet_size, as per ISO-11172 / H-222 specifications libavformatWed, 17 Jun 2009 19:04:02 +0000, by rbultje
-
Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file. libavformatTue, 16 Jun 2009 23:50:02 +0000, by darkshikari
-
Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about libavformatTue, 16 Jun 2009 23:14:59 +0000, by stefano
-
check atom size against edit_count to avoid very long loop libavformatMon, 15 Jun 2009 02:07:41 +0000, by bcoudurier
-
fix probing and demuxing of pond.dv, issue #887 libavformatMon, 15 Jun 2009 01:41:59 +0000, by bcoudurier
-
check if frame size matches old sys and assumes corrupted input, fixes #1192 libavformatSun, 14 Jun 2009 22:34:28 +0000, by bcoudurier
-
Add a VorbisComment metadata conversion table and use it in the FLAC and libavformatSat, 13 Jun 2009 22:45:58 +0000, by jbr
-
matroskadec: prepend TargetType to metadata key name libavformatSat, 13 Jun 2009 22:29:38 +0000, by aurel
-
Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read libavformatSat, 13 Jun 2009 06:39:01 +0000, by kostya
-
Analysis of logs show that there are in fact some files with m1v1 too (not just m2v2), libavformatSat, 13 Jun 2009 03:02:16 +0000, by darkshikari
-
Electronic Arts demuxer: support Madcow video tag libavformatSat, 13 Jun 2009 02:20:54 +0000, by pross
-
Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of libavformatSat, 13 Jun 2009 00:50:57 +0000, by conrad
-
Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a problematic MOV file. libavformatSat, 13 Jun 2009 00:16:39 +0000, by darkshikari
-
Do not include libavcodec/internal.h in the ADTS muxer. libavformatFri, 12 Jun 2009 19:49:46 +0000, by alexc
-
Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. libavformatFri, 12 Jun 2009 17:39:56 +0000, by darkshikari
-
Associate the 0x6c75 TwoCC used in certain Kodak cameras libavformatFri, 12 Jun 2009 13:21:01 +0000, by jai_menon
-
Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4 libavformatFri, 12 Jun 2009 05:26:40 +0000, by conrad
-
Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files. libavformatFri, 12 Jun 2009 02:20:26 +0000, by darkshikari
-
Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file. libavformatFri, 12 Jun 2009 01:09:49 +0000, by darkshikari
-
cosmetics: Prettyprint one more line to have columns line up. libavformatThu, 11 Jun 2009 20:45:35 +0000, by diego
-
cosmetics: Reformat to K&R and prettyprint newly created files. libavformatThu, 11 Jun 2009 15:35:23 +0000, by diego
-
Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. libavformatThu, 11 Jun 2009 15:26:57 +0000, by diego
-
Remove time_rate, we cannot compute exactly when fragments are libavformatThu, 11 Jun 2009 05:13:23 +0000, by bcoudurier
-
if b frames are parsed, set codec->has_b_frames libavformatThu, 11 Jun 2009 04:30:05 +0000, by bcoudurier
-
Make sure buffer end remains constant within the loop libavformatWed, 10 Jun 2009 14:56:50 +0000, by lu_zero
-
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: libavformatTue, 09 Jun 2009 20:58:32 +0000, by rbultje
-
Add additional dependencies for sdp and rtsp demuxers. libavformatTue, 09 Jun 2009 18:30:15 +0000, by jai_menon
-
Cosmetics : Use dprintf instead of printf. libavformatSat, 06 Jun 2009 17:32:59 +0000, by jai_menon
-
Cosmetics : Fix indentation after last commit. libavformatSat, 06 Jun 2009 16:46:40 +0000, by jai_menon
-
Introduce http_get_line and modify http_connect to use http_get_line. libavformatSat, 06 Jun 2009 16:44:21 +0000, by jai_menon
-
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should libavformatSat, 06 Jun 2009 09:35:15 +0000, by stefano
-
Ensure that the extradata buffer is padded appripriately in the ogg demuxer. libavformatFri, 05 Jun 2009 23:39:11 +0000, by conrad
-
Move function for reading whole specified amount of data from RTSP libavformatThu, 04 Jun 2009 06:25:53 +0000, by kostya
-
Add the .adts file extension to the ADTS muxer. libavformatWed, 03 Jun 2009 23:34:35 +0000, by alexc
-
broken stsd length might be < 16, fix elst-assert.mp4 libavformatWed, 03 Jun 2009 23:13:53 +0000, by bcoudurier
-
Change find_tag return type to int64_t, fix a bug libavformatWed, 03 Jun 2009 22:36:59 +0000, by bcoudurier
-
do not parse full header for private streams libavformatTue, 02 Jun 2009 07:53:44 +0000, by bcoudurier
-
fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com libavformatSun, 31 May 2009 05:24:16 +0000, by bcoudurier
-
set codec_tag to stream type, so user can deal with it libavformatSun, 31 May 2009 04:10:15 +0000, by bcoudurier
-
set codec_tag to registration descriptor if present libavformatSun, 31 May 2009 04:04:20 +0000, by bcoudurier
-
add streams even if they are not present in PMT, fix #1092 and #835 libavformatSun, 31 May 2009 03:55:23 +0000, by bcoudurier
-
remove no longer needed fake dvbsub stream type libavformatSun, 31 May 2009 03:46:24 +0000, by bcoudurier
-
move new_pes_av_stream to avoid forward declaration libavformatSun, 31 May 2009 03:12:25 +0000, by bcoudurier
-
rework stream type and codec identification libavformatSun, 31 May 2009 02:56:15 +0000, by bcoudurier
-
cosmetics, reindent, remove useless braces, whitespaces libavformatSun, 31 May 2009 00:33:37 +0000, by bcoudurier
-
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets libavformatSun, 31 May 2009 00:24:06 +0000, by bcoudurier
-
Implement SoX native format muxer and demuxer. libavformatSat, 30 May 2009 18:51:15 +0000, by stefano