Mercurial > libavformat.hg
graph
-
NSV : Add TOC2 parsing and seeking support. libavformatWed, 22 Apr 2009 19:37:57 +0000, by jai_menon
-
Require 4 instead of 3 frames for detecting mp3, libavformatWed, 22 Apr 2009 02:58:20 +0000, by michael
-
Mark gsize variable as av_unused, fixes the warning: libavformatSun, 19 Apr 2009 13:29:11 +0000, by diego
-
Revert previous removal of gsize variable. It breaks seeking. libavformatSun, 19 Apr 2009 11:40:03 +0000, by diego
-
Remove unused variable gsize, fixes the warning: libavformatSat, 18 Apr 2009 15:01:20 +0000, by diego
-
Cosmetics : reindent after last commit and remove redundant comment. libavformatSat, 18 Apr 2009 08:35:46 +0000, by jai_menon
-
Change nsvf_index_data to nsvs_file_offset for increased clarity. libavformatSat, 18 Apr 2009 05:54:47 +0000, by jai_menon
-
Introduce codec id for MPEG-4 ALS and associate it with corresponding libavformatFri, 17 Apr 2009 19:17:14 +0000, by jai_menon
-
Remove useless init from aiff_read_header() found by CSA. libavformatFri, 17 Apr 2009 18:18:29 +0000, by michael
-
Remove 2 ++ from check_pes() that are useless, found by CSA. libavformatFri, 17 Apr 2009 18:08:39 +0000, by michael
-
Remove unused variable from flv_read_metabody() found by CSA. libavformatFri, 17 Apr 2009 17:42:41 +0000, by michael
-
Remove nonsensical assignment from asf_read_seek() found by CSA. libavformatFri, 17 Apr 2009 15:13:01 +0000, by michael
-
Move declarations in sync() closer to where they are used. libavformatFri, 17 Apr 2009 14:38:52 +0000, by michael
-
Remove unused variable from asf_read_header() found by CSA. libavformatFri, 17 Apr 2009 14:16:37 +0000, by michael
-
Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF, libavformatFri, 17 Apr 2009 14:05:57 +0000, by rbultje
-
Moving variable declarations in asf_build_simple_index() to clarify&prettify code. libavformatFri, 17 Apr 2009 12:37:39 +0000, by michael
-
Remove unused audio_pts field from ea demuxer struct libavformatThu, 16 Apr 2009 12:46:06 +0000, by reimar
-
Remove unused code from Westwood VQA/AUD demuxer. libavformatThu, 16 Apr 2009 12:39:14 +0000, by reimar
-
Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist libavformatThu, 16 Apr 2009 00:41:31 +0000, by rbultje
-
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly libavformatWed, 15 Apr 2009 20:18:02 +0000, by michael
-
Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, libavformatWed, 15 Apr 2009 13:04:34 +0000, by rbultje
-
Ensure that there's pages to read for duration calculation in the ogg demuxer libavformatWed, 15 Apr 2009 06:41:08 +0000, by conrad
-
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC libavformatTue, 14 Apr 2009 15:01:46 +0000, by rbultje
-
Increase the SDP buffer size (again!) and also increase the temporary libavformatTue, 14 Apr 2009 13:22:40 +0000, by rbultje
-
seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext libavformatMon, 13 Apr 2009 04:02:51 +0000, by bcoudurier
-
Move ea demuxer messages that are irrelevant to ordinary users from libavformatSun, 12 Apr 2009 08:53:22 +0000, by reimar
-
Slightly improve/correct description of wc3_pal_lookup libavformatSun, 12 Apr 2009 08:49:20 +0000, by reimar
-
Split bitstream.h, put the bitstream writer stuff in the new file libavformatSun, 12 Apr 2009 08:35:26 +0000, by stefano
-
Disable metadata reading. Yes, I would like to know what this code is good for libavformatSun, 12 Apr 2009 04:01:03 +0000, by michael
-
replace DEBUG_SI with DEBUG and use dprintf libavformatSun, 12 Apr 2009 03:08:46 +0000, by bcoudurier
-
Set stream type to ac3 if registration descriptor is present. libavformatSun, 12 Apr 2009 02:39:16 +0000, by bcoudurier
-
simplify registration descriptor parsing with bytestream get functions libavformatSun, 12 Apr 2009 02:32:02 +0000, by bcoudurier
-
Ok, ts demuxer is more complicated than I thought libavformatSun, 12 Apr 2009 02:19:40 +0000, by bcoudurier
-
fix end of buffer check, fix hang_read_header.h264.ts libavformatSun, 12 Apr 2009 01:37:34 +0000, by bcoudurier
-
fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples libavformatSun, 12 Apr 2009 00:25:37 +0000, by bcoudurier
-
Simplify packet duplication code in ff_interleave_add_packet. libavformatSat, 11 Apr 2009 22:38:00 +0000, by reimar
-
Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign expansion. libavformatSat, 11 Apr 2009 21:45:57 +0000, by reimar
-
wc3movie: return partial packets if not all data can be read. libavformatSat, 11 Apr 2009 20:48:56 +0000, by reimar
-
Explain the purpose of the wc3_pal_lookup and the formula that was used to libavformatSat, 11 Apr 2009 20:08:16 +0000, by reimar
-
Use get_le32/get_be32 in wc3movie demuxer instead of reading everything into libavformatSat, 11 Apr 2009 18:58:55 +0000, by reimar
-
Get rid of av_destruct_packet_nofree and use NULL instead. libavformatSat, 11 Apr 2009 12:42:29 +0000, by reimar
-
Make electronicarts demuxer return partial frames, this is the default libavformatSat, 11 Apr 2009 10:38:56 +0000, by reimar
-
remove useless duplication of what av_new_stream() already does libavformatFri, 10 Apr 2009 12:49:53 +0000, by aurel
-
Make try_decode_frame() use the new avcodec_decode_* API. libavformatFri, 10 Apr 2009 11:03:06 +0000, by stefano
-
AAC packetiser cleanup: use consts instead of #defines libavformatThu, 09 Apr 2009 21:48:45 +0000, by lucabe
-
AAC packetiser cleanup: remove check for a condition that cannot happen libavformatThu, 09 Apr 2009 21:39:07 +0000, by lucabe
-
Fix two checks in the AAC packetiser, which were too conservative libavformatThu, 09 Apr 2009 21:37:11 +0000, by lucabe
-
Fix memleak in nuv demuxer: free packet already allocated packet when libavformatThu, 09 Apr 2009 14:16:22 +0000, by reimar
-
Correctly set packet size for partial video packets in nuv demuxer. libavformatWed, 08 Apr 2009 20:20:42 +0000, by reimar
-
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size libavformatWed, 08 Apr 2009 20:19:12 +0000, by reimar
-
force sample for qcelp when not stored in mov, fix #968 libavformatWed, 08 Apr 2009 03:38:59 +0000, by bcoudurier
-
Add waveformat-extensible support in the wav muxer. libavformatWed, 08 Apr 2009 03:04:57 +0000, by rbultje
-
move codec tag tables near corresponding code libavformatTue, 07 Apr 2009 22:34:05 +0000, by bcoudurier
-
cosmetics, add empty line and remove useless braces libavformatTue, 07 Apr 2009 22:31:17 +0000, by bcoudurier
-
remove no more needed code, tag is set by default libavformatTue, 07 Apr 2009 22:23:15 +0000, by bcoudurier
-
split mov_find_codec_tag in separate per format functions libavformatTue, 07 Apr 2009 22:19:58 +0000, by bcoudurier
-
Always return 0 if read_packet is successful. libavformatTue, 07 Apr 2009 21:25:02 +0000, by reimar
-
Do not uselessly read version string into a buffer. libavformatTue, 07 Apr 2009 21:16:11 +0000, by reimar
-
Describe read_alloc return value and required pkt handling to avoid memleaks libavformatTue, 07 Apr 2009 21:10:10 +0000, by reimar
-
Error out also when reading nuv header returns with partial data and return libavformatTue, 07 Apr 2009 20:52:37 +0000, by reimar
-
override mov fourcc for pcm audio, this is safer when stream copying libavformatTue, 07 Apr 2009 20:37:30 +0000, by bcoudurier
-
Move av_packet_*() functions from libavformat/ to libavcodec/, where the libavformatTue, 07 Apr 2009 18:31:14 +0000, by rbultje
-
Do not return payload type 34 for H.263 (it is deprecated) libavformatTue, 07 Apr 2009 06:37:12 +0000, by lucabe
-
Only insert the SPS and PPS NALs in sprop-parameter-sets libavformatMon, 06 Apr 2009 21:04:26 +0000, by lucabe
-
Move AVPacket declaration from avformat.h to avcodec.h. libavformatThu, 02 Apr 2009 19:53:53 +0000, by stefano
-
Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. libavformatThu, 02 Apr 2009 12:15:04 +0000, by cehoyos
-
Support DVD subtitles in mov/mp4 as created by Nero. libavformatThu, 02 Apr 2009 11:26:46 +0000, by reimar
-
skip empty data packets in flv, fix input.flv libavformatThu, 02 Apr 2009 03:52:19 +0000, by bcoudurier
-
Make examples and test progs depend on libraries libavformatWed, 01 Apr 2009 00:53:31 +0000, by mru
-
matroska: add support for MLP and TRUEHD codec tags libavformatMon, 30 Mar 2009 21:37:04 +0000, by aurel
-
Fix timefilter test program build without previously building libavformat. libavformatMon, 30 Mar 2009 13:09:44 +0000, by diego
-
Generalize example target rule in common.mak so that it sets a -example$(EXESUF) libavformatSun, 29 Mar 2009 14:35:20 +0000, by diego
-
Don't strip the first three characters off of any metadata in ASF file. libavformatSat, 28 Mar 2009 03:54:31 +0000, by rbultje
-
Make rtp_write_header() fail in case of unsupported payload type libavformatFri, 27 Mar 2009 21:36:44 +0000, by lucabe
-
Move output-example dependency declaration after subdir.mak include so that it is libavformatFri, 27 Mar 2009 17:06:39 +0000, by diego
-
Move output_example.c --> libavformat/output-example.c. libavformatFri, 27 Mar 2009 00:01:06 +0000, by diego
-
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test libavformatThu, 26 Mar 2009 12:41:11 +0000, by diego
-
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavformatWed, 25 Mar 2009 18:19:20 +0000, by diego
-
set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v libavformatWed, 25 Mar 2009 06:07:13 +0000, by bcoudurier
-
strchr(string, '\0') returns non-NULL, and is thus not suited for use in libavformatTue, 24 Mar 2009 03:24:59 +0000, by rbultje
-
Rename 'tests' target to 'testprogs'. It is too easily confused with the libavformatSun, 22 Mar 2009 23:13:21 +0000, by diego
-
Remove alpha channel from default colorspace tables, since it is unused. See libavformatSun, 22 Mar 2009 13:05:13 +0000, by rbultje
-
Add a @todo with a comment from Kostya so we don't forget to optimize that at libavformatSun, 22 Mar 2009 12:47:16 +0000, by rbultje
-
Add AURA 1 and 2 codec IDs and register their FOURCCs libavformatSun, 22 Mar 2009 07:40:22 +0000, by kostya