Mercurial > libavformat.hg
graph
-
add metadata in AVStream, AVProgram and AVChapter libavformatSun, 04 Jan 2009 22:31:55 +0000, by aurel
-
Ministry of English Composition treatment for the new metadata API libavformatSun, 04 Jan 2009 20:47:09 +0000, by melanson
-
If we find a VBR tag at the beginning of the file don't attempt to libavformatSun, 04 Jan 2009 16:23:18 +0000, by michael
-
Drop the deprecated parse_image_size() and parse_frame_rate() functions libavformatSun, 04 Jan 2009 11:04:02 +0000, by stefano
-
10l set AVPacket.size to the true size of the returned data instead of libavformatWed, 31 Dec 2008 02:47:54 +0000, by michael
-
Replace buffer by AVPacket and avoid a memcpy() for video when the number libavformatWed, 31 Dec 2008 01:53:12 +0000, by michael
-
Simplify the top of rm_assemble_video_frame(). libavformatTue, 30 Dec 2008 21:23:02 +0000, by michael
-
Add a few error checks to rm_assemble_video_frame() libavformatTue, 30 Dec 2008 20:51:18 +0000, by michael
-
All non zero returns of rm_assemble_video_frame() are errors, check things libavformatTue, 30 Dec 2008 19:49:27 +0000, by michael
-
av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in libavformatSun, 28 Dec 2008 23:25:17 +0000, by rbultje
-
Fix double free which happens for playback of .rm files after r16365. See libavformatSun, 28 Dec 2008 23:23:59 +0000, by rbultje
-
Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. libavformatSun, 28 Dec 2008 16:22:42 +0000, by kostya
-
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in libavformatSun, 28 Dec 2008 05:58:23 +0000, by rbultje
-
Change audio_pkt_cnt from an array into a single field, since only a single libavformatSun, 28 Dec 2008 05:55:09 +0000, by rbultje
-
Add RMStream object as function argument to public functions so that non-.rm libavformatSun, 28 Dec 2008 00:21:11 +0000, by rbultje
-
Implement RMStream stream-specific private data object in the RM demuxer. libavformatSun, 28 Dec 2008 00:18:38 +0000, by rbultje
-
Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it libavformatSat, 27 Dec 2008 17:34:00 +0000, by kostya
-
Fix two identical warnings when compiling riff.c and nuv.c with icc: libavformatMon, 22 Dec 2008 22:12:44 +0000, by cehoyos
-
Initialize s->opaque before calling url_resetbuf(). libavformatMon, 22 Dec 2008 11:23:00 +0000, by cehoyos
-
Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavformatSun, 21 Dec 2008 23:50:16 +0000, by michael
-
Fix detection of audio codec in K70707-ARIA229.flv. libavformatSun, 21 Dec 2008 20:56:30 +0000, by michael
-
Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv libavformatFri, 19 Dec 2008 01:00:44 +0000, by astrange
-
cosmetics, remove useless parenthesis and whitespaces libavformatThu, 18 Dec 2008 09:18:43 +0000, by bcoudurier
-
set alac channels from extradata, fix alac mono in m4a libavformatThu, 18 Dec 2008 09:17:19 +0000, by bcoudurier
-
Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and libavformatThu, 18 Dec 2008 01:28:29 +0000, by rbultje
-
Add a ByteIOContext argument to ASF functions that will be shared with the libavformatThu, 18 Dec 2008 01:25:43 +0000, by rbultje
-
Fix bug where the avi demxuer lost the first frame of malformed libavformatTue, 16 Dec 2008 16:14:07 +0000, by michael
-
check that nb_streams is valid before setting stream, fix crash with jp2 which do not use same structure libavformatTue, 16 Dec 2008 08:47:28 +0000, by bcoudurier
-
two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list libavformatTue, 16 Dec 2008 05:20:11 +0000, by compn
-
QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi libavformatTue, 16 Dec 2008 03:49:26 +0000, by compn
-
Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread libavformatSun, 14 Dec 2008 22:26:28 +0000, by rbultje
-
Add comment to indicate why the SDP line buffer is as big as it is. libavformatSun, 14 Dec 2008 22:23:59 +0000, by rbultje
-
Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion libavformatSun, 14 Dec 2008 22:23:14 +0000, by rbultje
-
Make register_avcodec() call avcodec_init(). libavformatSun, 14 Dec 2008 20:04:00 +0000, by stefano
-
The POSIX namespace shall be held sacrosanct. To that end, libavformatSun, 14 Dec 2008 03:29:33 +0000, by melanson
-
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace libavformatSat, 13 Dec 2008 23:25:19 +0000, by lucabe
-
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. libavformatSat, 13 Dec 2008 21:40:20 +0000, by rbultje
-
Don't access RMContext directly in rdt.c. Rather, use the return value of libavformatSat, 13 Dec 2008 21:37:27 +0000, by rbultje
-
Separate the packet fetching from the data reading, so that the data reading libavformatSat, 13 Dec 2008 17:18:11 +0000, by rbultje
-
cosmetics: Break some lines for a more aesthetically pleasing result. libavformatSat, 13 Dec 2008 16:35:58 +0000, by diego
-
Remove misleading comment, _t is POSIX-reserved namespace. libavformatSat, 13 Dec 2008 16:08:31 +0000, by diego
-
Avoid _t in identifier names, _t is reserved by POSIX. libavformatSat, 13 Dec 2008 13:11:42 +0000, by diego
-
Matroska uses tables from isom.c, so add the object file to its dependencies. libavformatSat, 13 Dec 2008 12:46:11 +0000, by diego
-
mpegts: replace Program_t typedef with "struct Program" libavformatSat, 13 Dec 2008 00:04:34 +0000, by mru
-
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) libavformatFri, 12 Dec 2008 15:55:08 +0000, by aurel
-
add another mpeg4 avi fourcc from uncommon codecs list libavformatFri, 12 Dec 2008 15:34:55 +0000, by compn
-
Add sys/time.h header #include, fixes compilation on OS/2. libavformatFri, 12 Dec 2008 06:55:48 +0000, by diego
-
Update lavf/libnut.c to _tt type names in libnut API libavformatFri, 12 Dec 2008 05:10:43 +0000, by ods15
-
parse pasp atom and set sample aspect ratio, libavformatThu, 11 Dec 2008 22:24:56 +0000, by bcoudurier
-
remove _t in typedef for POSIX compatibility libavformatThu, 11 Dec 2008 20:06:56 +0000, by bcoudurier
-
Remove comment suggesting using variables ending in _t as this would break POSIX. libavformatThu, 11 Dec 2008 20:02:15 +0000, by michael
-
Use "struct gxf_stream_info" instead of "st_info_t", libavformatThu, 11 Dec 2008 10:42:06 +0000, by reimar
-
Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment. libavformatThu, 11 Dec 2008 10:35:20 +0000, by reimar
-
add 'ACDV' FourCC (which is just complete JPEG files in individual AVI libavformatThu, 11 Dec 2008 07:49:05 +0000, by melanson
-
Remove static variable and a printf using it. See "[PATCH] asf.c: move libavformatSat, 06 Dec 2008 20:28:38 +0000, by rbultje
-
Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. libavformatSat, 06 Dec 2008 18:41:17 +0000, by rbultje
-
Do not access s->gb directly in functions that have a local copy of that libavformatSat, 06 Dec 2008 18:35:52 +0000, by rbultje
-
Add necessary header for av_set_program_name and av_program_add_stream_index. libavformatWed, 03 Dec 2008 23:04:30 +0000, by diego
-
Move declaration of av_set_program_name and av_program_add_stream_index libavformatWed, 03 Dec 2008 16:47:07 +0000, by diego
-
Commit last ok'ed parts of QCELP decoder and enable it. libavformatTue, 02 Dec 2008 16:48:05 +0000, by vitor
-
Implement rule-number parsing, the initial step in stream (and bitrate) libavformatMon, 01 Dec 2008 00:08:42 +0000, by rbultje
-
Change RDTDemuxContext->st into an array of streams, which will make future libavformatSun, 30 Nov 2008 22:24:35 +0000, by rbultje
-
document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia libavformatSun, 30 Nov 2008 20:40:04 +0000, by rbultje
-
Change function prototype from taking an AVStream to taking an index to the libavformatSun, 30 Nov 2008 20:39:16 +0000, by rbultje
-
Rename functions in sdp.c for consistency's sake. libavformatSat, 29 Nov 2008 13:55:03 +0000, by stefano
-
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. libavformatSun, 23 Nov 2008 16:54:31 +0000, by rbultje
-
Support picture output without -f image2 for most codecs. libavformatSat, 22 Nov 2008 20:36:02 +0000, by cehoyos
-
cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavformatThu, 20 Nov 2008 22:53:18 +0000, by diego
-
decrease atom size, fix broken files missing version/flags libavformatTue, 18 Nov 2008 09:09:57 +0000, by bcoudurier
-
Change type of prev_stream_id from uint32_t to int, since it has a max size libavformatMon, 17 Nov 2008 18:10:02 +0000, by rbultje