Mercurial > libavformat.hg
graph
-
pts fix by (Bryan Mayland / bmayland O leoninedev o com) libavformatThu, 19 Jan 2006 00:54:10 +0000, by michael
-
Make clean/distclean consistent throughout all the Makefiles. libavformatMon, 16 Jan 2006 14:59:54 +0000, by diego
-
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavformatSun, 15 Jan 2006 00:28:36 +0000, by diego
-
Move library name generation to configure, simplifies build system a bit more. libavformatSat, 14 Jan 2006 15:54:58 +0000, by diego
-
Create symbolic links for all library sonames and clean up Makefiles. libavformatSat, 14 Jan 2006 03:39:02 +0000, by diego
-
Update licensing information: The FSF changed postal address. libavformatThu, 12 Jan 2006 22:43:26 +0000, by diego
-
Move Darwin shared library build peculiarities to configure. libavformatThu, 12 Jan 2006 00:00:00 +0000, by diego
-
CamStudio decoder, only 32 bit lzo mode is tested libavformatMon, 09 Jan 2006 15:41:39 +0000, by reimar
-
TrueSpeech compatible audio decoder by Konstantin Shishkov libavformatTue, 03 Jan 2006 02:30:38 +0000, by diego
-
try with auto_guess if first detection fails libavformatMon, 02 Jan 2006 20:27:15 +0000, by nicodvb
-
finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too. libavformatFri, 30 Dec 2005 20:34:08 +0000, by mmu_man
-
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[] libavformatFri, 30 Dec 2005 18:25:46 +0000, by mmu_man
-
COSMETICS: tabs --> spaces, some prettyprinting libavformatThu, 22 Dec 2005 01:10:11 +0000, by diego
-
Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra libavformatMon, 19 Dec 2005 20:49:00 +0000, by rtognimp
-
malloc padding to avoid reading past the malloc()ed area. libavformatSat, 17 Dec 2005 17:57:03 +0000, by henry
-
total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com) libavformatSat, 17 Dec 2005 11:27:37 +0000, by michael
-
Cook compatibe decoder, patch by Benjamin Larsson libavformatFri, 09 Dec 2005 16:08:18 +0000, by rtognimp
-
ogg format probe function by Ivo <ivop at euronet nl> libavformatMon, 05 Dec 2005 00:15:51 +0000, by mru
-
DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html libavformatSun, 13 Nov 2005 09:18:14 +0000, by gpoirier
-
Support for streaming: dont write indexes and dont signal HAS_INDEX in header. Also set filesize to max in this case. libavformatSun, 13 Nov 2005 03:32:12 +0000, by alex
-
Put double-quotes around the install path in the "install-headers" section libavformatMon, 07 Nov 2005 01:32:29 +0000, by diego
-
allow NULL write_header() and write_trailer() libavformatFri, 04 Nov 2005 23:50:11 +0000, by michael
-
Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt libavformatSat, 29 Oct 2005 00:52:02 +0000, by alex
-
Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- com > libavformatWed, 26 Oct 2005 12:15:09 +0000, by gpoirier
-
Increase version: 'wave' atom parsing added to mov demuxer libavformatThu, 20 Oct 2005 20:06:16 +0000, by rtognimp
-
support for FLX and DTA extensions in the FLIC format, courtesy of libavformatThu, 13 Oct 2005 04:35:31 +0000, by melanson
-
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov libavformatThu, 13 Oct 2005 04:31:55 +0000, by melanson
-
fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics libavformatWed, 12 Oct 2005 23:25:15 +0000, by alex
-
Move all definitions of external dependencies into configure instead of libavformatTue, 04 Oct 2005 11:19:08 +0000, by diego
-
support for building dynamic libraries on Mac OS X libavformatMon, 26 Sep 2005 10:05:13 +0000, by diego
-
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformatFri, 23 Sep 2005 00:25:41 +0000, by diego
-
Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS. libavformatTue, 20 Sep 2005 23:52:29 +0000, by diego
-
print more time_base fps stuff if av_log level is at debug or above libavformatSun, 18 Sep 2005 14:45:17 +0000, by michael
-
checksum doesnt cover the forward_ptr anymore libavformatSun, 11 Sep 2005 08:32:25 +0000, by michael
-
forward_ptr doesnt contain its own length anymore libavformatSun, 11 Sep 2005 08:28:03 +0000, by michael
-
set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing libavformatTue, 06 Sep 2005 22:50:58 +0000, by michael
-
Kill some compiler warnings. Compiled code verified identical after changes. libavformatTue, 06 Sep 2005 21:25:35 +0000, by mru
-
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale libavformatSun, 04 Sep 2005 21:04:25 +0000, by michael
-
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavformatFri, 02 Sep 2005 19:16:48 +0000, by reimar
-
time_base description by Rich Felker | dalias, aerifal cx libavformatSun, 21 Aug 2005 22:31:01 +0000, by michael
-
Make ogg `muxer' expect new vorbis extradata format. libavformatMon, 15 Aug 2005 20:42:56 +0000, by al
-
support fixing missing pts by parsing future frames libavformatMon, 15 Aug 2005 14:22:43 +0000, by michael
-
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformatSun, 14 Aug 2005 16:37:29 +0000, by michael
-
set timebase correctly? this thing is always 15fps? libavformatSat, 13 Aug 2005 21:56:57 +0000, by michael
-
'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM) libavformatSat, 13 Aug 2005 16:17:50 +0000, by michael
-
Fix building shared version of lavf on some systems. libavformatThu, 11 Aug 2005 22:16:25 +0000, by al
-
changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com) libavformatWed, 10 Aug 2005 23:41:20 +0000, by michael
-
libavutil: Utility code from libavcodec moved to a separate library. libavformatMon, 01 Aug 2005 20:07:05 +0000, by al
-
round pointer up to next packet_size multiple libavformatWed, 27 Jul 2005 07:31:40 +0000, by michael
-
mpeg1video m bit fix by (Luca Abeni: lucabe72, email it) libavformatSat, 23 Jul 2005 21:52:41 +0000, by michael
-
MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it) libavformatSat, 23 Jul 2005 21:48:58 +0000, by michael
-
udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl) libavformatThu, 21 Jul 2005 21:10:23 +0000, by michael
-
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformatSun, 17 Jul 2005 22:24:36 +0000, by michael
-
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) libavformatSun, 17 Jul 2005 00:28:12 +0000, by michael
-
Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com) libavformatFri, 15 Jul 2005 12:50:00 +0000, by michael
-
Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com) libavformatFri, 15 Jul 2005 09:14:25 +0000, by michael
-
printf-> av_log patch by (Benjamin Larsson, banan: student ltu se) libavformatWed, 13 Jul 2005 10:18:35 +0000, by michael
-
compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel) libavformatMon, 11 Jul 2005 00:15:37 +0000, by michael
-
remove -f singlejpeg as its identical to -f mjpeg libavformatSun, 10 Jul 2005 10:28:59 +0000, by michael
-
AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101 libavformatSun, 10 Jul 2005 00:38:46 +0000, by michael
-
avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafly: kenneth, aafloy net) libavformatFri, 08 Jul 2005 09:14:05 +0000, by michael
-
av_seek_frame() docs timestamp clarification libavformatTue, 05 Jul 2005 09:07:51 +0000, by michael
-
RTCP_* conflict with live.com and they seem not to be used anywhere so commenting them out libavformatTue, 28 Jun 2005 14:51:56 +0000, by michael
-
part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kristjansson: danielk, cat nyu edu) libavformatTue, 28 Jun 2005 12:55:08 +0000, by michael
-
dont open and close codec at every call of try_decode_frame() as this is not only slow but also fails if the previous frame is needed for setting some parameters correctly libavformatMon, 27 Jun 2005 20:54:36 +0000, by michael
-
better dont read the width/height at all, its random anyway libavformatMon, 27 Jun 2005 07:09:48 +0000, by michael
-
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com) libavformatMon, 27 Jun 2005 00:55:29 +0000, by michael
-
support changing in bitstream global headers into extradata style and back libavformatMon, 27 Jun 2005 00:04:03 +0000, by michael
-
*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com) libavformatSat, 25 Jun 2005 09:04:08 +0000, by michael
-
another chapter in the neverending mov demuxer cleanup libavformatFri, 24 Jun 2005 11:43:08 +0000, by michael
-
AVStream.nb_frames and docs for r_frame_rate libavformatFri, 24 Jun 2005 11:38:22 +0000, by michael
-
This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it libavformatSun, 19 Jun 2005 23:45:54 +0000, by michael
-
Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) libavformatSat, 18 Jun 2005 01:52:24 +0000, by michael
-
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavformatThu, 09 Jun 2005 20:01:02 +0000, by michael
-
buggy PCR output (just to keep HW decoders happy) - audio and subtitle language support - 'title' stream field sets the service name - fixed TS packet stuffing code - support for subtitle PES packets libavformatFri, 03 Jun 2005 14:05:41 +0000, by bellard
-
DVD subtitle parsing - show mpeg component IDs by default libavformatFri, 03 Jun 2005 14:01:49 +0000, by bellard
-
according to the standard the object_type for H264 is 33, not 241 libavformatMon, 30 May 2005 17:32:02 +0000, by nicodvb
-
Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformatMon, 30 May 2005 16:45:08 +0000, by michael
-
trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformatMon, 30 May 2005 16:42:36 +0000, by michael
-
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) libavformatSun, 22 May 2005 23:58:58 +0000, by michael
-
update current_sample number for non split mode libavformatSat, 21 May 2005 10:41:52 +0000, by michael
-
fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>) libavformatFri, 20 May 2005 13:10:09 +0000, by mru
-
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) libavformatThu, 19 May 2005 00:17:50 +0000, by aurel
-
drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) libavformatThu, 19 May 2005 00:06:27 +0000, by aurel
-
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavformatTue, 17 May 2005 22:47:34 +0000, by melanson
-
support theora in ogg, plus required ogg core changes libavformatWed, 11 May 2005 16:38:34 +0000, by mru
-
OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com) libavformatMon, 09 May 2005 13:24:23 +0000, by michael
-
Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM> libavformatMon, 09 May 2005 10:48:12 +0000, by diego
-
support BUILDSUF patch by <charles dot yates at pandora dot be> libavformatSun, 08 May 2005 15:04:59 +0000, by mmu_man
-
Flush the ffm packet to the wire (or file) whenever we flush the ffm packet. libavformatSat, 07 May 2005 00:58:28 +0000, by philipjsg
-
default to YUV420P if none specified for rawvideo input libavformatFri, 06 May 2005 21:28:55 +0000, by michael
-
prefer container time_base for frame duration guess libavformatFri, 06 May 2005 20:26:50 +0000, by michael
-
always honor the user specified frame rate if set libavformatFri, 06 May 2005 14:19:17 +0000, by michael
-
Add in many fields that have been added to the Codec structure. This means libavformatFri, 06 May 2005 03:19:45 +0000, by philipjsg
-
Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net) libavformatTue, 26 Apr 2005 09:06:39 +0000, by michael
-
Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users sourceforge net) libavformatTue, 26 Apr 2005 08:57:41 +0000, by michael
-
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavformatSun, 24 Apr 2005 17:21:11 +0000, by melanson
-
Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb) libavformatSun, 24 Apr 2005 11:15:35 +0000, by rtognimp
-
Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com) libavformatWed, 20 Apr 2005 09:42:47 +0000, by michael
-
Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, libavformatSat, 09 Apr 2005 15:32:58 +0000, by mru
-
Autodesk Animator Studio Codec (AASC) video decoder, courtesy of libavformatSun, 03 Apr 2005 05:02:08 +0000, by melanson
-
fix psp muxing (probably this fix is wrong but its better then nothing) libavformatSun, 27 Mar 2005 00:16:17 +0000, by michael
-
Winnov WNV1 video decoder, courtesy of Konstantin Shishkov libavformatSat, 26 Mar 2005 20:32:55 +0000, by melanson
-
discard dummy packets before doing inapropriate checks on them and failing as a result libavformatThu, 24 Mar 2005 01:51:57 +0000, by michael
-
31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs or jp) libavformatWed, 23 Mar 2005 13:30:27 +0000, by michael
-
30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp) libavformatWed, 23 Mar 2005 12:52:24 +0000, by michael
-
29_vtag_in_ASF_not_effective.patch by (Calcium | calcium nurs or jp) libavformatWed, 23 Mar 2005 12:42:12 +0000, by michael
-
28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp) libavformatWed, 23 Mar 2005 12:35:27 +0000, by michael
-
Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gmail DOT com>" libavformatWed, 23 Mar 2005 11:20:47 +0000, by mmu_man
-
trying to fix a few minor values in the mp4/mov muxer libavformatWed, 23 Mar 2005 00:26:43 +0000, by michael
-
add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) libavformatWed, 16 Mar 2005 19:11:58 +0000, by michael
-
buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org) libavformatWed, 16 Mar 2005 19:06:34 +0000, by michael
-
use libavformats index system instead of the half duplicated mess in avidec.c libavformatSun, 13 Mar 2005 02:04:35 +0000, by michael
-
"put_s should store signed values. Spotted on #mplayerdev by someone I libavformatSun, 13 Mar 2005 01:58:29 +0000, by michael
-
Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl> libavformatSat, 12 Mar 2005 13:31:03 +0000, by mmu_man
-
Patch from Gianluigi Tiesi (sherpya at netfarm dot it): libavformatFri, 11 Mar 2005 19:52:43 +0000, by rfelker
-
uuid patch by (Mns Rullgrd <mru inprovide com>) libavformatFri, 11 Mar 2005 17:13:03 +0000, by michael
-
fix lib order and remove nonsense avcodec double linking libavformatFri, 11 Mar 2005 11:34:31 +0000, by michael
-
double free patch by (Mns Rullgrd <mru inprovide com>) libavformatWed, 09 Mar 2005 02:12:44 +0000, by michael
-
H.264 and Vorbis support in matroska patch by (Mns Rullgrd |mru inprovide com) libavformatSun, 06 Mar 2005 19:52:41 +0000, by michael
-
first pass at ALAC decoder from David Hammerton; while David's original libavformatSun, 06 Mar 2005 00:43:55 +0000, by melanson
-
mp4a fix based on some code by (Song.Itany inventec-inc com) libavformatFri, 04 Mar 2005 00:30:18 +0000, by michael
-
ra288 demuxing support (doesnt really work, might be demuxer or decoder bug) libavformatMon, 28 Feb 2005 02:51:53 +0000, by michael
-
shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) libavformatSat, 26 Feb 2005 03:36:04 +0000, by michael
-
kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavformatThu, 24 Feb 2005 19:08:50 +0000, by michael
-
support adpcm audio, also some more verbose messages libavformatMon, 21 Feb 2005 19:28:32 +0000, by alex
-
removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) libavformatMon, 21 Feb 2005 17:50:48 +0000, by michael
-
quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment support yet patch by (tjraivio cc.hut fi) libavformatWed, 16 Feb 2005 23:14:38 +0000, by michael
-
Writing to freed memory in write_section_data() patch by (Wolfram Gloger <wmglo dent dot med dot uni-muenchen de>) libavformatWed, 16 Feb 2005 23:04:11 +0000, by michael
-
-target dvd minimum vobu length patch by ("Chris" [chris garveycocker com]) libavformatWed, 09 Feb 2005 03:00:50 +0000, by michael
-
fixing an integer overflow, which could lead to overwriting the end of a malloced buffer by 8 bytes libavformatFri, 04 Feb 2005 18:58:59 +0000, by michael
-
VMD playing error patch by (Kostya (cannonball bw-team com>) libavformatFri, 04 Feb 2005 03:38:33 +0000, by michael
-
dont predict missing timestamps if we lack the required information to do so libavformatSat, 29 Jan 2005 02:27:33 +0000, by michael
-
fix segfault by matthieu castet <castet DOT matthieu AT free DOT fr> libavformatFri, 28 Jan 2005 12:13:53 +0000, by mmu_man
-
don't crash on null codec; by matthieu castet <castet DOT matthieu AT free DOT fr> libavformatFri, 28 Jan 2005 11:19:47 +0000, by mmu_man
-
fix the patch to allow Sony PSP MP4 creation libavformatFri, 28 Jan 2005 08:08:42 +0000, by mmu_man
-
support colon-separated rates patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformatThu, 27 Jan 2005 16:11:31 +0000, by mmu_man
-
movenc illegal access patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformatThu, 27 Jan 2005 15:41:03 +0000, by mmu_man
-
chunk support in mov patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformatThu, 27 Jan 2005 15:39:13 +0000, by mmu_man
-
Sony PSP variation of MP4 patch by <tjcannell AT blueyonder DOT co DOT uk> libavformatThu, 27 Jan 2005 14:48:15 +0000, by mmu_man
-
probe for 'junk' and 'pict', changed the scores. libavformatThu, 27 Jan 2005 06:53:09 +0000, by mmu_man
-
mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformatWed, 26 Jan 2005 09:31:49 +0000, by mmu_man
-
AAC fix by Thomas Raivio <tjraivio AT cc DOT hut DOT fi> libavformatSun, 23 Jan 2005 10:44:50 +0000, by mmu_man
-
Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net> libavformatSun, 23 Jan 2005 10:34:10 +0000, by mmu_man
-
Revert the fixed-size-sample patch as it brokes and others libavformatSun, 23 Jan 2005 09:59:36 +0000, by mmu_man
-
fixing demuxing for short files where the framerate detection failed libavformatSat, 22 Jan 2005 02:30:45 +0000, by michael
-
support discarding of uninterresting packets libavformatSat, 22 Jan 2005 01:48:11 +0000, by michael
-
add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sourceforge net>) libavformatWed, 19 Jan 2005 12:27:48 +0000, by michael
-
10l (a level of indirection too much) patch by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>) libavformatThu, 13 Jan 2005 13:09:35 +0000, by michael
-
wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>) libavformatWed, 12 Jan 2005 18:42:21 +0000, by michael
-
various security fixes and precautionary checks libavformatWed, 12 Jan 2005 00:16:25 +0000, by michael
-
Quote path expression to take care of $(prefix) possibly containing spaces. libavformatTue, 11 Jan 2005 08:16:04 +0000, by diego
-
handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforge.net> libavformatSat, 08 Jan 2005 16:07:34 +0000, by mmu_man
-
Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it) libavformatTue, 04 Jan 2005 18:32:38 +0000, by michael
-
ffm_init() for win32, so the regression tests dont fail there libavformatThu, 30 Dec 2004 11:48:23 +0000, by michael
-
Fix compilation when both amr_nb and amr_wb are enabled libavformatWed, 29 Dec 2004 23:17:42 +0000, by rtognimp
-
prefer integer fps if possible when guessing libavformatTue, 21 Dec 2004 02:27:40 +0000, by michael
-
add -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users sourceforge net>) libavformatFri, 17 Dec 2004 19:23:53 +0000, by michael
-
some sanity checks on what is muxed, invalid timestamps in mpeg are very common and lead to strange errors in the mpeg muxer otherwise libavformatTue, 14 Dec 2004 16:19:26 +0000, by michael
-
fix timestamp prediction for low_delay mpeg streams libavformatTue, 14 Dec 2004 12:04:45 +0000, by michael
-
load the 'avcC' atom needed for 'avc1' decoding libavformatThu, 09 Dec 2004 19:44:55 +0000, by melanson
-
try to recover from errors instead of failing fataly libavformatMon, 06 Dec 2004 20:03:42 +0000, by michael
-
use pts based duration/bitrate guessing code for mpeg-ts libavformatMon, 06 Dec 2004 00:15:52 +0000, by michael
-
This patch takes into account that fifo_realloc may adjust fifo.wptr libavformatSun, 05 Dec 2004 02:46:00 +0000, by michael
-
fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.avi libavformatTue, 30 Nov 2004 18:45:34 +0000, by michael
-
DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>) libavformatTue, 23 Nov 2004 22:25:12 +0000, by michael
-
int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>) libavformatTue, 23 Nov 2004 18:23:56 +0000, by michael
-
parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and Paul Curtis <pfc >at> terrapin <dot< com>) libavformatSun, 21 Nov 2004 03:37:33 +0000, by michael
-
native QPEG video decoder, courtesy of Konstantin Shishkov libavformatWed, 17 Nov 2004 03:45:53 +0000, by melanson
-
disable redundant image formats, otherwise we wont get any bugreports about -f image2 libavformatSun, 14 Nov 2004 22:30:44 +0000, by michael
-
allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end libavformatSat, 13 Nov 2004 01:27:35 +0000, by michael
-
porting png support from -f image to -f image2 libavformatTue, 09 Nov 2004 23:31:46 +0000, by michael
-
IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>) libavformatTue, 09 Nov 2004 00:27:16 +0000, by michael
-
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) libavformatThu, 28 Oct 2004 10:12:57 +0000, by michael
-
Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov libavformatWed, 27 Oct 2004 04:30:48 +0000, by melanson
-
bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse dot com>) libavformatFri, 22 Oct 2004 13:15:18 +0000, by michael
-
set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams libavformatFri, 22 Oct 2004 01:51:17 +0000, by michael
-
Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.) libavformatSat, 16 Oct 2004 19:33:57 +0000, by melanson
-
set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>) libavformatFri, 15 Oct 2004 22:06:46 +0000, by michael
-
fix assertion failure in case of timestamp discontinuities libavformatWed, 13 Oct 2004 23:58:28 +0000, by michael
-
* static allocation for audio packets. This will make it a little bit libavformatWed, 13 Oct 2004 00:03:00 +0000, by romansh
-
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov libavformatTue, 12 Oct 2004 12:47:49 +0000, by melanson
-
flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>) libavformatTue, 12 Oct 2004 01:51:04 +0000, by michael
-
default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>) libavformatMon, 11 Oct 2004 19:42:18 +0000, by michael
-
print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavformatMon, 11 Oct 2004 17:12:52 +0000, by michael
-
untested AAC in WAV/AVI patch by (Mns Rullgrd <mru at mru dot ath dot cx>) libavformatWed, 06 Oct 2004 20:12:58 +0000, by michael
-
AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis <pfc at terrapin dot com>) libavformatSun, 03 Oct 2004 18:21:45 +0000, by michael
-
remove wrong 33bit truncation of internal timestamps libavformatSun, 03 Oct 2004 12:17:46 +0000, by michael
-
move free() of AVStream priv data to av_write_trailer() libavformatFri, 01 Oct 2004 16:30:15 +0000, by michael
-
64bit and reading over the end of the array fixes libavformatFri, 01 Oct 2004 16:00:00 +0000, by michael
-
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformatFri, 01 Oct 2004 13:32:13 +0000, by michael
-
move packet interleaving function into AVOutputFormat, so it can be overriden easily instead of doing reordering twice if the muxer needs some other interleaving then dts based libavformatWed, 29 Sep 2004 23:25:01 +0000, by michael
-
support for Sierra Online audio files and Apple QuickDraw codec, libavformatTue, 28 Sep 2004 03:09:49 +0000, by melanson
-
* experimental dynamic audio stream allocation for DV demuxer. This libavformatMon, 27 Sep 2004 22:53:27 +0000, by romansh
-
* let DV muxer generate audioless DV streams. This might not be 100% libavformatMon, 27 Sep 2004 22:46:36 +0000, by romansh
-
* fixing a regression introduced by the last seek-support patch libavformatWed, 22 Sep 2004 04:51:01 +0000, by romansh
-
gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>) libavformatTue, 21 Sep 2004 10:19:30 +0000, by michael
-
* fix for a DV regression introduced with the last round of avi_read_packet libavformatSun, 19 Sep 2004 19:24:56 +0000, by romansh
-
* a couple of silly defaults to make everybody happy. libavformatSun, 19 Sep 2004 02:57:56 +0000, by romansh
-
* misc. fixes and hacks to improve timing detection in raw DV libavformatSun, 19 Sep 2004 02:05:22 +0000, by romansh
-
* seek in raw DV patch by Nathan Kurz (nate at verse dot com) libavformatSat, 18 Sep 2004 00:32:36 +0000, by romansh
-
removing the .so file when make clean is run patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavformatThu, 16 Sep 2004 17:15:58 +0000, by michael
-
IBM Ultimotion video decoder, courtesy of Konstantin Shishkov libavformatThu, 16 Sep 2004 03:31:41 +0000, by melanson
-
added support for the elusive AVI palette change chunk, courtesy of libavformatThu, 16 Sep 2004 02:14:50 +0000, by melanson
-
unofficial ids for sonic for using in nut (fixme) libavformatSat, 21 Aug 2004 19:24:40 +0000, by alex
-
* replacing calls to not-always-available gmtime_r with our own code. libavformatWed, 18 Aug 2004 08:15:07 +0000, by romansh
-
TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov libavformatSat, 14 Aug 2004 15:08:09 +0000, by melanson
-
iTunes metadata encoding support patch by (Patrice Bensoussan <patrice.bensoussan at free dot fr>) libavformatSat, 14 Aug 2004 14:05:48 +0000, by michael
-
Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) libavformatFri, 13 Aug 2004 15:30:42 +0000, by michael
-
HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) libavformatThu, 12 Aug 2004 00:09:32 +0000, by michael
-
* fixing a bug in DV timestamp generation. Now libavtest doesn't libavformatMon, 02 Aug 2004 05:42:49 +0000, by romansh
-
2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien Bechet <s.bechet at av7 dot net>) libavformatWed, 28 Jul 2004 10:04:14 +0000, by michael
-
AAC in mov/mp4 patch by (Gildas Bazin <gbazin at altern dot org>) libavformatWed, 28 Jul 2004 09:40:59 +0000, by michael
-
ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) libavformatSun, 25 Jul 2004 11:59:34 +0000, by michael
-
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>) libavformatSat, 17 Jul 2004 21:01:03 +0000, by michael
-
support single images, remove copy/paste junk libavformatThu, 15 Jul 2004 20:15:40 +0000, by michael
-
libdts support by (Benjamin Zores <ben at geexbox dot org>) libavformatWed, 14 Jul 2004 01:32:14 +0000, by michael
-
h264 in mpeg-ts fix by (Mns Rullgrd <mru at kth dot se>) libavformatWed, 07 Jul 2004 20:19:29 +0000, by michael
-
compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformatTue, 06 Jul 2004 18:06:17 +0000, by michael
-
The atom 'skip' should be handled by 'mov_read_leaf()', not by libavformatWed, 30 Jun 2004 19:24:43 +0000, by michael
-
A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>) libavformatFri, 18 Jun 2004 03:03:32 +0000, by michael
-
10l fix by (Bohdan Horst <nexus at irc dot pl>) libavformatThu, 17 Jun 2004 10:46:08 +0000, by michael
-
ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com> libavformatWed, 09 Jun 2004 00:38:52 +0000, by michael
-
fix playback of http://www.zonque.org/test-long.ps libavformatMon, 31 May 2004 16:57:00 +0000, by michael
-
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) libavformatSun, 30 May 2004 20:37:15 +0000, by michael
-
correctly interleave packets during encoding libavformatSat, 29 May 2004 18:50:31 +0000, by michael
-
exporting keyframe flags, fixes keyframe stuff with streamcopy libavformatSat, 29 May 2004 12:01:28 +0000, by michael
-
dont add padding in the middle of the data patch by (Sidik Isani <isani at cfht dot hawaii dot edu>) libavformatTue, 25 May 2004 23:06:00 +0000, by michael
-
store index for seeking in the native timebase of each stream libavformatSun, 23 May 2004 16:26:12 +0000, by michael
-
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformatFri, 21 May 2004 20:43:21 +0000, by michael
-
* IEC DV seems to accept SMPTE way of tagging 16:9 too. libavformatTue, 18 May 2004 02:33:27 +0000, by romansh
-
fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>) libavformatTue, 27 Apr 2004 13:28:16 +0000, by michael
-
mpeg SVCD compatibility, SCR fixes, standard compliance libavformatMon, 26 Apr 2004 22:16:06 +0000, by michael
-
ring buffer fix by (Luca Abeni <lucabe72 at email dot it>) libavformatSun, 25 Apr 2004 13:30:21 +0000, by michael
-
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavformatSat, 24 Apr 2004 15:16:23 +0000, by michael
-
nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavformatSat, 24 Apr 2004 13:10:35 +0000, by michael
-
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavformatSat, 24 Apr 2004 11:51:38 +0000, by michael
-
Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>) libavformatFri, 23 Apr 2004 21:02:01 +0000, by michael
-
Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavformatTue, 13 Apr 2004 13:33:02 +0000, by michael
-
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformatMon, 12 Apr 2004 22:54:48 +0000, by michael
-
distclean by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformatMon, 12 Apr 2004 18:42:23 +0000, by michael
-
libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformatMon, 12 Apr 2004 17:40:31 +0000, by michael
-
moving nearly identical binary search code from nut/mpeg/asf to utils.c libavformatMon, 12 Apr 2004 16:50:03 +0000, by michael
-
some tag for mpeg2, so looking MPEG2VIDEO up works libavformatSun, 11 Apr 2004 14:58:51 +0000, by michael
-
avoid seeking to the end, as it confuses some crappy code libavformatSun, 11 Apr 2004 02:07:31 +0000, by michael
-
removing keyframe prediction and checksum threshold libavformatFri, 09 Apr 2004 16:46:12 +0000, by michael
-
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>) libavformatFri, 09 Apr 2004 13:13:24 +0000, by michael
-
gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>) libavformatFri, 09 Apr 2004 12:31:36 +0000, by michael
-
dont reduce the min_distance of AVIndexEntry libavformatWed, 07 Apr 2004 21:33:53 +0000, by michael