Mercurial > libavformat.hg
graph
-
Properly separate native and libnut NUT (de)muxers. libavformatFri, 09 Feb 2007 08:28:47 +0000, by diego
-
Use av_set_pts_info and set some arbitrary timebase fallback libavformatThu, 08 Feb 2007 20:54:12 +0000, by reimar
-
remove senseless and wrong direct access to ByteIOContext internals libavformatWed, 07 Feb 2007 23:32:51 +0000, by michael
-
set pts_wrap_bits to 32 since timestamps in packets are 32 bit libavformatWed, 07 Feb 2007 23:22:53 +0000, by reimar
-
iam pretty sure send time is dts and not pts ... libavformatWed, 07 Feb 2007 23:06:13 +0000, by michael
-
10l, forgot to skip payload description in UMF packet parsing libavformatWed, 07 Feb 2007 22:51:42 +0000, by reimar
-
muxing packets with unknown timestamps is not allowed libavformatWed, 07 Feb 2007 22:26:48 +0000, by michael
-
Replace deprecated PIX_FMT names by the newer variants. libavformatWed, 07 Feb 2007 01:48:09 +0000, by diego
-
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavformatTue, 06 Feb 2007 19:14:16 +0000, by michael
-
dynamic index building so forward and backward seeking in avi without an index is possible libavformatMon, 05 Feb 2007 23:06:08 +0000, by michael
-
better generic index building and seeking code libavformatMon, 05 Feb 2007 23:04:48 +0000, by michael
-
Make x11grab output its warning that it couldn't find the mouse pointer only libavformatFri, 02 Feb 2007 17:54:50 +0000, by takis
-
Set correct aspect ratio (it's sample aspect, not display aspect) libavformatFri, 02 Feb 2007 14:33:25 +0000, by kostya
-
10l to whoever wrote this (wrong fps, fixes nirvana.nuv) libavformatWed, 31 Jan 2007 11:24:04 +0000, by michael
-
Fix misbehaviour in url_fseek() when seeking fails. libavformatTue, 30 Jan 2007 10:48:39 +0000, by gpoirier
-
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the libavformatTue, 30 Jan 2007 10:37:52 +0000, by gpoirier
-
an alloc func failing should give ENOMEM anyway. libavformatSun, 28 Jan 2007 09:07:49 +0000, by mmu_man
-
proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net libavformatSun, 28 Jan 2007 02:38:02 +0000, by bcoudurier
-
stealing a few field names from mplayers asf demuxer libavformatSat, 27 Jan 2007 12:07:16 +0000, by michael
-
remove void * used in arithmetic warnings libavformatFri, 26 Jan 2007 12:32:23 +0000, by bcoudurier
-
Move conditional CFLAGS and OBJS setting to common place. libavformatThu, 25 Jan 2007 00:34:38 +0000, by diego
-
stop if current sample is higher than sample count libavformatWed, 24 Jan 2007 15:46:59 +0000, by bcoudurier
-
mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu libavformatTue, 23 Jan 2007 21:47:32 +0000, by michael
-
"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu libavformatTue, 23 Jan 2007 21:41:30 +0000, by michael
-
"removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl.nyu edu libavformatTue, 23 Jan 2007 21:36:32 +0000, by michael
-
make the asf demuxer resistant against insertion/deletion errors libavformatTue, 23 Jan 2007 21:25:06 +0000, by michael
-
remove padding to 16bit code, i dont think this change can break anything and it makes the broken MPEG2-pub.avi from http://www.albx79.it/stuff/ playable other players arent that picky either ... libavformatTue, 23 Jan 2007 18:37:23 +0000, by michael
-
make av_find_stream_info() duration user selectable libavformatTue, 23 Jan 2007 17:34:26 +0000, by michael
-
flv follows in movs footsteps and has random trash in the width/height fields libavformatTue, 23 Jan 2007 15:38:07 +0000, by michael
-
Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. libavformatTue, 23 Jan 2007 09:24:41 +0000, by diego
-
consistant error return for asf_get_packet() libavformatMon, 22 Jan 2007 21:38:33 +0000, by michael
-
replace nonsense code by something which makes at least some sense libavformatMon, 22 Jan 2007 17:01:01 +0000, by michael
-
move frame header reading into its own function libavformatMon, 22 Jan 2007 12:55:23 +0000, by michael
-
more correct packet alignment check and correction libavformatMon, 22 Jan 2007 12:52:49 +0000, by michael
-
remove a few unused and duplicated variables libavformatMon, 22 Jan 2007 10:53:57 +0000, by michael
-
adding a few checks to the audio packet descrambling, this should hopefully catch all related out of array accesses libavformatMon, 22 Jan 2007 03:19:00 +0000, by michael
-
these variables seem to be unused on the demuxer side so theres no sense in setting them libavformatMon, 22 Jan 2007 00:20:58 +0000, by michael
-
remove now useless codec_tag setting code in voc muxer libavformatSun, 21 Jan 2007 22:41:37 +0000, by aurel
-
the context is supposed to be freed in the generic code in utils.c libavformatSun, 21 Jan 2007 12:47:46 +0000, by michael
-
remove now useless codec_tag setting code in muxers libavformatSun, 21 Jan 2007 12:44:58 +0000, by michael
-
set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables libavformatSun, 21 Jan 2007 12:31:58 +0000, by michael
-
this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used libavformatSun, 21 Jan 2007 12:30:44 +0000, by michael
-
get rid of the [4] limitation of codec tag lists libavformatSun, 21 Jan 2007 12:08:31 +0000, by michael
-
add codec_id <-> codec_tag tables to AVIn/OutputFormat libavformatSun, 21 Jan 2007 01:39:17 +0000, by michael
-
fix indention (dunno why it was messed up ...) libavformatSat, 20 Jan 2007 23:09:27 +0000, by michael
-
Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, libavformatFri, 19 Jan 2007 22:52:59 +0000, by reimar
-
The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. libavformatThu, 18 Jan 2007 17:48:21 +0000, by mmu_man
-
seperate redo (we dont handle this possibly valid packet) from libavformatWed, 17 Jan 2007 10:19:10 +0000, by michael
-
Make nb_streams unsigned to avoid an ugly cast. libavformatTue, 16 Jan 2007 22:31:10 +0000, by diego
-
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv libavformatMon, 15 Jan 2007 23:47:53 +0000, by michael
-
fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi libavformatMon, 15 Jan 2007 22:56:46 +0000, by michael
-
check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test libavformatMon, 15 Jan 2007 22:45:50 +0000, by mru
-
* Fixing a bug with incorrect bits set in AAUX source pack libavformatMon, 15 Jan 2007 07:41:28 +0000, by romansh
-
remove useless essence container data sets for now libavformatSun, 14 Jan 2007 23:32:51 +0000, by bcoudurier
-
remove useless preface parsing for now, will reintroduce it if needed libavformatSun, 14 Jan 2007 23:31:30 +0000, by bcoudurier
-
merge multiple descriptor parsing with generic one libavformatSun, 14 Jan 2007 23:23:06 +0000, by bcoudurier
-
follow michael suggestion and simplify code at object level libavformatSun, 14 Jan 2007 23:14:36 +0000, by bcoudurier
-
makes the filename member of the URLContext a pointer, so that the libavformatSun, 14 Jan 2007 22:07:19 +0000, by gpoirier
-
Make seeking work in files that contain encrypted tracks. libavformatSun, 14 Jan 2007 21:23:32 +0000, by reimar
-
10l, > vs. >= typo, caused crashes on last mpc frame libavformatSun, 14 Jan 2007 16:10:05 +0000, by reimar
-
seek back at the end of file after updating header libavformatSun, 14 Jan 2007 13:57:26 +0000, by bcoudurier
-
swf can contain only one audio track, simplify libavformatSun, 14 Jan 2007 01:14:31 +0000, by bcoudurier
-
AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor libavformatSun, 14 Jan 2007 00:32:25 +0000, by bcoudurier
-
Use macros to eliminate code duplication in MXF metadata read functions. libavformatSat, 13 Jan 2007 21:13:26 +0000, by reimar
-
Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something libavformatSat, 13 Jan 2007 18:54:48 +0000, by reimar
-
Fix error message, it's package ref that can not be found, not track in this case libavformatSat, 13 Jan 2007 18:21:55 +0000, by reimar
-
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) libavformatThu, 11 Jan 2007 22:32:19 +0000, by romansh
-
remove #if obsoleted after last major version bump libavformatMon, 08 Jan 2007 14:42:01 +0000, by bcoudurier
-
10l, only allocate priv_data if not already done libavformatMon, 08 Jan 2007 14:22:00 +0000, by bcoudurier
-
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavformatSat, 06 Jan 2007 23:54:01 +0000, by diego
-
dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3 libavformatFri, 05 Jan 2007 14:17:41 +0000, by bcoudurier
-
nth try of getting the frame rate detecton working libavformatTue, 02 Jan 2007 20:32:01 +0000, by michael
-
VP6 and flashsv stream copy and muxing support. libavformatMon, 01 Jan 2007 22:52:22 +0000, by banan
-
seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility libavformatMon, 01 Jan 2007 21:49:09 +0000, by michael
-
Decode previous 32 frames to avoid seeking artifacts in MPC libavformatMon, 01 Jan 2007 05:32:27 +0000, by kostya
-
Make MPC demuxer deal with ID3 tags at the beginning libavformatMon, 01 Jan 2007 05:29:53 +0000, by kostya
-
ignore duration of the first 2 frames in the max-time break check libavformatFri, 29 Dec 2006 21:41:06 +0000, by michael
-
do not base frame rate guess on just one duration libavformatFri, 29 Dec 2006 21:16:21 +0000, by michael
-
Patch for the FLV muxer to supply more complete metadata libavformatThu, 28 Dec 2006 12:35:22 +0000, by banan
-
fall back mmap() call using MAP_PRIVATE for working on no-mmu systems libavformatThu, 28 Dec 2006 00:32:06 +0000, by aurel
-
Register x11grab only when it has been enabled. libavformatSat, 23 Dec 2006 07:19:56 +0000, by diego
-
Make the X11 frame grabber disabled by default. libavformatFri, 22 Dec 2006 04:38:24 +0000, by diego
-
Fix a crash when probing img2 format with a NULL filename. libavformatWed, 20 Dec 2006 23:33:50 +0000, by aurel
-
put_*() are not only useful to muxers and protocol libavformatSat, 16 Dec 2006 20:40:09 +0000, by aurel
-
Allow provision of displaynumber, screennumber, x-offset and y-offset parameters libavformatFri, 15 Dec 2006 13:19:03 +0000, by takis
-
dont segv is ap->device is not set, display error message libavformatWed, 13 Dec 2006 10:18:38 +0000, by bcoudurier
-
fix compilation, use the standard INT64_C macro libavformatWed, 13 Dec 2006 10:08:27 +0000, by bcoudurier
-
Feedback from Karl H. Beckers about mouse cursor libavformatWed, 13 Dec 2006 08:51:01 +0000, by gpoirier
-
RFC 5: Mouse cursor painting reduc and more cleanups libavformatWed, 13 Dec 2006 08:49:34 +0000, by gpoirier
-
RFC 3&4 stage: FFmpeg style aint't my style libavformatWed, 13 Dec 2006 08:48:56 +0000, by gpoirier
-
RFC 2 stage: First feedback from review comments libavformatWed, 13 Dec 2006 08:48:13 +0000, by gpoirier
-
RFC 1 stage: Improve maintainability of the cursoir painting code libavformatWed, 13 Dec 2006 08:47:14 +0000, by gpoirier
-
Adapt the patch to more recent FFmpeg habits libavformatWed, 13 Dec 2006 08:46:31 +0000, by gpoirier
-
Original X11 device demuxer patch from Clemens Fruhwirth libavformatWed, 13 Dec 2006 08:45:36 +0000, by gpoirier
-
revert broken commit of x11 device demuxer patch libavformatWed, 13 Dec 2006 00:06:33 +0000, by gpoirier
-
Feedback from Karl H. Beckers about mouse cursor libavformatTue, 12 Dec 2006 22:32:14 +0000, by gpoirier
-
RFC 5: Mouse cursor painting reduc and more cleanups libavformatTue, 12 Dec 2006 22:32:10 +0000, by gpoirier
-
RFC 3&4 stage: FFmpeg style aint't my style libavformatTue, 12 Dec 2006 22:32:08 +0000, by gpoirier
-
RFC 2 stage: First feedback from review comments libavformatTue, 12 Dec 2006 22:32:06 +0000, by gpoirier
-
RFC 1 stage: Improve maintainability of the cursoir painting code libavformatTue, 12 Dec 2006 22:32:04 +0000, by gpoirier
-
Adapt the patch to more recent FFmpeg habits libavformatTue, 12 Dec 2006 22:32:02 +0000, by gpoirier
-
Original X11 device demuxer patch from Clemens Fruhwirth libavformatTue, 12 Dec 2006 22:31:46 +0000, by gpoirier
-
check codec frame size directly and only for audio libavformatMon, 11 Dec 2006 13:30:37 +0000, by bcoudurier
-
move duration finding code into read_packet() so it can be skiped if duration has already been set libavformatSun, 10 Dec 2006 17:53:01 +0000, by michael
-
amf_get_string() by Allan Hsu allan aat counterpop doot net libavformatSun, 10 Dec 2006 17:31:17 +0000, by michael
-
get rid of AVFMTCTX_NOHEADER, create streams in read_header() libavformatSun, 10 Dec 2006 17:25:30 +0000, by michael
-
set flags correctly in write header instead of seeking back and fixing it in write_trailer() libavformatSun, 10 Dec 2006 17:12:45 +0000, by michael
-
use standard INT64_MAX instead of MAXINT64 (and MIN) libavformatThu, 07 Dec 2006 00:47:37 +0000, by mru
-
use the standard INT64_C() macro for 64-bit constants libavformatWed, 06 Dec 2006 23:46:11 +0000, by mru
-
cosmetics, remove braces, remove spaces just inside parens libavformatWed, 06 Dec 2006 17:17:33 +0000, by bcoudurier
-
do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew parkins at 360visiontechnology com libavformatWed, 06 Dec 2006 15:46:12 +0000, by bcoudurier
-
Defines various common FLV format values between the FLV muxer and demuxer libavformatWed, 06 Dec 2006 00:23:04 +0000, by aurel
-
probe with some success image files not containing number pattern but having recognized image extension libavformatMon, 04 Dec 2006 11:42:48 +0000, by bcoudurier
-
Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream. libavformatSat, 02 Dec 2006 21:28:05 +0000, by melanson
-
Fix wrong flags for S16LE and S16BE audio in FLV files. libavformatFri, 01 Dec 2006 10:26:54 +0000, by diego
-
Fix compile with --disable-muxers, patch by Lo«Ác Le Loarer, lll+ffmpeg m4x org. libavformatThu, 30 Nov 2006 01:00:12 +0000, by diego
-
matroska: scale timecode according to time_scale libavformatTue, 28 Nov 2006 23:41:53 +0000, by aurel
-
move source_package declaration in the loop and reset it each iteration libavformatTue, 28 Nov 2006 17:17:36 +0000, by bcoudurier
-
cleanup the #ifdef mess in muxer/demuxer registration libavformatMon, 27 Nov 2006 12:55:24 +0000, by aurel
-
No need for special trick anymore for flac in matroska. libavformatThu, 23 Nov 2006 22:26:05 +0000, by aurel
-
move common voc muxer and demuxer data to voc.c libavformatTue, 21 Nov 2006 13:18:21 +0000, by aurel
-
matroska: split real video frames so that each packet contains only one slice libavformatMon, 20 Nov 2006 00:31:59 +0000, by aurel
-
matroska: properly handle real video extradata libavformatMon, 20 Nov 2006 00:15:52 +0000, by aurel
-
Divide first audio buffer chunk into atomary bufffers. libavformatSun, 19 Nov 2006 05:30:43 +0000, by kostya
-
Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files libavformatSat, 18 Nov 2006 17:37:56 +0000, by diego
-
update to libnut, use framecode table generator libavformatFri, 17 Nov 2006 16:53:42 +0000, by ods15
-
update to libnut API, changes to frame_table_input libavformatFri, 17 Nov 2006 14:43:14 +0000, by ods15
-
fix support for avis with sample_size > packet size libavformatThu, 16 Nov 2006 23:36:54 +0000, by michael
-
parse video frame headers to get key flag libavformatThu, 16 Nov 2006 15:49:54 +0000, by bcoudurier
-
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe) libavformatThu, 16 Nov 2006 12:27:43 +0000, by michael
-
print error when unsupported sample rate is used with swf libavformatThu, 16 Nov 2006 11:19:03 +0000, by bcoudurier
-
skip non keyframes after seeking between syncpoint and the first keyframe libavformatThu, 16 Nov 2006 10:20:29 +0000, by michael
-
remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com libavformatThu, 16 Nov 2006 08:48:05 +0000, by gpoirier
-
MinGW compilation fix, inet_aton and #includes depend on networking support. libavformatWed, 15 Nov 2006 01:11:33 +0000, by diego
-
check for frames with 2*size > max_dist and no crc libavformatTue, 14 Nov 2006 22:24:10 +0000, by michael
-
split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex libavformatTue, 14 Nov 2006 01:34:36 +0000, by michael
-
partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4 libavformatTue, 14 Nov 2006 01:05:31 +0000, by bcoudurier
-
rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN libavformatMon, 13 Nov 2006 23:14:24 +0000, by mru
-
Simplify VMD demuxer (but it still does not work right) libavformatMon, 13 Nov 2006 05:18:19 +0000, by kostya
-
cosmetic: fix indentation after previous commit libavformatSun, 12 Nov 2006 16:36:14 +0000, by aurel
-
Fix avidec.c compilation when dv demuxer is disabled. libavformatSun, 12 Nov 2006 16:35:19 +0000, by aurel
-
change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer.. libavformatSun, 12 Nov 2006 16:24:05 +0000, by ods15
-
Add libnut support until ffmpeg gets an independant and complete de/muxer for NUT libavformatSun, 12 Nov 2006 06:09:15 +0000, by ods15
-
dont do startcode search from last syncpoint if there are no errors libavformatSat, 11 Nov 2006 19:43:55 +0000, by michael
-
Add A_AAC codec identifier support in matroska. libavformatSat, 11 Nov 2006 00:49:39 +0000, by aurel
-
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavformatThu, 09 Nov 2006 11:37:30 +0000, by bcoudurier
-
support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov libavformatThu, 09 Nov 2006 00:09:27 +0000, by bcoudurier
-
fix missdetection of mpeg-ps (ps2_interdite.mpg) libavformatWed, 08 Nov 2006 22:49:55 +0000, by michael
-
add audio output sampling freqency reading in matroska libavformatWed, 08 Nov 2006 20:09:56 +0000, by aurel
-
Better way to detect cluster (fix files encoded with Haali's muxer). libavformatWed, 08 Nov 2006 18:53:36 +0000, by aurel
-
mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com) libavformatWed, 08 Nov 2006 01:21:23 +0000, by michael
-
allow spaces in source and build directory names libavformatWed, 08 Nov 2006 00:02:15 +0000, by mru
-
Don't need to check for NULL before av_free(). libavformatMon, 06 Nov 2006 23:57:34 +0000, by aurel
-
Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one). libavformatMon, 06 Nov 2006 23:14:37 +0000, by aurel
-
Add support for getting duration of a RTP stream (for seeking in stream) libavformatMon, 06 Nov 2006 21:58:43 +0000, by gpoirier
-
remove floats in 10 bytes/byte support (no version of matroska used it) libavformatMon, 06 Nov 2006 19:01:03 +0000, by gpoirier
-
Do not set audio codec_tag to 1, that would be PCM audio. libavformatSun, 05 Nov 2006 16:31:52 +0000, by diego
-
now we set codec_tag, still have to figure out how to handle flipping libavformatFri, 03 Nov 2006 20:13:42 +0000, by reynaldo
-
do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov libavformatFri, 03 Nov 2006 16:19:14 +0000, by bcoudurier
-
reintroduce isom field and read version 1 audio stsd only if file is not isom, fix testclip_wrong_version_1_audio_stsd.mp4 libavformatFri, 03 Nov 2006 15:02:51 +0000, by bcoudurier
-
add valid statistics for the RTCP receiver report. libavformatFri, 03 Nov 2006 07:55:57 +0000, by gpoirier
-
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformatWed, 01 Nov 2006 22:39:58 +0000, by diego
-
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavformatWed, 01 Nov 2006 21:09:14 +0000, by diego
-
clean, always write major brand for debug libavformatWed, 01 Nov 2006 19:16:18 +0000, by bcoudurier
-
remove gcc warning about void * used in arithmetic libavformatMon, 30 Oct 2006 23:59:52 +0000, by bcoudurier
-
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) libavformatMon, 30 Oct 2006 02:19:55 +0000, by michael
-
fix more dynamic protocol stuff, needed by the forthcoming h264 libavformatSun, 29 Oct 2006 10:58:51 +0000, by gpoirier
-
add support for all framerates specified by the standard libavformatSat, 28 Oct 2006 18:39:16 +0000, by gpoirier
-
Fix A/V (de)sync with discontinuous NSV streams, libavformatSat, 28 Oct 2006 17:28:04 +0000, by gpoirier
-
Make it possible to reuse UDP socket (optional, disabled by default) libavformatSat, 28 Oct 2006 17:16:18 +0000, by gpoirier
-
move up (in the file) AAC audio handling moved from below libavformatSat, 28 Oct 2006 00:29:59 +0000, by gpoirier
-
make ffmpeg able to send back a RTCP receiver report. libavformatFri, 27 Oct 2006 18:19:29 +0000, by gpoirier
-
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % libavformatFri, 27 Oct 2006 17:51:20 +0000, by gpoirier
-
Fix licence header (aka <pedantic mode='on' /> ) libavformatThu, 26 Oct 2006 22:40:18 +0000, by gpoirier
-
remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway libavformatWed, 25 Oct 2006 22:50:49 +0000, by bcoudurier
-
replace coder/decoder file description in libavformat by muxer/demuxer libavformatMon, 23 Oct 2006 08:57:54 +0000, by aurel
-
use the adjustment value present in FLV to crop VP6 video libavformatSun, 22 Oct 2006 23:19:42 +0000, by aurel
-
activate gif decoder, seems to work fine on showdown2.mov libavformatSun, 22 Oct 2006 16:17:02 +0000, by bcoudurier
-
Make read_packet fail is the v4l2 driver returns an unexpected frame size libavformatSun, 22 Oct 2006 09:56:08 +0000, by lucabe
-
avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu libavformatSat, 21 Oct 2006 11:17:39 +0000, by bcoudurier
-
fix probe, patch by Andreas Oman, andreas at olebyn dot nu libavformatSat, 21 Oct 2006 11:08:39 +0000, by bcoudurier
-
warn about zlib support needed if file has compressed moov atom libavformatFri, 20 Oct 2006 13:06:50 +0000, by bcoudurier
-
move memory reading ByteIOContext init from mov.c to avobuf.c libavformatFri, 20 Oct 2006 09:32:48 +0000, by michael
-
dont mess with ByteIOContext internal variables (fixes showdown2.mov) libavformatThu, 19 Oct 2006 10:05:36 +0000, by michael
-
Fix license header error notice by Steve LHomme. libavformatWed, 18 Oct 2006 13:15:27 +0000, by diego
-
simplify pcm read seek, use av_get_bits_per_sample libavformatWed, 18 Oct 2006 11:57:24 +0000, by bcoudurier
-
10l inverted condition check generated an endless loop libavformatTue, 17 Oct 2006 17:19:11 +0000, by aurel
-
skip packet if no stream index is found, fix proxy_pal030926.mxf libavformatTue, 17 Oct 2006 11:30:22 +0000, by bcoudurier
-
* Simplifying the setting of STYPE for AAUX AS libavformatMon, 16 Oct 2006 21:47:48 +0000, by romansh
-
Revert putting EXTRALIBS in common.mak, linking fails on MinGW. libavformatSun, 15 Oct 2006 12:59:45 +0000, by diego
-
Ignore blocks with no samples and flags (but usually with MD5 sum) libavformatSun, 15 Oct 2006 04:50:19 +0000, by kostya
-
Use proper PRI?64 macros for %ll? format to fix printf format warnings: libavformatSat, 14 Oct 2006 20:43:39 +0000, by rathann
-
flv files from myspace with mp3 audio require need_parsing because the libavformatFri, 13 Oct 2006 18:21:28 +0000, by rtogni
-
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformatThu, 12 Oct 2006 12:02:58 +0000, by bcoudurier
-
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformatWed, 11 Oct 2006 16:57:00 +0000, by bcoudurier
-
use av_get_bits_per_sample, compute block align if not set libavformatWed, 11 Oct 2006 10:15:05 +0000, by bcoudurier
-
simplify by not writing unneeded codec name to fix segfault when stream copy libavformatWed, 11 Oct 2006 10:09:45 +0000, by bcoudurier
-
set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org) libavformatTue, 10 Oct 2006 23:49:45 +0000, by michael
-
rewind completely if sample time is negative libavformatTue, 10 Oct 2006 13:00:50 +0000, by bcoudurier
-
dont seek back if no sync to let eof happen libavformatTue, 10 Oct 2006 12:58:34 +0000, by bcoudurier
-
quiet gcc about enum value not handled in switch libavformatTue, 10 Oct 2006 09:17:51 +0000, by bcoudurier
-
Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformatSat, 07 Oct 2006 15:30:46 +0000, by diego
-
flac fourcc (fixes mplayer -demuxer 35 with flac) libavformatFri, 06 Oct 2006 18:36:58 +0000, by michael
-
prevent >16bit tags to be truncated and used in creating .wav files libavformatFri, 06 Oct 2006 18:20:40 +0000, by michael
-
support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal-d10-imx50.mxf libavformatThu, 05 Oct 2006 09:01:04 +0000, by bcoudurier
-
fix r_frame_rate detection in mpeg4 streams with non integer fps libavformatTue, 03 Oct 2006 19:13:27 +0000, by michael
-
Remove unused variables and the corresponding warnings along with them. libavformatTue, 03 Oct 2006 17:12:48 +0000, by diego
-
return 0 as stream index if only one stream, this is completely non standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf libavformatMon, 02 Oct 2006 13:22:51 +0000, by bcoudurier
-
add support for some MS DIB formats for avisynth libavformatSun, 01 Oct 2006 20:41:02 +0000, by gpoirier
-
dont set sub_id as its completly redundant and silly libavformatSat, 30 Sep 2006 11:50:03 +0000, by michael
-
use a data definition uls table to fetch codec type libavformatFri, 29 Sep 2006 12:23:38 +0000, by bcoudurier
-
shut up gcc about incompatible pointer type libavformatFri, 29 Sep 2006 10:38:27 +0000, by bcoudurier
-
remove gcc warnings about void * used in arithmetic libavformatFri, 29 Sep 2006 10:28:11 +0000, by bcoudurier
-
move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov libavformatThu, 28 Sep 2006 17:59:26 +0000, by bcoudurier
-
change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov libavformatThu, 28 Sep 2006 17:52:48 +0000, by bcoudurier
-
fix r_frame_rate init code for groundhog.vob libavformatTue, 26 Sep 2006 18:34:07 +0000, by michael
-
support forward seeking in non seekable streams libavformatTue, 26 Sep 2006 17:09:03 +0000, by michael
-
* Moving FifoBuffer out of libavformat/avformat.h and libavformatThu, 21 Sep 2006 07:31:53 +0000, by romansh
-
reduce scores if the mp3 frames dont start from the begin of the file (fixes flv deteted as mp3 issues) libavformatWed, 20 Sep 2006 21:23:32 +0000, by michael
-
Migrate the "packetsize" OptionDef option to become an AVOption. libavformatWed, 20 Sep 2006 08:24:17 +0000, by takis
-
Migrate the "muxrate" OptionDef option to become an AVOption. libavformatWed, 20 Sep 2006 08:23:01 +0000, by takis
-
FLV seeking patch by Nazo. lovesyao at aol com. libavformatSun, 17 Sep 2006 09:39:49 +0000, by banan
-
Split the DV demuxer and muxer into separate files (as suggested by Diego libavformatFri, 15 Sep 2006 19:14:24 +0000, by takis
-
Add support for 8-bit grayscale to V4L grabber libavformatFri, 15 Sep 2006 11:17:41 +0000, by gpoirier
-
add a VP6F fourcc for apps which rely on fourcc libavformatTue, 12 Sep 2006 00:06:44 +0000, by aurel
-
workaround for files, mainly d-cinema, with 0 sized tags especially UMID in source clip, 377M B.10,13 clearly mentions that this is non standard though libavformatMon, 11 Sep 2006 22:05:43 +0000, by bcoudurier
-
allow ffmpeg to read mp3s beginning with partial frames libavformatSun, 10 Sep 2006 20:31:58 +0000, by gpoirier
-
Add official LGPL license headers to the files that were missing them. libavformatSun, 10 Sep 2006 14:02:42 +0000, by diego
-
undefines a few temporary defines which were not undefined after their usage. libavformatSat, 09 Sep 2006 08:49:28 +0000, by gpoirier
-
enable setting the year and track number using AVOption libavformatFri, 08 Sep 2006 12:28:28 +0000, by gpoirier
-
makes avformat_get_context_defaults() static libavformatFri, 08 Sep 2006 12:12:38 +0000, by gpoirier
-
Allow to get the the track number in the IPRT (part) tag in AVI. libavformatThu, 07 Sep 2006 16:35:22 +0000, by gpoirier
-
Allow to store the the track number though the IPRT (part) tag in AVI. libavformatThu, 07 Sep 2006 16:33:24 +0000, by gpoirier
-
ignore index parameter to ignore the ODML index in avi libavformatTue, 05 Sep 2006 19:23:32 +0000, by michael
-
move track timescale/sampleDuration init to write_header and return error if not set libavformatMon, 04 Sep 2006 14:22:44 +0000, by bcoudurier
-
Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % libavformatMon, 04 Sep 2006 09:57:47 +0000, by gpoirier
-
* Restructuring the division of labor between DV codec and DV format libavformatMon, 04 Sep 2006 03:33:11 +0000, by romansh
-
Switch license from GPL to LGPL, this file originates from libdv, which libavformatSun, 03 Sep 2006 18:51:10 +0000, by diego
-
Fix for AVI files with odd sized 'movi' list libavformatThu, 31 Aug 2006 09:43:29 +0000, by gpoirier
-
fix b pyramid in mp4 muxing if no dts are provided to the muxer libavformatWed, 30 Aug 2006 21:18:17 +0000, by michael
-
Add missing file from commit r6122 (AVISynth support) libavformatTue, 29 Aug 2006 08:15:38 +0000, by gpoirier
-
AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % libavformatTue, 29 Aug 2006 07:34:58 +0000, by gpoirier
-
ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define libavformatMon, 28 Aug 2006 18:53:10 +0000, by aurel
-
scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value) libavformatSun, 27 Aug 2006 12:22:40 +0000, by nicodvb
-
added option probesize; at the moment only used by mpegts.c libavformatSun, 27 Aug 2006 12:21:19 +0000, by nicodvb
-
initial support for AVOption in AVFormatContext libavformatSun, 27 Aug 2006 12:14:13 +0000, by nicodvb
-
fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong libavformatThu, 24 Aug 2006 18:39:57 +0000, by bcoudurier
-
correct uid, and enable JPEG 2000 detection libavformatThu, 24 Aug 2006 14:22:40 +0000, by bcoudurier
-
wide atom is only defined in mov, use free for mp4/3gp libavformatThu, 24 Aug 2006 10:32:09 +0000, by bcoudurier
-
move amr parameters adjusting like other codecs libavformatThu, 24 Aug 2006 09:53:53 +0000, by bcoudurier
-
dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them libavformatThu, 24 Aug 2006 09:09:20 +0000, by bcoudurier
-
support vdva fourcc (dv + dv audio in mov) libavformatThu, 24 Aug 2006 08:28:11 +0000, by bcoudurier
-
read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmpeg-devel] dvr-ms seek help request') libavformatWed, 23 Aug 2006 17:07:01 +0000, by michael
-
value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/Steve Lhomme) libavformatWed, 23 Aug 2006 16:26:59 +0000, by michael
-
total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Steve Lhomme) libavformatWed, 23 Aug 2006 16:24:39 +0000, by michael
-
AVI tag reading and writing patch by David Conrad. libavformatFri, 18 Aug 2006 16:48:35 +0000, by banan
-
Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % libavformatFri, 18 Aug 2006 07:55:08 +0000, by gpoirier
-
Move all internal -I parameters to the front of CFLAGS to avoid using external libavformatThu, 17 Aug 2006 16:32:08 +0000, by diego
-
use packet dts as correct media field number and use av_interleave_pkt_per_dts libavformatSat, 12 Aug 2006 00:18:58 +0000, by bcoudurier
-
parse mpeg frame to get pict type and closed gop flag libavformatWed, 09 Aug 2006 10:48:32 +0000, by bcoudurier
-
dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort libavformatTue, 08 Aug 2006 20:31:19 +0000, by michael
-
both timestamps are dts, (checked trailer.gxf, spec is unclear) libavformatTue, 08 Aug 2006 18:02:09 +0000, by michael
-
Fix some "'static' is not at beginning of declaration" warnings. libavformatTue, 08 Aug 2006 10:24:26 +0000, by diego
-
only set fields for mov, reserved for 3gp, mp4 libavformatMon, 07 Aug 2006 14:18:43 +0000, by bcoudurier
-
sampleSize field to 16, reserved for mp4 and 3gp libavformatMon, 07 Aug 2006 14:15:05 +0000, by bcoudurier
-
mp4, 3gp field is reserved and value is 2 libavformatMon, 07 Aug 2006 14:11:17 +0000, by bcoudurier
-
always write duration and file size, fix seeking, progress bar is now active libavformatSun, 06 Aug 2006 15:29:50 +0000, by bcoudurier
-
sample size is 1 if bits per sample is 8 and mono channel libavformatThu, 03 Aug 2006 16:22:01 +0000, by bcoudurier
-
revert r5909, dont use non constant static variable, breaks multithreaded apps libavformatThu, 03 Aug 2006 15:33:48 +0000, by bcoudurier
-
parse SONY hidden MPEG-4 extradata, fix C0023S01.mxf libavformatThu, 03 Aug 2006 12:31:15 +0000, by bcoudurier
-
skip run-in sequence before reading header libavformatThu, 03 Aug 2006 12:08:06 +0000, by bcoudurier
-
add codec detection based on essence container ul libavformatThu, 03 Aug 2006 09:14:56 +0000, by bcoudurier
-
resolve strong refs in parse_structural_metadata since objects may not be ordered, use object oriented approach libavformatWed, 02 Aug 2006 15:02:42 +0000, by bcoudurier
-
Do not set the codec's pixel format in the format's write_header() libavformatWed, 02 Aug 2006 09:48:05 +0000, by lucabe
-
move common code from mov.c and movenc.c to isom.c libavformatTue, 01 Aug 2006 14:58:15 +0000, by bcoudurier
-
Support for seeking, both with and without index and correct timestamps libavformatTue, 01 Aug 2006 10:19:25 +0000, by reimar
-
negative to_pad won't provoke infinite loop libavformatTue, 01 Aug 2006 10:00:12 +0000, by bcoudurier
-
The reader ignores the size of the ASF data object and keeps on libavformatSat, 29 Jul 2006 16:07:19 +0000, by gpoirier
-
parse rgba descriptor (jpeg2000, uncompressed) libavformatSat, 29 Jul 2006 14:00:47 +0000, by bcoudurier
-
demuxer reworked, more accurate parsing, prepare handling of other operational patterns, streaming demuxing, simplified codec detection libavformatFri, 28 Jul 2006 22:42:31 +0000, by bcoudurier
-
Set duration to AV_NOPTS_VALUE instead of 0 when unknown. libavformatFri, 28 Jul 2006 13:31:08 +0000, by reimar
-
Try to find out correct start time to make seeking faster and add some libavformatSun, 23 Jul 2006 18:19:33 +0000, by reimar
-
fix regression failure after adler simplification libavformatThu, 20 Jul 2006 10:22:07 +0000, by michael
-
Fix memleak, patch by I. Po % yyymmmm # gmail O com % libavformatWed, 19 Jul 2006 08:06:24 +0000, by gpoirier
-
add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch ) libavformatMon, 17 Jul 2006 21:51:21 +0000, by michael
-
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) libavformatMon, 17 Jul 2006 10:44:53 +0000, by michael
-
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use libavformatThu, 13 Jul 2006 23:10:01 +0000, by mru
-
add loop_input to AVFormatContext, getting rid of old hack libavformatThu, 13 Jul 2006 21:13:49 +0000, by mru
-
move common stuff from avienc.c and wav.c to new file riff.c libavformatWed, 12 Jul 2006 00:09:34 +0000, by mru
-
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just libavformatTue, 11 Jul 2006 21:45:45 +0000, by diego
-
allow individual selection of muxers and demuxers libavformatMon, 10 Jul 2006 21:14:37 +0000, by mru
-
assign exact codec id, needed when stream copy libavformatMon, 10 Jul 2006 12:10:10 +0000, by bcoudurier
-
give AVInput/OutputFormat structs consistent names libavformatSun, 09 Jul 2006 23:40:53 +0000, by mru
-
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavformatSun, 09 Jul 2006 10:33:49 +0000, by michael
-
Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). libavformatSat, 08 Jul 2006 16:25:45 +0000, by mru
-
new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm libavformatSat, 08 Jul 2006 12:14:41 +0000, by bcoudurier
-
set proper bits_per_sample value for ADPCM codecs libavformatSat, 08 Jul 2006 07:14:00 +0000, by aurel
-
simplify the voc demuxer using av_get_bits_per_sample() libavformatFri, 07 Jul 2006 22:42:36 +0000, by aurel
-
av_get_bits_per_sample and due simplifications libavformatFri, 07 Jul 2006 17:50:09 +0000, by bcoudurier
-
simplify and write correct values conforming to specs libavformatThu, 06 Jul 2006 14:38:50 +0000, by bcoudurier
-
vbr requires version=1 and samplesize=0 per QT spec libavformatThu, 06 Jul 2006 12:17:01 +0000, by michael
-
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h" libavformatFri, 30 Jun 2006 08:26:29 +0000, by gpoirier
-
Move initialisations and internal symbols in allformats.h, libavformatFri, 30 Jun 2006 07:41:25 +0000, by gpoirier
-
extradata may be used as bitstream reader input so allocate with padding libavformatThu, 29 Jun 2006 19:42:34 +0000, by mru
-
detect audio-only program streams and broken files made by VDR libavformatThu, 29 Jun 2006 19:03:53 +0000, by mru
-
do not fail av_find_stream_info() if params for all streams could not be found libavformatThu, 29 Jun 2006 19:02:15 +0000, by mru
-
detect MPEG PES streams as MPEG PS; the PS demuxer will cope libavformatWed, 28 Jun 2006 21:40:08 +0000, by mru
-
dont read over the end of a data chunk and at the end search for the next libavformatWed, 28 Jun 2006 10:51:56 +0000, by michael
-
cleanup patch from Diego Petten«Ò <flameeyes@gentoo.org> libavformatSun, 25 Jun 2006 17:37:12 +0000, by lu_zero
-
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. libavformatTue, 20 Jun 2006 22:19:11 +0000, by diego
-
allow packets with non-zero PES_scrambling_control libavformatMon, 19 Jun 2006 22:20:38 +0000, by mru
-
Add const to (mostly) char* and make some functions static, which aren't used libavformatSun, 18 Jun 2006 11:33:14 +0000, by diego
-
Add (mostly) const to variable and parameter declaration, where a char* was libavformatSat, 17 Jun 2006 15:53:23 +0000, by diego
-
use standard codec tag if the specified tag is out of range and would be libavformatFri, 16 Jun 2006 20:45:29 +0000, by mru
-
Fix compilation with all combinations of --disable-(de)muxers. libavformatFri, 16 Jun 2006 10:06:57 +0000, by diego
-
simplify, completely ignore streams not recognized, that fixes seeking for some files libavformatMon, 12 Jun 2006 13:09:19 +0000, by bcoudurier
-
read_packet return value must be < 0 when no packet is returned, including EOF. libavformatSun, 11 Jun 2006 10:09:33 +0000, by reimar
-
rm_read_audio_stream_info return type is not void libavformatSun, 04 Jun 2006 21:01:02 +0000, by rtogni
-
Support for AAC (fourcc raac and racp) in rm files libavformatSun, 04 Jun 2006 17:26:58 +0000, by rtogni
-
Remove all .cvsignore files, they are no longer necessary. libavformatFri, 26 May 2006 15:37:11 +0000, by diego
-
fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ... libavformatFri, 19 May 2006 01:53:59 +0000, by michael
-
dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) libavformatThu, 18 May 2006 23:32:42 +0000, by michael
-
dont write LAVF_ID if bitexact and any meta tag is set libavformatThu, 18 May 2006 23:03:16 +0000, by michael
-
fix seeking, typo provoking hard segfault libavformatThu, 18 May 2006 15:18:25 +0000, by bcoudurier
-
fix keyframe check, stss might be there but count set to 0 libavformatThu, 18 May 2006 15:17:09 +0000, by bcoudurier
-
Now MPlayer should understand Smacker audio and video codecs. libavformatWed, 17 May 2006 03:03:53 +0000, by kostya
-
add quicktime uncompressed 8bit 4:2:2 support libavformatSun, 14 May 2006 14:21:06 +0000, by bcoudurier
-
sanity checks some might have been exploitable libavformatSat, 13 May 2006 11:37:56 +0000, by michael
-
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be libavformatFri, 12 May 2006 15:13:51 +0000, by banan
-
simplify, amr.c sets frame_size to 160, and sample size is always 8000 libavformatWed, 10 May 2006 18:00:16 +0000, by bcoudurier
-
fix damr atom, needed for quicktime player libavformatWed, 10 May 2006 17:56:39 +0000, by bcoudurier
-
Add support for raw flac decoding based on the .flac suffix of input files. libavformatTue, 09 May 2006 12:34:35 +0000, by banan
-
Fix v4l grabbing with some webcams, and simplify the code. libavformatThu, 04 May 2006 12:23:12 +0000, by lucabe
-
skip null fourcc, fix ep2_mystery_m640_dummy.mov libavformatMon, 01 May 2006 15:52:57 +0000, by bcoudurier
-
report to user if mmf with midi found (and not supported) libavformatThu, 20 Apr 2006 22:17:11 +0000, by alex
-
Avoid crash if there is a rtjpeg quant header but no video stream in file libavformatThu, 20 Apr 2006 10:38:15 +0000, by reimar
-
set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay libavformatWed, 19 Apr 2006 14:18:13 +0000, by bcoudurier
-
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavformatSat, 15 Apr 2006 15:05:53 +0000, by diego
-
get avcC profile and level indication from sps (from handbrake) libavformatFri, 14 Apr 2006 09:54:17 +0000, by bcoudurier
-
write mdat in write_header avoid check in write_packet libavformatThu, 13 Apr 2006 13:21:20 +0000, by bcoudurier
-
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavformatFri, 07 Apr 2006 16:59:57 +0000, by kostya
-
little h.264 related hunk from diff between cvs and mobile hackerz libavformatTue, 04 Apr 2006 17:44:59 +0000, by michael
-
the PSP rejects video with too high bitrates so lets claim they arent too high ... libavformatTue, 04 Apr 2006 12:58:56 +0000, by michael
-
* fixing DV-in-AVI type1 packet production bug libavformatSat, 01 Apr 2006 23:13:53 +0000, by romansh
-
This patch simply adds demuxing support for AC-3 streams in DVB TS libavformatSat, 01 Apr 2006 19:02:40 +0000, by mru
-
fix constraint violation: libavformat is not allowed to modify state of caller, including rng state libavformatThu, 30 Mar 2006 16:44:32 +0000, by rfelker
-
NuppelVideo/MythTVVideo support, including rtjpeg decoder libavformatMon, 27 Mar 2006 22:22:50 +0000, by reimar
-
ignore wrong negative cts values created by quicktime libavformatMon, 27 Mar 2006 16:19:51 +0000, by bcoudurier
-
let vorbis decoder init too, fix mi2_vorbis51.mp4 libavformatSun, 26 Mar 2006 17:05:28 +0000, by bcoudurier
-
fix double free, priv_data is freed in av_open_input_stream libavformatSun, 26 Mar 2006 14:06:00 +0000, by bcoudurier
-
dont set random timestamps if they are not known libavformatSat, 25 Mar 2006 19:51:12 +0000, by michael
-
Rename time variable to the more descriptive block_time. libavformatSat, 25 Mar 2006 13:37:34 +0000, by diego
-
let faad init parameters properly, fix many SBR samples libavformatFri, 24 Mar 2006 17:03:49 +0000, by bcoudurier
-
need to dissociate pcm 16bit and 8bit cases libavformatFri, 24 Mar 2006 16:01:00 +0000, by bcoudurier
-
vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp libavformatFri, 24 Mar 2006 15:25:43 +0000, by bcoudurier
-
duration and subitle fix from the patch by Steve Lhomme libavformatWed, 22 Mar 2006 11:11:02 +0000, by michael
-
provide more info on which streams lack codec parameters libavformatTue, 21 Mar 2006 11:29:50 +0000, by michael
-
Reenable NUT and NUT regression tests as requested by Michael. libavformatFri, 17 Mar 2006 23:21:18 +0000, by diego
-
Disable the NUT (de)muxer until it has been synced with the specification. libavformatFri, 17 Mar 2006 00:47:48 +0000, by diego
-
create edts atom when muxing B frames, needed to compute cts libavformatSat, 11 Mar 2006 18:21:28 +0000, by bcoudurier
-
do nal reformating when muxing H264, create avcc atom libavformatSat, 11 Mar 2006 18:18:17 +0000, by bcoudurier
-
some mov files have invalid pts so we need to consider these pts too in calculating the timabase libavformatSat, 11 Mar 2006 11:30:07 +0000, by michael
-
More correct demuxing and timestamp setting fot Sierra VMD libavformatSat, 11 Mar 2006 04:27:58 +0000, by kostya
-
Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate. libavformatWed, 08 Mar 2006 21:51:39 +0000, by diego
-
set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformatMon, 06 Mar 2006 22:15:43 +0000, by michael
-
referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformatMon, 06 Mar 2006 21:29:48 +0000, by michael
-
add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformatMon, 06 Mar 2006 21:22:02 +0000, by michael
-
ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformatThu, 02 Mar 2006 19:28:35 +0000, by michael
-
compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformatThu, 02 Mar 2006 01:37:38 +0000, by michael
-
fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/ libavformatWed, 01 Mar 2006 22:45:27 +0000, by mmu_man
-
can't have PES headers in MPEG video elementary streams so fail probe libavformatWed, 01 Mar 2006 20:09:44 +0000, by mru
-
fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that) libavformatWed, 01 Mar 2006 16:11:04 +0000, by michael
-
support seeking in RenderAvi.avi (audio stream == single huge chunk) libavformatWed, 01 Mar 2006 15:42:07 +0000, by michael
-
fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi libavformatWed, 01 Mar 2006 12:04:22 +0000, by michael
-
Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by libavformatWed, 01 Mar 2006 07:42:55 +0000, by banan
-
replace if by assert as it should never by true libavformatWed, 01 Mar 2006 01:29:12 +0000, by michael
-
Add support for drivers that can change the capture size on VIDIOC_S_FMT libavformatTue, 28 Feb 2006 11:28:09 +0000, by lucabe
-
Error path fix: close the video device on failure libavformatTue, 28 Feb 2006 11:14:59 +0000, by lucabe
-
CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) libavformatWed, 22 Feb 2006 23:46:20 +0000, by michael
-
support correct ptses on other than version 3.2.0 aswell libavformatWed, 22 Feb 2006 00:18:12 +0000, by alex
-
check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_ID_NONE value change libavformatTue, 21 Feb 2006 20:32:47 +0000, by alex
-
Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) libavformatSun, 19 Feb 2006 20:00:00 +0000, by michael
-
The current_sample field is meant to be the sample number, not an offset into libavformatSun, 19 Feb 2006 12:49:17 +0000, by diego
-
simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) libavformatSat, 18 Feb 2006 09:08:34 +0000, by michael
-
add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) libavformatSat, 18 Feb 2006 09:05:07 +0000, by michael
-
add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) libavformatSat, 18 Feb 2006 09:03:22 +0000, by michael
-
ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced libavformatFri, 17 Feb 2006 21:06:51 +0000, by diego
-
complete AVS playback system (from Creature Shock computer game), libavformatFri, 17 Feb 2006 03:17:42 +0000, by melanson
-
mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurier smartjog com) libavformatTue, 14 Feb 2006 23:21:17 +0000, by michael
-
10l, allocate bitbuffer with regard to the padding size libavformatMon, 13 Feb 2006 12:05:06 +0000, by alex
-
useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformatMon, 13 Feb 2006 10:40:41 +0000, by michael
-
mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier smartjog com> libavformatSun, 12 Feb 2006 14:53:47 +0000, by michael
-
mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformatSun, 12 Feb 2006 10:24:43 +0000, by michael
-
dosbox native ZMBV decoder, courtesy of Kostya libavformatSun, 12 Feb 2006 08:53:29 +0000, by melanson
-
complete American Laser Games MM playback system, courtesy of Peter Ross libavformatSun, 12 Feb 2006 06:49:40 +0000, by melanson
-
tta demuxer, also usable for moving tta audio data into an other container libavformatSun, 12 Feb 2006 02:18:37 +0000, by alex
-
stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com) libavformatSat, 11 Feb 2006 21:43:21 +0000, by michael
-
Separate library install into static and shared installation. libavformatSat, 11 Feb 2006 18:50:45 +0000, by diego
-
mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformatSat, 11 Feb 2006 18:27:57 +0000, by michael
-
Separate header file installation from the general install target. libavformatSat, 11 Feb 2006 17:44:06 +0000, by diego
-
Fix for url_fclose() being called on an already closed file based on a patch by (<Colin Ward> hitman codehq org) libavformatSat, 11 Feb 2006 17:17:37 +0000, by michael
-
voc: set bits_per_sample correctly (fix mplayer playback) libavformatThu, 09 Feb 2006 23:53:07 +0000, by aurel
-
Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific. libavformatWed, 08 Feb 2006 15:39:12 +0000, by diego
-
Correctly set the interlaced_frame and top_field_first fields. libavformatWed, 08 Feb 2006 11:54:05 +0000, by diego
-
bump version numbers and update docs for adts aac support libavformatWed, 08 Feb 2006 01:11:48 +0000, by mru
-
AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) libavformatThu, 02 Feb 2006 15:21:19 +0000, by michael
-
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) libavformatThu, 02 Feb 2006 13:07:30 +0000, by michael
-
dynamically increase probe buffer until format is detected libavformatThu, 02 Feb 2006 11:27:35 +0000, by michael
-
On MinGW it is not possible to build shared and static libraries at once. libavformatMon, 30 Jan 2006 00:22:41 +0000, by diego
-
Remove obscure Makefile.bak entry from distclean rules. libavformatThu, 26 Jan 2006 23:42:30 +0000, by diego
-
Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket libavformatThu, 26 Jan 2006 19:42:45 +0000, by rtognimp
-
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it libavformatWed, 25 Jan 2006 22:10:13 +0000, by diego
-
avoid using non constant fields of AVCodecContext in avi muxer libavformatWed, 25 Jan 2006 17:14:16 +0000, by michael
-
try avi video name -> codec_id mapping if the mov one has no match libavformatWed, 25 Jan 2006 16:04:31 +0000, by michael
-
Remove all stray tabs and trailing whitespace, this time for good. libavformatTue, 24 Jan 2006 10:33:14 +0000, by diego
-
Fix for title field in PSP compatible mp4 files. Patch by libavformatTue, 24 Jan 2006 08:03:42 +0000, by banan
-
>4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de) libavformatMon, 23 Jan 2006 14:12:03 +0000, by michael
-
Skip all includes for WinCE, instead of falling through to the #else case. libavformatMon, 23 Jan 2006 00:57:59 +0000, by diego
-
Place proper #ifdef around muxer-specific code. libavformatSun, 22 Jan 2006 13:50:59 +0000, by diego
-
Add --disable-protocols option to configure to disable I/O protocol from libavformatSat, 21 Jan 2006 18:36:32 +0000, by diego
-
audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<) libavformatFri, 20 Jan 2006 23:48:16 +0000, by michael
-
Put muxer-specific code parts in #ifdef CONFIG_MUXERS. libavformatThu, 19 Jan 2006 23:36:50 +0000, by diego
-
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 Aafl©Ìy: 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 (M«©ns Rullg«©rd <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 (M«©ns Rullg«©rd <mru inprovide com>) libavformatWed, 09 Mar 2005 02:12:44 +0000, by michael
-
H.264 and Vorbis support in matroska patch by (M«©ns Rullg«©rd |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 (M«©ns Rullg«©rd <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 (M«©ns Rullg«©rd <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 (M«©ns Rullg«©rd <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
-
* making it possible to specify recording date and time in a stream libavformatTue, 06 Apr 2004 06:31:12 +0000, by romansh
-
checksuming for nut & nice checksum API for libavformat libavformatMon, 05 Apr 2004 12:02:10 +0000, by michael
-
store extradata, vorbis in avi works now, dont expect av sync though libavformatSun, 04 Apr 2004 19:28:49 +0000, by michael
-
some random id for vorbis so we can do some experiments with vorbis in various containers, anyone knows if vorbis in WAV/AVI has a official id? libavformatSun, 04 Apr 2004 19:18:15 +0000, by michael
-
fix global header passing from demuxer to decoder libavformatSun, 04 Apr 2004 17:55:59 +0000, by michael
-
remove function call from muxer->encoder and cleanly pass global headers libavformatSun, 04 Apr 2004 15:19:20 +0000, by michael
-
fix obnoxious ogg_packet passing from encoder to muxer libavformatSun, 04 Apr 2004 14:39:20 +0000, by michael
-
kill obnoxious ogg_packet passing from demuxer to decoder libavformatSun, 04 Apr 2004 02:07:15 +0000, by michael
-
yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>) libavformatThu, 01 Apr 2004 23:32:53 +0000, by michael
-
* .mov files with uncompressed audio can't be correctly processed libavformatWed, 31 Mar 2004 04:51:14 +0000, by romansh
-
* fixing 10l in movenc.c + updating regression patterns. libavformatSun, 28 Mar 2004 03:29:00 +0000, by romansh
-
* making .mov files generated by ffmpeg compatible with Apple software. libavformatSun, 28 Mar 2004 02:17:06 +0000, by romansh
-
Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-muenchen dot de) libavformatFri, 26 Mar 2004 17:40:40 +0000, by michael
-
cleanup frame_rate code, this may also fix some large file bugs libavformatWed, 24 Mar 2004 19:03:20 +0000, by michael
-
* turns out raw DV files can have .dif extension libavformatWed, 24 Mar 2004 06:32:57 +0000, by romansh
-
support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformatSat, 20 Mar 2004 19:57:28 +0000, by michael
-
adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>) libavformatThu, 18 Mar 2004 20:52:40 +0000, by michael
-
decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformatMon, 15 Mar 2004 03:29:32 +0000, by michael
-
tcp select() check and enables pressing 'q' when reading/(writing) from libavformatSun, 14 Mar 2004 19:40:43 +0000, by michael
-
minor VMD system update; still not perfect, but should not crash either libavformatSun, 14 Mar 2004 04:08:11 +0000, by melanson
-
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavformatSun, 14 Mar 2004 04:04:08 +0000, by melanson
-
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformatSun, 14 Mar 2004 02:59:33 +0000, by michael
-
fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformatSat, 13 Mar 2004 23:04:37 +0000, by michael
-
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>) libavformatSat, 13 Mar 2004 21:02:26 +0000, by michael
-
added SGI image format, encoding and decoding, courtesy of Todd Kirby libavformatSat, 13 Mar 2004 17:30:37 +0000, by melanson
-
big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformatFri, 12 Mar 2004 02:26:01 +0000, by michael
-
matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformatThu, 11 Mar 2004 16:26:42 +0000, by michael
-
Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian dot becker at palmone dot com>) libavformatWed, 10 Mar 2004 03:54:56 +0000, by michael
-
10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf) libavformatTue, 09 Mar 2004 21:54:25 +0000, by michael
-
forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformatSat, 06 Mar 2004 11:07:37 +0000, by michael
-
asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformatFri, 05 Mar 2004 22:10:50 +0000, by michael
-
split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformatFri, 05 Mar 2004 21:34:30 +0000, by michael
-
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformatWed, 03 Mar 2004 15:41:21 +0000, by michael
-
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 libavformatWed, 25 Feb 2004 17:35:52 +0000, by michael
-
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavformatSun, 22 Feb 2004 00:31:19 +0000, by michael
-
avsync patch by (Gildas Bazin <gbazin at altern dot org>) libavformatFri, 20 Feb 2004 14:39:15 +0000, by michael
-
improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>) libavformatThu, 19 Feb 2004 22:34:13 +0000, by michael
-
AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>) libavformatSat, 14 Feb 2004 19:08:09 +0000, by michael
-
avio patch by (Gildas Bazin <gbazin at altern dot org>) libavformatSat, 14 Feb 2004 16:25:32 +0000, by michael
-
* turns out write_packet is supposed to return 0 on success, not libavformatWed, 11 Feb 2004 02:28:34 +0000, by romansh
-
* Initial implementation of the G.726 ADPCM audio codec. libavformatSat, 07 Feb 2004 08:20:00 +0000, by romansh
-
initial commit for Quicktime Animation (RLE) video decoder; bit depths libavformatThu, 05 Feb 2004 05:22:44 +0000, by melanson
-
Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>) libavformatSun, 01 Feb 2004 13:06:46 +0000, by michael
-
CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) libavformatSat, 17 Jan 2004 22:02:07 +0000, by michael
-
store searched distance in index, so we dont waste time searching for keyframes where we already searched libavformatSat, 17 Jan 2004 18:06:52 +0000, by michael
-
replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least decode the video without segfaulting libavformatWed, 14 Jan 2004 21:27:59 +0000, by michael
-
use packet number instead of byte number internally for seeking libavformatWed, 14 Jan 2004 18:40:29 +0000, by michael
-
seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) libavformatWed, 14 Jan 2004 13:32:49 +0000, by michael
-
caching of timestamps for mpeg-ps so seeking is faster libavformatTue, 13 Jan 2004 22:02:49 +0000, by michael
-
memleak patch by (Gildas Bazin <gbazin at altern dot org>) libavformatThu, 08 Jan 2004 19:01:16 +0000, by michael
-
ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) libavformatTue, 06 Jan 2004 15:31:36 +0000, by michael
-
better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generation bug (stuffing is added in such rare cases) - fixed AC3 payload size generation - generate correct AC3 frame header (need spec checking) libavformatTue, 16 Dec 2003 11:25:30 +0000, by bellard
-
fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets) libavformatTue, 16 Dec 2003 11:21:25 +0000, by bellard
-
make av_read_frame() return buffered frames at EOF libavformatMon, 15 Dec 2003 14:45:37 +0000, by bellard
-
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavformatSun, 14 Dec 2003 17:47:23 +0000, by michael
-
suppress PTS in packets when not needed (slightly smaller files), fixed PTS generation in some cases, added provision for DTS generation, slightly better SCR generation (initial patch by Michel Bardiaux) libavformatTue, 09 Dec 2003 18:06:18 +0000, by bellard
-
SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot compsoc dot net>) libavformatFri, 05 Dec 2003 00:41:58 +0000, by michael
-
H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavformatSat, 29 Nov 2003 00:21:33 +0000, by michael
-
- Add reget_buffer() function to AVCodecContext libavformatWed, 26 Nov 2003 20:57:15 +0000, by rtognimp
-
Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>) libavformatMon, 24 Nov 2003 17:59:56 +0000, by michael
-
Add more resilience in reading ffm files. In particular, don't assume libavformatWed, 19 Nov 2003 02:34:40 +0000, by philipjsg
-
set frame rate information, for good measure libavformatSun, 16 Nov 2003 14:26:50 +0000, by melanson
-
use the proper file framerate (specified by a float); account the pts libavformatSat, 15 Nov 2003 18:18:42 +0000, by melanson
-
support more codecs in MPEG-TS patch by (mru at kth dot se (M«©ns Rullg«©rd)) libavformatWed, 12 Nov 2003 21:56:57 +0000, by michael
-
frame rate should be completely disabled in asf (closer now) - disabled seek libavformatMon, 10 Nov 2003 18:49:58 +0000, by bellard
-
seeking support - fixed some ADPCM decoding cases libavformatMon, 10 Nov 2003 18:44:27 +0000, by bellard
-
initial seek support - more generic play/pause support libavformatMon, 10 Nov 2003 18:39:26 +0000, by bellard
-
initial av_read_frame() and av_seek_frame() support libavformatMon, 10 Nov 2003 18:37:55 +0000, by bellard
-
added palette support to the QT demuxer; registered SMC video decoder libavformatMon, 10 Nov 2003 03:17:32 +0000, by melanson
-
* fixes for broken builds on Solaris, OS2 and all bingendian libavformatTue, 04 Nov 2003 19:35:43 +0000, by romansh
-
movenc patch by (Gildas Bazin <gbazin at altern dot org>) libavformatMon, 03 Nov 2003 21:51:07 +0000, by michael
-
Make avi and asf demuxer export palette in palctrl libavformatSun, 02 Nov 2003 21:55:38 +0000, by rtognimp
-
* DV demuxer is now capable of decoding auxilary audio stream. So, libavformatFri, 31 Oct 2003 22:26:26 +0000, by romansh
-
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavformatThu, 30 Oct 2003 05:40:58 +0000, by melanson
-
added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API libavformatWed, 29 Oct 2003 14:25:27 +0000, by bellard
-
make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() libavformatWed, 29 Oct 2003 14:20:56 +0000, by bellard
-
mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS) libavformatWed, 29 Oct 2003 14:16:31 +0000, by bellard
-
1/0 fix by (Tim Allen <tim at proximity dot com dot au>) libavformatTue, 28 Oct 2003 10:55:15 +0000, by michael
-
GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavformatSun, 26 Oct 2003 10:49:49 +0000, by michael
-
added XVID fourcc (ISO MPEG-4?) and AC3 fourcc libavformatSat, 25 Oct 2003 04:41:53 +0000, by melanson
-
Using the extension m4a for audio only MPEG-4 files is increasingly libavformatSun, 19 Oct 2003 20:57:47 +0000, by michael
-
- Moving -Wall from the individual Makefiles to configure (and only libavformatSat, 18 Oct 2003 18:47:06 +0000, by michael
-
* providing MPEG codecs with a generic fields in AVFrame to use. libavformatSat, 18 Oct 2003 03:19:44 +0000, by romansh
-
Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <doug at ties dot org>) libavformatWed, 15 Oct 2003 18:06:44 +0000, by michael
-
make it compatible with older make (debian stable - make 3.79.1) libavformatTue, 14 Oct 2003 11:36:03 +0000, by alex
-
disable encoders where appropriate (patch courtesy of BERO libavformatTue, 14 Oct 2003 04:15:53 +0000, by melanson
-
handle a wider variety of VQA files, including silent files libavformatSat, 04 Oct 2003 17:41:56 +0000, by tmmm
-
* fixing bug that prevented resampling the picture and libavformatFri, 03 Oct 2003 01:08:10 +0000, by romansh
-
fix fabrice's broken get_bi and some minor changes in draft libavformatThu, 02 Oct 2003 14:59:54 +0000, by al3x
-
properly demux silent files; implemented precise framerate calculation libavformatThu, 02 Oct 2003 04:16:59 +0000, by tmmm
-
* preAlpha DV encoding support -- there's still a truckload libavformatWed, 01 Oct 2003 23:34:46 +0000, by romansh
-
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & libavformatWed, 01 Oct 2003 04:39:38 +0000, by tmmm
-
Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformatTue, 30 Sep 2003 17:54:30 +0000, by michaelni
-
* The functionality is now available in dv.[ch]. libavformatMon, 29 Sep 2003 17:56:21 +0000, by romansh
-
* DV handling was streamlined for both muxing/demuxing and libavformatMon, 29 Sep 2003 17:54:07 +0000, by romansh
-
Fix a very nasty problem with extra bytes appearing in TCP data streams. libavformatMon, 29 Sep 2003 01:41:30 +0000, by philipjsg
-
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavformatSun, 28 Sep 2003 22:53:25 +0000, by michaelni
-
mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot hut dot fi>) libavformatSun, 28 Sep 2003 21:09:32 +0000, by michaelni
-
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) libavformatSun, 28 Sep 2003 20:34:11 +0000, by michaelni
-
send the chunk preamble bytes to the respective decoders; Id RoQ demuxer libavformatFri, 26 Sep 2003 00:10:21 +0000, by tmmm
-
yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformatThu, 25 Sep 2003 08:38:16 +0000, by michaelni
-
clean up 4xm demuxer; make valgrind just a little happier libavformatSat, 20 Sep 2003 21:54:33 +0000, by tmmm
-
iterate through the appropriate range of palette entries libavformatSat, 20 Sep 2003 00:31:43 +0000, by tmmm
-
generate correct PTS in transport stream - use mpeg2 encoder by default libavformatTue, 16 Sep 2003 12:56:42 +0000, by bellard
-
adapt to use interim palette control API; do away with multi-chunk data libavformatSun, 14 Sep 2003 18:56:45 +0000, by tmmm
-
64 bit pts for writing - more const usage (don't forget me !) libavformatSat, 13 Sep 2003 09:20:12 +0000, by mmu_man
-
forgot to apply the palette component lookup table libavformatThu, 11 Sep 2003 05:39:51 +0000, by tmmm
-
theres no SVQ1 encoder -> it cant be default libavformatWed, 10 Sep 2003 10:46:50 +0000, by michaelni
-
mov/mp4 muxer cleanup (mostly cosmetics/simplifications & global header fix) libavformatTue, 09 Sep 2003 23:03:04 +0000, by michaelni
-
memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformatTue, 09 Sep 2003 19:32:52 +0000, by michaelni
-
kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) libavformatTue, 09 Sep 2003 19:14:05 +0000, by michaelni
-
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>) libavformatTue, 09 Sep 2003 19:03:14 +0000, by michaelni
-
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c libavformatMon, 08 Sep 2003 21:20:55 +0000, by bellard
-
demuxer for custom Wing Commander III movie (.mve) files libavformatMon, 08 Sep 2003 04:14:34 +0000, by tmmm
-
memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>) libavformatSun, 07 Sep 2003 09:26:39 +0000, by michaelni
-
initial nut muxer and demuxer (demuxer is not fail safe) libavformatFri, 05 Sep 2003 18:45:32 +0000, by al3x
-
fixing copyright header (the code is from strptime.c so the copyright header should be from there too instead of strptime.h) libavformatThu, 04 Sep 2003 20:15:32 +0000, by michaelni
-
Compile fix when no CONFIG_ENCODERS by (Glenn Maynard <g_sf at zewt dot org>) libavformatThu, 04 Sep 2003 10:30:52 +0000, by michaelni
-
localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>) libavformatThu, 04 Sep 2003 09:52:39 +0000, by michaelni
-
MingW patches by (Glenn Maynard <g_sf at zewt dot org>) libavformatThu, 04 Sep 2003 08:21:27 +0000, by michaelni
-
initial commit for Id RoQ and Interplay MVE multimedia subsystems libavformatTue, 02 Sep 2003 04:32:02 +0000, by tmmm
-
first pass at PSX STR demuxer; does not yet interact correctly with MDEC libavformatMon, 01 Sep 2003 15:55:38 +0000, by tmmm
-
stdin patch by (Charles Yates <charles dot yates at pandora dot be>) libavformatFri, 29 Aug 2003 20:51:10 +0000, by michaelni
-
libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime dot ssu dot ac dot kr) libavformatFri, 29 Aug 2003 20:33:57 +0000, by michaelni
-
* Phase 1 for DV encoding support. Muxing/demuxing of DV streams is now libavformatThu, 28 Aug 2003 19:53:47 +0000, by romansh
-
mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>) libavformatTue, 26 Aug 2003 20:23:13 +0000, by michaelni
-
suppressed frame number modulus hack - added loop_input hack which I find easier to understand libavformatSun, 24 Aug 2003 21:20:44 +0000, by bellard
-
all human-readable output should go into stderr for now. We really libavformatThu, 21 Aug 2003 21:04:19 +0000, by romansh
-
* fixing a regression in mpeg encoder (not setting pix_fmt), libavformatTue, 12 Aug 2003 18:20:29 +0000, by romansh
-
support for older real audio files (<= version 3) libavformatMon, 11 Aug 2003 16:16:49 +0000, by bellard
-
initial duration/start_time generic support - displays stream duration and average total bitrate when using an input file libavformatFri, 08 Aug 2003 18:02:23 +0000, by bellard
-
update duration and start_time - add av_new_stream() usage libavformatFri, 08 Aug 2003 17:52:53 +0000, by bellard
-
added stream start time and duration API - AV_NOPTS_VALUE is no longer zero libavformatFri, 08 Aug 2003 17:49:27 +0000, by bellard
-
patch for DV capturing by Dan Dennedy <dan at dennedy dot org> libavformatWed, 06 Aug 2003 05:40:38 +0000, by romansh
-
yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>) libavformatTue, 05 Aug 2003 09:32:31 +0000, by michaelni
-
suppressed RTSP abort hack - added PLAY/PAUSE libavformatThu, 17 Jul 2003 10:27:47 +0000, by bellard
-
Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net (M«©ns Rullg«©rd)) libavformatTue, 15 Jul 2003 22:15:37 +0000, by michaelni
-
BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to libs needed for audio in. libavformatTue, 15 Jul 2003 13:35:20 +0000, by mmu_man
-
cosmetic change in resync code - added PAT scanning code if no SDT is found (in the futur it would be interesting to give an API to change channel - also useful for DV input number or TV grab tunning libavformatTue, 15 Jul 2003 13:21:39 +0000, by bellard
-
Shared library for libavformat support patch by (Tim Allen <tim at proximity dot com dot au>) libavformatFri, 11 Jul 2003 21:33:27 +0000, by michaelni
-
Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initialization fix by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformatThu, 10 Jul 2003 23:18:09 +0000, by michaelni
-
- Looks a tiny bit harder in mpegps_probe() for a valid start code. This is libavformatThu, 10 Jul 2003 09:04:04 +0000, by michaelni
-
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavformatWed, 09 Jul 2003 23:10:59 +0000, by michaelni
-
av_free_packet SEGV fix by (Arthur van Hoff (javanator)) libavformatFri, 04 Jul 2003 23:48:20 +0000, by michaelni
-
mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator)) libavformatFri, 04 Jul 2003 23:08:16 +0000, by michaelni
-
undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>) libavformatFri, 04 Jul 2003 09:14:14 +0000, by michaelni
-
try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern dot org>) libavformatSat, 28 Jun 2003 23:44:09 +0000, by michaelni
-
tv standard selection support for dv1394 and grab (v4l) libavformatWed, 25 Jun 2003 10:21:45 +0000, by al3x
-
pal vs ntsc fix by stoyan k <stoyan@i-space.org> libavformatFri, 20 Jun 2003 15:30:14 +0000, by al3x
-
amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>) libavformatWed, 18 Jun 2003 22:24:51 +0000, by michaelni
-
cleanup; BSoundRecorder moved to Experimental namespace libavformatSun, 15 Jun 2003 17:06:28 +0000, by mmu_man
-
mpeg ts demux uses DVB SI info and generates correct PTS info - added prototype mpeg ts mux libavformatFri, 13 Jun 2003 14:28:45 +0000, by bellard
-
* missing part of the 3gp patch by Johannes Carlsson libavformatFri, 06 Jun 2003 11:46:25 +0000, by kabi
-
truncated h263 decoding support / H263-ES "demuxer" libavformatThu, 22 May 2003 14:12:22 +0000, by michaelni
-
AMR-NB audio support patch by (<joca at rixmail dot se>) libavformatWed, 14 May 2003 11:40:16 +0000, by michaelni
-
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works) libavformatMon, 12 May 2003 15:39:38 +0000, by kabi
-
* support for AAC audio (esds decoding - using extradata) libavformatMon, 12 May 2003 10:59:18 +0000, by kabi
-
* introducing new public interface in imgconvert.c libavformatWed, 07 May 2003 19:01:45 +0000, by romansh
-
VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavformatMon, 05 May 2003 20:47:23 +0000, by michaelni
-
prefers MP3 codec (rather than MP2) for output if libavformatMon, 05 May 2003 12:59:42 +0000, by michaelni
-
mp3 codec autodetection patch by (Andriy Rysin <arysin at bcsii dot net>) libavformatMon, 05 May 2003 10:56:23 +0000, by michaelni
-
* Making AVI encoding predictable (all JUNK chunks are filled with 0) libavformatThu, 24 Apr 2003 03:59:33 +0000, by romansh
-
Complete support for OpenDML AVIs and AVIs > 2Gb. libavformatWed, 23 Apr 2003 02:04:40 +0000, by romansh
-
added progressive PNG support (both reading and writing) libavformatSun, 20 Apr 2003 14:20:32 +0000, by bellard
-
added new netpbm pam format support (needed for alpha plane support) libavformatSat, 19 Apr 2003 15:18:00 +0000, by bellard
-
Add latency check, the Media Kit shoul repport it, but this seems broken. libavformatFri, 18 Apr 2003 16:22:12 +0000, by mmu_man
-
avoid detecting mpeg stream when other formats embed mp3 tracks. libavformatFri, 18 Apr 2003 14:35:15 +0000, by mmu_man
-
we really shouldnt use M$* as default codec -> use MPEG4 as default libavformatThu, 17 Apr 2003 19:56:33 +0000, by michaelni
-
Clear out an unused field in the created AVI file. This helps make libavformatSat, 12 Apr 2003 03:04:08 +0000, by philipjsg
-
dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>) libavformatTue, 08 Apr 2003 09:56:19 +0000, by michaelni
-
AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>) libavformatTue, 08 Apr 2003 09:51:15 +0000, by michaelni
-
QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested) libavformatSat, 05 Apr 2003 12:20:19 +0000, by mmu_man
-
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) libavformatFri, 04 Apr 2003 13:45:45 +0000, by michaelni
-
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) libavformatFri, 28 Mar 2003 14:05:55 +0000, by michaelni
-
the media node now won't connect itself to the default audio input with -ad wait: libavformatThu, 27 Mar 2003 15:08:16 +0000, by mmu_man
-
experimental BeOS audio input support. (needs unreleased library) libavformatThu, 27 Mar 2003 14:44:30 +0000, by mmu_man
-
I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>) libavformatWed, 26 Mar 2003 23:25:18 +0000, by michaelni
-
ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot org dot uk>) libavformatWed, 26 Mar 2003 10:30:08 +0000, by michaelni
-
OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>) libavformatWed, 26 Mar 2003 09:28:52 +0000, by michaelni
-
db video chunk in avi files support (idea by Dmitry Poplavsky <dima at thekompany dot com>) libavformatThu, 20 Mar 2003 01:04:33 +0000, by michaelni
-
merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) libavformatTue, 18 Mar 2003 17:22:23 +0000, by michaelni
-
rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavformatSun, 16 Mar 2003 21:03:20 +0000, by michaelni
-
per context frame_rate_base, this should finally fix frame_rate related av sync issues libavformatWed, 12 Mar 2003 15:16:19 +0000, by michaelni
-
correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>) libavformatWed, 12 Mar 2003 01:35:47 +0000, by michaelni
-
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavformatTue, 11 Mar 2003 12:09:13 +0000, by michaelni
-
read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed) libavformatSat, 08 Mar 2003 10:57:44 +0000, by michaelni
-
reversing not yet reversed changes from r1.7 -> r1.8 except the static/const stuff libavformatSat, 08 Mar 2003 00:44:52 +0000, by michaelni
-
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavformatFri, 07 Mar 2003 12:37:49 +0000, by michaelni
-
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) libavformatWed, 26 Feb 2003 17:26:20 +0000, by michaelni
-
ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>) libavformatTue, 25 Feb 2003 09:36:53 +0000, by michaelni
-
avoid false URL protocol detection when using ':' in filenames libavformatFri, 21 Feb 2003 11:08:08 +0000, by bellard
-
Looks like this one was forgotten in the INT -> int_t move libavformatThu, 13 Feb 2003 00:28:36 +0000, by mmu_man
-
variable UDP packet size patch by Max Krasnyansky libavformatSun, 09 Feb 2003 18:06:23 +0000, by bellard
-
added 8 bit palette support for non animated GIF libavformatSun, 09 Feb 2003 16:25:21 +0000, by bellard
-
Fix against C integrists breaks :P (hope I didn't break anything else) libavformatThu, 06 Feb 2003 15:09:39 +0000, by mmu_man
-
Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This libavformatWed, 05 Feb 2003 01:59:52 +0000, by philipjsg
-
zero copy packet handling for DV1394 by Max Krasnyansky libavformatMon, 03 Feb 2003 22:58:29 +0000, by bellard
-
added GIF image format (both read and write) libavformatMon, 03 Feb 2003 22:53:10 +0000, by bellard
-
added primitive image GIF encoder based on animated gif encoder libavformatMon, 03 Feb 2003 22:52:38 +0000, by bellard
-
added automatic GIF/animated GIF probing - added GIF as an image format too - added interlaced gif support libavformatMon, 03 Feb 2003 22:51:48 +0000, by bellard
-
added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further) libavformatSun, 02 Feb 2003 19:18:09 +0000, by bellard
-
added animated GIF decoder (pts and various disposal handling are missing) libavformatSun, 02 Feb 2003 19:16:51 +0000, by bellard
-
added basic png handling - do not remake dependencies automatically libavformatSat, 01 Feb 2003 20:53:07 +0000, by bellard
-
audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>) libavformatMon, 27 Jan 2003 02:18:41 +0000, by michaelni
-
zero sized malloc patch by Roman Shaposhnick libavformatThu, 23 Jan 2003 22:00:57 +0000, by bellard
-
dv1394 channel selection by Max Krasnyansky - modified channel number to be in base 10 by default libavformatThu, 23 Jan 2003 18:44:26 +0000, by bellard
-
grab device is in AVFormatParameter (at least better than global variable) libavformatThu, 23 Jan 2003 10:33:16 +0000, by bellard
-
dv patch by Max Krasnyansky (maxk at qualcomm dot com) libavformatWed, 22 Jan 2003 22:40:52 +0000, by bellard
-
dependency handling is consistant with libavcodec libavformatWed, 22 Jan 2003 09:53:25 +0000, by bellard
-
Fix probing for some files (ew.mov, april.mov) libavformatFri, 17 Jan 2003 08:29:37 +0000, by mmu_man
-
AUtomatic dependency generation. Runs on Linux (at least). Probably should libavformatTue, 14 Jan 2003 15:30:42 +0000, by philipjsg
-
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavformatSat, 11 Jan 2003 20:34:38 +0000, by michaelni
-
added simple still image format support to simplify image and imagepipe video formats libavformatSat, 11 Jan 2003 04:56:29 +0000, by bellard
-
libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv dot com>) libavformatMon, 30 Dec 2002 01:07:47 +0000, by michaelni
-
mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>) libavformatFri, 20 Dec 2002 23:10:58 +0000, by michaelni
-
Fix for odd strf tag in Stargate SG-1 - 3x18 - Shades of Grey.avi libavformatFri, 20 Dec 2002 21:05:59 +0000, by mmu_man
-
redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a TAB :P libavformatFri, 20 Dec 2002 21:04:08 +0000, by mmu_man
-
mingw patch by (Bill Eldridge <bill at rfa dot org>) libavformatFri, 20 Dec 2002 19:25:10 +0000, by michaelni
-
Hey, not everyone has usleep() ! (temporary fix, we should check for this in configure) libavformatFri, 20 Dec 2002 00:25:24 +0000, by mmu_man
-
* Extend the syntax of a filename for the img reader to allow looping. Thus libavformatWed, 11 Dec 2002 03:20:05 +0000, by philipjsg
-
* Add code to allow the img reader to read files at the nominal frame rate. libavformatWed, 11 Dec 2002 03:18:47 +0000, by philipjsg
-
Fix a crash caused by a null coded_picture pointer in ffserver. libavformatMon, 09 Dec 2002 02:53:55 +0000, by philipjsg
-
Added support for a realease function to eliminate the context blocks used libavformatSat, 30 Nov 2002 17:16:32 +0000, by philipjsg
-
More changes to make things compile on more platforms libavformatWed, 27 Nov 2002 02:45:14 +0000, by philipjsg