Mercurial > libavformat.hg
graph
-
Remove ogg seek function, instead use generic seek via read_timestamp function libavformat2007-10-10, by reimar
-
Allow to set the maximum number of frames per RTP packet (and add support for libavformat2007-10-02, by lucabe
-
added structures and code to keep track of pids<->programs mapping: it's needed libavformat2007-09-25, by nicodvb
-
replaced custom tracking of programs/services with calls to with av_new_program() libavformat2007-09-25, by nicodvb
-
Added definition and utility functions to handle AVProgram(s) in AVFormatContext libavformat2007-09-25, by nicodvb
-
Fix a warning by removing an useless assignment (buf_ptr should be only libavformat2007-09-24, by lucabe
-
fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2 libavformat2007-09-22, by michael
-
Support for AAC streaming over RTP. Fragmentation is not implemented yet libavformat2007-09-14, by lucabe
-
stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV libavformat2007-09-12, by bcoudurier
-
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if libavformat2007-09-10, by lucabe
-
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) libavformat2007-09-10, by lucabe
-
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos. libavformat2007-09-07, by ramiro
-
Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer libavformat2007-09-07, by ramiro
-
Make sure that if a stream has a duration but the container doesn't libavformat2007-09-05, by benoit
-
Rename ebml size functions to indicate that they can be used for more kinds of numbers libavformat2007-09-05, by conrad
-
We shouldn't be passing in sizes larger than 2^56-2, so use an assert libavformat2007-09-05, by conrad
-
Write codecprivate to a dynamic buffer so that seeking isn't required libavformat2007-09-05, by conrad
-
Use sample format for bit depth if av_get_bits_per_sample() doesn't give one libavformat2007-09-05, by conrad
-
Calculate the size of key EBML master elements beforehand so only just enough size is reserved for the size libavformat2007-09-05, by conrad
-
Modify put_ebml_size() so that the bytes parameter is exact rather than minimum libavformat2007-09-05, by conrad
-
Move calculating the bytes needed to represent a size in EBML to its own function libavformat2007-09-05, by conrad
-
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough libavformat2007-09-05, by conrad
-
Floats aren't used enough to justify writing any with single precision libavformat2007-09-05, by conrad
-
Calculate the size of a SimpleBlock before writing it so that bytes aren't wasted in writing the size libavformat2007-09-05, by conrad
-
Write unknown size if the size given is too large for EBML (greater than 2^56-1) libavformat2007-09-05, by conrad
-
Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked) libavformat2007-09-05, by conrad
-
First stab at writing the tracks element, still needs some additional cases for certain codecs libavformat2007-09-05, by conrad
-
Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf. libavformat2007-09-05, by conrad
-
If a stream has no start time, but the first packet has a 'pts', use that libavformat2007-09-03, by benoit
-
fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}. libavformat2007-09-03, by jbr
-
Correct packetization for MPEG video frames, and correct setting of the libavformat2007-08-29, by lucabe
-
Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci <dariodotgallucciatpolito.it> in feng libavformat2007-08-28, by lu_zero
-
Change 4xm demuxer and video decoder to pass the video format version in libavformat2007-08-27, by rtogni
-
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) libavformat2007-08-24, by lucabe
-
support swink created files which have soi/eoi broken tags reversed libavformat2007-08-20, by bcoudurier
-
Do not butcher start_time in av_estimate_timings_from_bit_rate(). libavformat2007-08-18, by michael
-
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) libavformat2007-08-18, by michael
-
Don't pre-scale default_duration to avoid precision loss in fps calculation. libavformat2007-08-16, by aurel
-
calculate default_duration according to framerate only when not already set libavformat2007-08-16, by aurel
-
elaborate a little on AVStream.start_time, it seems the comment is not clear libavformat2007-08-16, by michael
-
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them) libavformat2007-08-12, by michael
-
muxer should now be spec compliant (though it likely still contains bugs!) libavformat2007-08-10, by michael
-
muxer is not yet fully compliant so prevent people from mistakenly using it libavformat2007-08-10, by michael
-
Make the pipe URLProtocol share read and write functions with the file URLProtocol libavformat2007-08-09, by ramiro
-
add a universal fallback frame code for the case that no other applies libavformat2007-08-09, by michael
-
ensure that the codec_id detection in av_find_stream_info() does not libavformat2007-08-06, by michael
-
ignore preroll, it is generally not what AVStream.start_time should contain libavformat2007-08-06, by michael
-
Change avf_sdp_create() to get a pre-allocated buffer as input, and to libavformat2007-08-05, by lucabe
-
10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable. libavformat2007-08-05, by jbr
-
add streams on the fly, swf is a streaming format and has no real header, correctly detect audio in RamboMJPEGAVP6_112K.swf now libavformat2007-08-05, by bcoudurier
-
additional tweaks to AC3 probe function. give a higher score to a single frame libavformat2007-08-05, by jbr
-
set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE libavformat2007-08-04, by michael
-
set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov libavformat2007-08-04, by bcoudurier
-
move code which adds a AVPacket into the packet buffer into its own function libavformat2007-08-03, by michael
-
fill title, author, copyright and comment fields by parsing udta atom libavformat2007-07-31, by benoit
-
deal with the case where one of pts,dts has wrapped but the other has not libavformat2007-07-31, by michael
-
Fix get_str/get_str8() to also work if the target string is not long enough to libavformat2007-07-28, by diego
-
reorder matroska codec tags so that the encoder picks up the appropriate tag libavformat2007-07-25, by aurel
-
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function libavformat2007-07-20, by takis
-
Make video hook infrastructure conditional on video hooks being enabled. libavformat2007-07-19, by diego
-
avoid division by zero in av_find_stream_info() when no time base is set libavformat2007-07-14, by mru
-
h264_rtp_extra_data is not only used for debug purposes, asserts are using it also libavformat2007-07-13, by alex
-
Remove broken assert. ebml_read_element_id can handle level_up set to NULL. libavformat2007-07-13, by alex
-
Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c libavformat2007-07-06, by lucabe
-
check udp_read_packet return value not to access uninitialized memory libavformat2007-07-05, by benoit
-
support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant libavformat2007-06-25, by bcoudurier
-
Move the video size and rate abbreviations system from libavformat to libavcodec libavformat2007-06-12, by benoit
-
proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) libavformat2007-06-08, by michael
-
Remove the unnecessary masking when counting received packet types in the H.264 libavformat2007-06-07, by takis
-
Remove the unnecessary masking when reconstructing the NAL unit header in the libavformat2007-06-07, by takis
-
Remove the unnecessary masking when extracting the start bit in the H.264 RTP libavformat2007-06-07, by takis
-
emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net libavformat2007-06-07, by diego
-
fix an infinite loop in case one cluster is not enough to demux a packet libavformat2007-06-04, by aurel
-
split some common code from the mkv demuxer that will be useful to the muxer libavformat2007-06-04, by aurel
-
dont rescan for information on each pid, but rather do it just once by libavformat2007-06-04, by michael
-
passing MpegTSFilter to the filters instead of a random void *opaque libavformat2007-06-04, by michael
-
extending video4linux support to handle the additional formats UYVY, YUYV and RGB565 libavformat2007-06-04, by mhoffman
-
convert if then else video palette to pix_fmt construct to simpiler table based lookup. libavformat2007-06-04, by mhoffman
-
do not perform SDT scan at the begin (this avoids a timeconsuming search for libavformat2007-06-04, by michael
-
no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files libavformat2007-06-03, by bcoudurier
-
correct implementation of "try with auto_guess if first detection fails" libavformat2007-06-02, by michael
-
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack libavformat2007-06-02, by michael
-
Don't forget about audio remaining in buffer, in case there is enough libavformat2007-05-16, by corey
-
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti libavformat2007-05-12, by bcoudurier
-
Allow avoid setting the video standard and input when capturing v4l2 video. libavformat2007-05-10, by lucabe
-
fix display of theora videos with visible size smaller than encoded size libavformat2007-05-07, by aurel
-
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) libavformat2007-05-07, by michael
-
fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base libavformat2007-04-28, by bcoudurier
-
fix oss audio playback, broken since r7983, pass AVFormatContext filename to audio_open since audio_device when NULL is no more set to default value libavformat2007-04-27, by bcoudurier
-
Make protocols configure selectable and also cleanup the CONFIG_NETWORK libavformat2007-04-26, by alex
-
cosmectics, use consistant and homogeneous type names for atoms libavformat2007-04-26, by bcoudurier
-
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov libavformat2007-04-25, by bcoudurier
-
Change from using a seek table internal to the TTA demuxer to using the standard lavf index. libavformat2007-04-22, by conrad
-
Move AC3 header parsing code together with the rest of the AC3 parsing code. libavformat2007-04-15, by diego
-
Make some functions which aren't used outside their declaring source file libavformat2007-04-08, by diego
-
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat2007-04-08, by michael
-
remove inappropriate debuging av_log() alternatively they could be changed to dprintf() libavformat2007-04-07, by michael
-
changes some function declarations from () to (void) as per ansi c. libavformat2007-04-04, by gpoirier
-
There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring libavformat2007-04-03, by diego
-
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. libavformat2007-04-03, by diego
-
support for the THP game format by Marco Gerards, mgerards xs4all nl libavformat2007-04-01, by diego
-
10^10l to the idiot who designed this format and didnt even realize what number he used libavformat2007-03-30, by michael
-
break if atom size is more than size left in container atom, fix shooter.mov libavformat2007-03-29, by bcoudurier
-
Change the vhook code to send real timestamps to the filters instead of the libavformat2007-03-29, by diego
-
revert r8538 (set bit rate for asf format) until regression tests issue is stated libavformat2007-03-28, by bcoudurier
-
set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com libavformat2007-03-28, by bcoudurier
-
require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX libavformat2007-03-27, by michael
-
activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 libavformat2007-03-25, by bcoudurier
-
dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4 libavformat2007-03-25, by bcoudurier
-
The NSV demuxer assumes that a video frame's timestamp increases by one on each libavformat2007-03-21, by diego
-
av_estimate_timings_from_pts() flushes the packet queue but doesn't libavformat2007-03-21, by diego
-
cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame libavformat2007-03-21, by bcoudurier
-
remove special case for h.264 whatever this was supposed to do its not correct libavformat2007-03-16, by michael
-
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() libavformat2007-03-12, by takis
-
check if current block contains a B frame and gives this info to parse_block() libavformat2007-03-11, by aurel
-
fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea libavformat2007-03-11, by michael
-
remove usage of deprecated functions in libnut.c (codec_get_id/tag) libavformat2007-03-10, by ods15
-
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them libavformat2007-03-05, by michael
-
Convert all the comment sections into Doxygen compatible comments, same for libavformat2007-03-05, by takis
-
Move avio.h's url_get_max_packet_size() comment from source to header file. libavformat2007-03-05, by takis
-
Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, libavformat2007-03-05, by takis
-
Convert macro+enum into a simple enum: Currently the enum was filled using a libavformat2007-03-05, by takis
-
Doxygenize the unaltered comments for the rtp_payload_data_s struct. libavformat2007-03-05, by takis
-
Doxygenize the existing comments without altering the actual contents of the libavformat2007-03-05, by takis
-
create codec_comment_header which looks more like what M$ creates, sane or not ... libavformat2007-03-05, by michael
-
all asf files i have have the 2 redundant duration fields differ by the preroll time so lets set them up like that too libavformat2007-03-05, by michael
-
all asf files i have have this field at 2 so lets try to change it to that ... libavformat2007-03-05, by michael
-
all the time related fields seem to be 64bit so i guess preroll is too (this is just a cosmetic anyway ...) libavformat2007-03-05, by michael
-
Doxygenize the existing comments in avformat.h. The contents of the comments libavformat2007-03-05, by takis
-
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. libavformat2007-03-04, by takis
-
Move rtp_get_payload_type()'s unaltered comments to the header file. libavformat2007-03-04, by takis
-
make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). libavformat2007-03-04, by gpoirier
-
try to move fixed mov.c over the one with cosmetic-functional mix libavformat2007-03-03, by michael
-
recommit of the change below after reverting earlier cosmetic-functional mix libavformat2007-03-03, by michael
-
Move the libavformat public API comments to avformat.h. The comments are libavformat2007-03-03, by takis
-
don't rely on a specific appearance order for ebml elements at the same level libavformat2007-03-02, by aurel
-
cosmetics: fix indentation of the new matroska_parse_block() function libavformat2007-03-01, by aurel
-
split a matroska_parse_block() function from matroska_parse_blockgroup() libavformat2007-03-01, by aurel
-
don't parse whole swf file in header, can now play ffserver swf streams libavformat2007-03-01, by bcoudurier
-
remove nonsense time base code, use swf ms per frame, only video frames contains pts libavformat2007-03-01, by bcoudurier
-
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch libavformat2007-02-28, by lu_zero
-
get_packetheader() forgot to read the header_checksum in big packets libavformat2007-02-28, by lu_zero
-
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. libavformat2007-02-22, by diego
-
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate libavformat2007-02-20, by takis
-
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l libavformat2007-02-15, by mmu_man
-
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock. libavformat2007-02-15, by mmu_man
-
rename video4linux[2] variables to v4l[2], consistent with --disable options libavformat2007-02-14, by mru
-
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer libavformat2007-02-14, by lucabe
-
This fixes error handling for BeOS, removing the need for some ifdefs. libavformat2007-02-13, by mmu_man
-
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count libavformat2007-02-13, by michael
-
always use audio spread (instead of "video no spread" for audio ...) libavformat2007-02-12, by michael
-
add key field to AVFormatContext for de/encryption support, patch by Reimar libavformat2007-02-11, by bcoudurier
-
Remove commented-out NUT muxer entry, can be added once we have a native muxer. libavformat2007-02-09, by diego
-
remove senseless and wrong direct access to ByteIOContext internals libavformat2007-02-07, by michael
-
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavformat2007-02-06, by michael
-
dynamic index building so forward and backward seeking in avi without an index is possible libavformat2007-02-05, by michael
-
Make x11grab output its warning that it couldn't find the mouse pointer only libavformat2007-02-02, by takis
-
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the libavformat2007-01-30, by gpoirier
-
proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net libavformat2007-01-28, by bcoudurier
-
mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu libavformat2007-01-23, by michael
-
"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu libavformat2007-01-23, by michael
-
"removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl.nyu edu libavformat2007-01-23, by michael
-
flv follows in movs footsteps and has random trash in the width/height fields libavformat2007-01-23, by michael
-
replace nonsense code by something which makes at least some sense libavformat2007-01-22, by michael
-
adding a few checks to the audio packet descrambling, this should hopefully catch all related out of array accesses libavformat2007-01-22, by michael
-
these variables seem to be unused on the demuxer side so theres no sense in setting them libavformat2007-01-22, by michael
-
the context is supposed to be freed in the generic code in utils.c libavformat2007-01-21, by michael
-
set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables libavformat2007-01-21, 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 libavformat2007-01-21, by michael
-
Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, libavformat2007-01-19, by reimar
-
The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. libavformat2007-01-18, by mmu_man
-
check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test libavformat2007-01-15, by mru
-
remove useless preface parsing for now, will reintroduce it if needed libavformat2007-01-14, by bcoudurier
-
makes the filename member of the URLContext a pointer, so that the libavformat2007-01-14, by gpoirier
-
AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor libavformat2007-01-14, by bcoudurier
-
Use macros to eliminate code duplication in MXF metadata read functions. libavformat2007-01-13, by reimar
-
Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something libavformat2007-01-13, by reimar
-
Fix error message, it's package ref that can not be found, not track in this case libavformat2007-01-13, by reimar
-
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) libavformat2007-01-11, by romansh
-
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavformat2007-01-06, by diego
-
seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility libavformat2007-01-01, by michael
-
ignore duration of the first 2 frames in the max-time break check libavformat2006-12-29, by michael
-
fall back mmap() call using MAP_PRIVATE for working on no-mmu systems libavformat2006-12-28, by aurel
-
Allow provision of displaynumber, screennumber, x-offset and y-offset parameters libavformat2006-12-15, by takis
-
RFC 1 stage: Improve maintainability of the cursoir painting code libavformat2006-12-13, by gpoirier
-
RFC 1 stage: Improve maintainability of the cursoir painting code libavformat2006-12-12, by gpoirier
-
move duration finding code into read_packet() so it can be skiped if duration has already been set libavformat2006-12-10, by michael
-
set flags correctly in write header instead of seeking back and fixing it in write_trailer() libavformat2006-12-10, by michael
-
do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew parkins at 360visiontechnology com libavformat2006-12-06, by bcoudurier
-
Defines various common FLV format values between the FLV muxer and demuxer libavformat2006-12-06, by aurel
-
probe with some success image files not containing number pattern but having recognized image extension libavformat2006-12-04, by bcoudurier
-
Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream. libavformat2006-12-02, by melanson
-
Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org. libavformat2006-11-30, by diego
-
move source_package declaration in the loop and reset it each iteration libavformat2006-11-28, by bcoudurier
-
matroska: split real video frames so that each packet contains only one slice libavformat2006-11-20, by aurel
-
Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files libavformat2006-11-18, by diego
-
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe) libavformat2006-11-16, by michael
-
skip non keyframes after seeking between syncpoint and the first keyframe libavformat2006-11-16, by michael
-
remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com libavformat2006-11-16, by gpoirier
-
MinGW compilation fix, inet_aton and #includes depend on networking support. libavformat2006-11-15, by diego
-
split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex libavformat2006-11-14, by michael
-
partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4 libavformat2006-11-14, by bcoudurier
-
rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN libavformat2006-11-13, by mru
-
change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer.. libavformat2006-11-12, by ods15
-
Add libnut support until ffmpeg gets an independant and complete de/muxer for NUT libavformat2006-11-12, by ods15
-
dont do startcode search from last syncpoint if there are no errors libavformat2006-11-11, by michael
-
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavformat2006-11-09, by bcoudurier
-
support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov libavformat2006-11-09, by bcoudurier
-
Better way to detect cluster (fix files encoded with Haali's muxer). libavformat2006-11-08, by aurel
-
Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one). libavformat2006-11-06, by aurel
-
Add support for getting duration of a RTP stream (for seeking in stream) libavformat2006-11-06, by gpoirier
-
remove floats in 10 bytes/byte support (no version of matroska used it) libavformat2006-11-06, by gpoirier
-
now we set codec_tag, still have to figure out how to handle flipping libavformat2006-11-03, by reynaldo
-
do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov libavformat2006-11-03, 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 libavformat2006-11-03, by bcoudurier
-
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat2006-11-01, by diego
-
Make it possible to reuse UDP socket (optional, disabled by default) libavformat2006-10-28, by gpoirier
-
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % libavformat2006-10-27, by gpoirier
-
remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway libavformat2006-10-25, by bcoudurier
-
replace coder/decoder file description in libavformat by muxer/demuxer libavformat2006-10-23, by aurel
-
Make read_packet fail is the v4l2 driver returns an unexpected frame size libavformat2006-10-22, by lucabe
-
avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu libavformat2006-10-21, by bcoudurier
-
warn about zlib support needed if file has compressed moov atom libavformat2006-10-20, by bcoudurier
-
dont mess with ByteIOContext internal variables (fixes showdown2.mov) libavformat2006-10-19, by michael
-
skip packet if no stream index is found, fix proxy_pal030926.mxf libavformat2006-10-17, by bcoudurier
-
Ignore blocks with no samples and flags (but usually with MD5 sum) libavformat2006-10-15, by kostya
-
Use proper PRI?64 macros for %ll? format to fix printf format warnings: libavformat2006-10-14, by rathann
-
flv files from myspace with mp3 audio require need_parsing because the libavformat2006-10-13, by rtogni
-
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat2006-10-12, by bcoudurier
-
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat2006-10-11, by bcoudurier
-
simplify by not writing unneeded codec name to fix segfault when stream copy libavformat2006-10-11, by bcoudurier
-
set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org) libavformat2006-10-10, by michael
-
Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat2006-10-07, by diego
-
prevent >16bit tags to be truncated and used in creating .wav files libavformat2006-10-06, by michael
-
support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal-d10-imx50.mxf libavformat2006-10-05, by bcoudurier
-
Remove unused variables and the corresponding warnings along with them. libavformat2006-10-03, 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 libavformat2006-10-02, by bcoudurier
-
move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov libavformat2006-09-28, by bcoudurier
-
change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov libavformat2006-09-28, by bcoudurier
-
reduce scores if the mp3 frames dont start from the begin of the file (fixes flv deteted as mp3 issues) libavformat2006-09-20, by michael
-
Split the DV demuxer and muxer into separate files (as suggested by Diego libavformat2006-09-15, by takis
-
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 libavformat2006-09-11, by bcoudurier
-
Add official LGPL license headers to the files that were missing them. libavformat2006-09-10, by diego
-
undefines a few temporary defines which were not undefined after their usage. libavformat2006-09-09, by gpoirier
-
Allow to get the the track number in the IPRT (part) tag in AVI. libavformat2006-09-07, by gpoirier
-
Allow to store the the track number though the IPRT (part) tag in AVI. libavformat2006-09-07, by gpoirier
-
move track timescale/sampleDuration init to write_header and return error if not set libavformat2006-09-04, by bcoudurier
-
Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % libavformat2006-09-04, by gpoirier
-
* Restructuring the division of labor between DV codec and DV format libavformat2006-09-04, by romansh
-
Switch license from GPL to LGPL, this file originates from libdv, which libavformat2006-09-03, by diego
-
AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % libavformat2006-08-29, by gpoirier
-
ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define libavformat2006-08-28, by aurel
-
scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value) libavformat2006-08-27, 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 libavformat2006-08-24, by bcoudurier
-
dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them libavformat2006-08-24, 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') libavformat2006-08-23, by michael
-
value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/Steve Lhomme) libavformat2006-08-23, by michael
-
total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Steve Lhomme) libavformat2006-08-23, by michael
-
Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % libavformat2006-08-18, by gpoirier
-
Move all internal -I parameters to the front of CFLAGS to avoid using external libavformat2006-08-17, by diego
-
use packet dts as correct media field number and use av_interleave_pkt_per_dts libavformat2006-08-12, 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 libavformat2006-08-08, by michael
-
always write duration and file size, fix seeking, progress bar is now active libavformat2006-08-06, by bcoudurier
-
revert r5909, dont use non constant static variable, breaks multithreaded apps libavformat2006-08-03, by bcoudurier
-
resolve strong refs in parse_structural_metadata since objects may not be ordered, use object oriented approach libavformat2006-08-02, by bcoudurier
-
Do not set the codec's pixel format in the format's write_header() libavformat2006-08-02, by lucabe
-
Support for seeking, both with and without index and correct timestamps libavformat2006-08-01, by reimar
-
demuxer reworked, more accurate parsing, prepare handling of other operational patterns, streaming demuxing, simplified codec detection libavformat2006-07-28, by bcoudurier
-
Try to find out correct start time to make seeking faster and add some libavformat2006-07-23, by reimar
-
add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch ) libavformat2006-07-17, by michael
-
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) libavformat2006-07-17, by michael
-
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just libavformat2006-07-11, by diego
-
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavformat2006-07-09, by michael
-
Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). libavformat2006-07-08, by mru
-
new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm libavformat2006-07-08, by bcoudurier
-
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h" libavformat2006-06-30, by gpoirier
-
extradata may be used as bitstream reader input so allocate with padding libavformat2006-06-29, by mru
-
do not fail av_find_stream_info() if params for all streams could not be found libavformat2006-06-29, by mru
-
dont read over the end of a data chunk and at the end search for the next libavformat2006-06-28, by michael
-
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. libavformat2006-06-20, by diego
-
Add const to (mostly) char* and make some functions static, which aren't used libavformat2006-06-18, by diego
-
Add (mostly) const to variable and parameter declaration, where a char* was libavformat2006-06-17, by diego
-
use standard codec tag if the specified tag is out of range and would be libavformat2006-06-16, by mru
-
simplify, completely ignore streams not recognized, that fixes seeking for some files libavformat2006-06-12, by bcoudurier
-
read_packet return value must be < 0 when no packet is returned, including EOF. libavformat2006-06-11, by reimar
-
fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ... libavformat2006-05-19, by michael
-
dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) libavformat2006-05-18, by michael
-
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be libavformat2006-05-12, by banan
-
simplify, amr.c sets frame_size to 160, and sample size is always 8000 libavformat2006-05-10, by bcoudurier
-
Add support for raw flac decoding based on the .flac suffix of input files. libavformat2006-05-09, by banan
-
Avoid crash if there is a rtjpeg quant header but no video stream in file libavformat2006-04-20, by reimar
-
set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay libavformat2006-04-19, by bcoudurier
-
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavformat2006-04-15, by diego
-
get avcC profile and level indication from sps (from handbrake) libavformat2006-04-14, by bcoudurier
-
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavformat2006-04-07, by kostya
-
little h.264 related hunk from diff between cvs and mobile hackerz libavformat2006-04-04, by michael
-
the PSP rejects video with too high bitrates so lets claim they arent too high ... libavformat2006-04-04, by michael
-
fix constraint violation: libavformat is not allowed to modify state of caller, including rng state libavformat2006-03-30, by rfelker
-
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 libavformat2006-03-24, by bcoudurier
-
Disable the NUT (de)muxer until it has been synced with the specification. libavformat2006-03-17, by diego
-
some mov files have invalid pts so we need to consider these pts too in calculating the timabase libavformat2006-03-11, by michael
-
Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate. libavformat2006-03-08, by diego
-
set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat2006-03-06, by michael
-
referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat2006-03-06, by michael
-
add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat2006-03-06, by michael
-
ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat2006-03-02, by michael
-
compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat2006-03-02, 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/ libavformat2006-03-01, by mmu_man
-
can't have PES headers in MPEG video elementary streams so fail probe libavformat2006-03-01, by mru
-
fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that) libavformat2006-03-01, by michael
-
support seeking in RenderAvi.avi (audio stream == single huge chunk) libavformat2006-03-01, by michael
-
Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by libavformat2006-03-01, by banan
-
Add support for drivers that can change the capture size on VIDIOC_S_FMT libavformat2006-02-28, by lucabe
-
CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) libavformat2006-02-22, by michael
-
check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_ID_NONE value change libavformat2006-02-21, by alex
-
Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) libavformat2006-02-19, by michael
-
The current_sample field is meant to be the sample number, not an offset into libavformat2006-02-19, by diego
-
simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) libavformat2006-02-18, by michael
-
add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) libavformat2006-02-18, 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>) libavformat2006-02-18, by michael
-
ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced libavformat2006-02-17, by diego
-
complete AVS playback system (from Creature Shock computer game), libavformat2006-02-17, by melanson
-
mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurier smartjog com) libavformat2006-02-14, by michael
-
useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat2006-02-13, by michael
-
mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier smartjog com> libavformat2006-02-12, by michael
-
mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat2006-02-12, by michael
-
complete American Laser Games MM playback system, courtesy of Peter Ross libavformat2006-02-12, by melanson
-
tta demuxer, also usable for moving tta audio data into an other container libavformat2006-02-12, by alex
-
stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com) libavformat2006-02-11, by michael
-
mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat2006-02-11, by michael
-
Fix for url_fclose() being called on an already closed file based on a patch by (<Colin Ward> hitman codehq org) libavformat2006-02-11, by michael
-
Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific. libavformat2006-02-08, by diego
-
AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) libavformat2006-02-02, by michael
-
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) libavformat2006-02-02, by michael
-
On MinGW it is not possible to build shared and static libraries at once. libavformat2006-01-30, by diego
-
Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket libavformat2006-01-26, by rtognimp
-
try avi video name -> codec_id mapping if the mov one has no match libavformat2006-01-25, by michael
-
Skip all includes for WinCE, instead of falling through to the #else case. libavformat2006-01-23, by diego
-
Add --disable-protocols option to configure to disable I/O protocol from libavformat2006-01-21, by diego
-
audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<) libavformat2006-01-20, by michael
-
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavformat2006-01-15, by diego
-
Move library name generation to configure, simplifies build system a bit more. libavformat2006-01-14, by diego
-
Create symbolic links for all library sonames and clean up Makefiles. libavformat2006-01-14, by diego
-
Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra libavformat2005-12-19, by rtognimp
-
total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com) libavformat2005-12-17, by michael
-
DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html libavformat2005-11-13, by gpoirier
-
Support for streaming: dont write indexes and dont signal HAS_INDEX in header. Also set filesize to max in this case. libavformat2005-11-13, by alex
-
Put double-quotes around the install path in the "install-headers" section libavformat2005-11-07, by diego
-
Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt libavformat2005-10-29, by alex
-
Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- com > libavformat2005-10-26, by gpoirier
-
support for FLX and DTA extensions in the FLIC format, courtesy of libavformat2005-10-13, by melanson
-
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov libavformat2005-10-13, by melanson
-
fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics libavformat2005-10-12, by alex
-
Move all definitions of external dependencies into configure instead of libavformat2005-10-04, by diego
-
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformat2005-09-23, by diego
-
Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS. libavformat2005-09-20, by diego
-
print more time_base fps stuff if av_log level is at debug or above libavformat2005-09-18, by michael
-
set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing libavformat2005-09-06, by michael
-
Kill some compiler warnings. Compiled code verified identical after changes. libavformat2005-09-06, by mru
-
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale libavformat2005-09-04, by michael
-
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavformat2005-09-02, by reimar
-
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat2005-08-14, by michael
-
'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM) libavformat2005-08-13, by michael
-
changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com) libavformat2005-08-10, by michael
-
MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it) libavformat2005-07-23, by michael
-
udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl) libavformat2005-07-21, by michael
-
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat2005-07-17, by michael
-
Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com) libavformat2005-07-15, by michael
-
printf-> av_log patch by (Benjamin Larsson, banan: student ltu se) libavformat2005-07-13, by michael
-
compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel) libavformat2005-07-11, by michael
-
AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101 libavformat2005-07-10, by michael
-
avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: kenneth, aafloy net) libavformat2005-07-08, by michael
-
RTCP_* conflict with live.com and they seem not to be used anywhere so commenting them out libavformat2005-06-28, by michael
-
part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kristjansson: danielk, cat nyu edu) libavformat2005-06-28, by michael
-
support changing in bitstream global headers into extradata style and back libavformat2005-06-27, by michael
-
This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it libavformat2005-06-19, by michael
-
Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) libavformat2005-06-18, by michael
-
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavformat2005-06-09, by michael
-
according to the standard the object_type for H264 is 33, not 241 libavformat2005-05-30, by nicodvb
-
Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat2005-05-30, by michael
-
trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat2005-05-30, by michael
-
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) libavformat2005-05-22, by michael
-
fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>) libavformat2005-05-20, by mru
-
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) libavformat2005-05-19, by aurel
-
drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) libavformat2005-05-19, by aurel
-
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavformat2005-05-17, by melanson
-
Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM> libavformat2005-05-09, by diego
-
Flush the ffm packet to the wire (or file) whenever we flush the ffm packet. libavformat2005-05-07, by philipjsg
-
Add in many fields that have been added to the Codec structure. This means libavformat2005-05-06, by philipjsg
-
Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net) libavformat2005-04-26, by michael
-
Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users sourceforge net) libavformat2005-04-26, by michael
-
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavformat2005-04-24, by melanson
-
Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb) libavformat2005-04-24, by rtognimp
-
Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, libavformat2005-04-09, by mru
-
Autodesk Animator Studio Codec (AASC) video decoder, courtesy of libavformat2005-04-03, by melanson
-
fix psp muxing (probably this fix is wrong but its better then nothing) libavformat2005-03-27, by michael
-
discard dummy packets before doing inapropriate checks on them and failing as a result libavformat2005-03-24, by michael
-
31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs or jp) libavformat2005-03-23, by michael
-
30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp) libavformat2005-03-23, by michael
-
29_vtag_in_ASF_not_effective.patch by (Calcium | calcium nurs or jp) libavformat2005-03-23, by michael
-
28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp) libavformat2005-03-23, by michael
-
Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gmail DOT com>" libavformat2005-03-23, by mmu_man
-
add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) libavformat2005-03-16, by michael
-
buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org) libavformat2005-03-16, by michael
-
use libavformats index system instead of the half duplicated mess in avidec.c libavformat2005-03-13, by michael
-
"put_s should store signed values. Spotted on #mplayerdev by someone I libavformat2005-03-13, by michael
-
H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide com) libavformat2005-03-06, by michael
-
first pass at ALAC decoder from David Hammerton; while David's original libavformat2005-03-06, by melanson
-
ra288 demuxing support (doesnt really work, might be demuxer or decoder bug) libavformat2005-02-28, by michael
-
removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) libavformat2005-02-21, by michael
-
quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment support yet patch by (tjraivio cc.hut fi) libavformat2005-02-16, by michael
-
Writing to freed memory in write_section_data() patch by (Wolfram Gloger <wmglo dent dot med dot uni-muenchen de>) libavformat2005-02-16, by michael
-
-target dvd minimum vobu length patch by ("Chris" [chris garveycocker com]) libavformat2005-02-09, by michael
-
fixing an integer overflow, which could lead to overwriting the end of a malloced buffer by 8 bytes libavformat2005-02-04, by michael
-
dont predict missing timestamps if we lack the required information to do so libavformat2005-01-29, by michael
-
fix segfault by matthieu castet <castet DOT matthieu AT free DOT fr> libavformat2005-01-28, by mmu_man
-
don't crash on null codec; by matthieu castet <castet DOT matthieu AT free DOT fr> libavformat2005-01-28, by mmu_man
-
support colon-separated rates patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat2005-01-27, by mmu_man
-
movenc illegal access patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat2005-01-27, by mmu_man
-
chunk support in mov patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat2005-01-27, by mmu_man
-
Sony PSP variation of MP4 patch by <tjcannell AT blueyonder DOT co DOT uk> libavformat2005-01-27, by mmu_man
-
mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat2005-01-26, by mmu_man
-
Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net> libavformat2005-01-23, by mmu_man
-
fixing demuxing for short files where the framerate detection failed libavformat2005-01-22, by michael
-
add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sourceforge net>) libavformat2005-01-19, by michael
-
10l (a level of indirection too much) patch by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>) libavformat2005-01-13, by michael
-
wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>) libavformat2005-01-12, by michael
-
Quote path expression to take care of $(prefix) possibly containing spaces. libavformat2005-01-11, by diego
-
handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforge.net> libavformat2005-01-08, by mmu_man
-
Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it) libavformat2005-01-04, by michael
-
add -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users sourceforge net>) libavformat2004-12-17, 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 libavformat2004-12-14, by michael
-
This patch takes into account that fifo_realloc may adjust fifo.wptr libavformat2004-12-05, by michael
-
fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.avi libavformat2004-11-30, by michael
-
int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>) libavformat2004-11-23, by michael
-
parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and Paul Curtis <pfc >at> terrapin <dot< com>) libavformat2004-11-21, by michael
-
disable redundant image formats, otherwise we wont get any bugreports about -f image2 libavformat2004-11-14, 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 libavformat2004-11-13, by michael
-
IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>) libavformat2004-11-09, by michael
-
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) libavformat2004-10-28, by michael
-
bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse dot com>) libavformat2004-10-22, by michael
-
set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams libavformat2004-10-22, by michael
-
set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>) libavformat2004-10-15, by michael
-
* static allocation for audio packets. This will make it a little bit libavformat2004-10-13, by romansh
-
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov libavformat2004-10-12, by melanson
-
flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>) libavformat2004-10-12, by michael
-
default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>) libavformat2004-10-11, by michael
-
print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavformat2004-10-11, by michael
-
untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>) libavformat2004-10-06, by michael
-
AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis <pfc at terrapin dot com>) libavformat2004-10-03, by michael
-
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat2004-10-01, by michael
-
support for Sierra Online audio files and Apple QuickDraw codec, libavformat2004-09-28, by melanson
-
* experimental dynamic audio stream allocation for DV demuxer. This libavformat2004-09-27, by romansh
-
* let DV muxer generate audioless DV streams. This might not be 100% libavformat2004-09-27, by romansh
-
* fix for a DV regression introduced with the last round of avi_read_packet libavformat2004-09-19, by romansh
-
removing the .so file when make clean is run patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavformat2004-09-16, by michael
-
added support for the elusive AVI palette change chunk, courtesy of libavformat2004-09-16, by melanson
-
* replacing calls to not-always-available gmtime_r with our own code. libavformat2004-08-18, by romansh
-
TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov libavformat2004-08-14, by melanson
-
iTunes metadata encoding support patch by (Patrice Bensoussan <patrice.bensoussan at free dot fr>) libavformat2004-08-14, by michael
-
Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) libavformat2004-08-13, by michael
-
HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) libavformat2004-08-12, by michael
-
2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien Bechet <s.bechet at av7 dot net>) libavformat2004-07-28, by michael
-
AAC in mov/mp4 patch by (Gildas Bazin <gbazin at altern dot org>) libavformat2004-07-28, by michael
-
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>) libavformat2004-07-17, by michael
-
compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat2004-07-06, by michael
-
A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>) libavformat2004-06-18, by michael
-
ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com> libavformat2004-06-09, by michael
-
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) libavformat2004-05-30, by michael
-
dont add padding in the middle of the data patch by (Sidik Isani <isani at cfht dot hawaii dot edu>) libavformat2004-05-25, by michael
-
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat2004-05-21, by michael
-
fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>) libavformat2004-04-27, by michael
-
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavformat2004-04-24, by michael
-
nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavformat2004-04-24, by michael
-
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavformat2004-04-24, by michael
-
Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>) libavformat2004-04-23, by michael
-
Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavformat2004-04-13, by michael
-
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformat2004-04-12, by michael
-
libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformat2004-04-12, by michael
-
moving nearly identical binary search code from nut/mpeg/asf to utils.c libavformat2004-04-12, by michael
-
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>) libavformat2004-04-09, by michael
-
* making it possible to specify recording date and time in a stream libavformat2004-04-06, by romansh
-
store extradata, vorbis in avi works now, dont expect av sync though libavformat2004-04-04, by michael
-
remove function call from muxer->encoder and cleanly pass global headers libavformat2004-04-04, by michael
-
yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>) libavformat2004-04-01, by michael
-
* .mov files with uncompressed audio can't be correctly processed libavformat2004-03-31, by romansh
-
* making .mov files generated by ffmpeg compatible with Apple software. libavformat2004-03-28, by romansh
-
Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-muenchen dot de) libavformat2004-03-26, by michael
-
support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat2004-03-20, by michael
-
adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>) libavformat2004-03-18, by michael
-
decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat2004-03-15, by michael
-
tcp select() check and enables pressing 'q' when reading/(writing) from libavformat2004-03-14, by michael
-
minor VMD system update; still not perfect, but should not crash either libavformat2004-03-14, by melanson
-
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavformat2004-03-14, by melanson
-
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat2004-03-14, by michael
-
fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat2004-03-13, by michael
-
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>) libavformat2004-03-13, by michael
-
added SGI image format, encoding and decoding, courtesy of Todd Kirby libavformat2004-03-13, by melanson
-
big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat2004-03-12, by michael
-
matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat2004-03-11, by michael
-
Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian dot becker at palmone dot com>) libavformat2004-03-10, by michael
-
forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat2004-03-06, by michael
-
split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat2004-03-05, by michael
-
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat2004-03-03, by michael
-
improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>) libavformat2004-02-19, by michael
-
AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>) libavformat2004-02-14, by michael
-
initial commit for Quicktime Animation (RLE) video decoder; bit depths libavformat2004-02-05, by melanson
-
Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>) libavformat2004-02-01, by michael
-
CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) libavformat2004-01-17, by michael
-
store searched distance in index, so we dont waste time searching for keyframes where we already searched libavformat2004-01-17, by michael
-
replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least decode the video without segfaulting libavformat2004-01-14, by michael
-
seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) libavformat2004-01-14, by michael
-
ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) libavformat2004-01-06, by michael
-
fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets) libavformat2003-12-16, by bellard
-
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavformat2003-12-14, by michael
-
SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot compsoc dot net>) libavformat2003-12-05, by michael
-
H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavformat2003-11-29, by michael
-
Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>) libavformat2003-11-24, by michael
-
Add more resilience in reading ffm files. In particular, don't assume libavformat2003-11-19, by philipjsg
-
use the proper file framerate (specified by a float); account the pts libavformat2003-11-15, by melanson
-
support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård)) libavformat2003-11-12, by michael
-
frame rate should be completely disabled in asf (closer now) - disabled seek libavformat2003-11-10, by bellard
-
added palette support to the QT demuxer; registered SMC video decoder libavformat2003-11-10, by melanson
-
* DV demuxer is now capable of decoding auxilary audio stream. So, libavformat2003-10-31, by romansh
-
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavformat2003-10-30, by melanson
-
added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API libavformat2003-10-29, by bellard
-
mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS) libavformat2003-10-29, by bellard
-
GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavformat2003-10-26, by michael
-
Using the extension m4a for audio only MPEG-4 files is increasingly libavformat2003-10-19, by michael
-
- Moving -Wall from the individual Makefiles to configure (and only libavformat2003-10-18, by michael
-
Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <doug at ties dot org>) libavformat2003-10-15, by michael
-
properly demux silent files; implemented precise framerate calculation libavformat2003-10-02, by tmmm
-
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & libavformat2003-10-01, by tmmm
-
Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat2003-09-30, by michaelni
-
Fix a very nasty problem with extra bytes appearing in TCP data streams. libavformat2003-09-29, by philipjsg
-
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavformat2003-09-28, by michaelni
-
mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot hut dot fi>) libavformat2003-09-28, by michaelni
-
send the chunk preamble bytes to the respective decoders; Id RoQ demuxer libavformat2003-09-26, by tmmm
-
yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformat2003-09-25, by michaelni
-
generate correct PTS in transport stream - use mpeg2 encoder by default libavformat2003-09-16, by bellard
-
adapt to use interim palette control API; do away with multi-chunk data libavformat2003-09-14, by tmmm
-
mov/mp4 muxer cleanup (mostly cosmetics/simplifications & global header fix) libavformat2003-09-09, by michaelni
-
memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat2003-09-09, by michaelni
-
kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) libavformat2003-09-09, by michaelni
-
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>) libavformat2003-09-09, by michaelni
-
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c libavformat2003-09-08, by bellard
-
memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>) libavformat2003-09-07, by michaelni
-
fixing copyright header (the code is from strptime.c so the copyright header should be from there too instead of strptime.h) libavformat2003-09-04, by michaelni
-
Compile fix when no CONFIG_ENCODERS by (Glenn Maynard <g_sf at zewt dot org>) libavformat2003-09-04, by michaelni
-
first pass at PSX STR demuxer; does not yet interact correctly with MDEC libavformat2003-09-01, by tmmm
-
stdin patch by (Charles Yates <charles dot yates at pandora dot be>) libavformat2003-08-29, by michaelni
-
libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime dot ssu dot ac dot kr) libavformat2003-08-29, by michaelni
-
* Phase 1 for DV encoding support. Muxing/demuxing of DV streams is now libavformat2003-08-28, by romansh
-
mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>) libavformat2003-08-26, by michaelni
-
suppressed frame number modulus hack - added loop_input hack which I find easier to understand libavformat2003-08-24, by bellard
-
all human-readable output should go into stderr for now. We really libavformat2003-08-21, by romansh
-
initial duration/start_time generic support - displays stream duration and average total bitrate when using an input file libavformat2003-08-08, by bellard
-
added stream start time and duration API - AV_NOPTS_VALUE is no longer zero libavformat2003-08-08, by bellard
-
yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>) libavformat2003-08-05, by michaelni
-
Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net (Måns Rullgård)) libavformat2003-07-15, by michaelni
-
BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to libs needed for audio in. libavformat2003-07-15, by mmu_man
-
Shared library for libavformat support patch by (Tim Allen <tim at proximity dot com dot au>) libavformat2003-07-11, 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>) libavformat2003-07-10, by michaelni
-
- Looks a tiny bit harder in mpegps_probe() for a valid start code. This is libavformat2003-07-10, by michaelni
-
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavformat2003-07-09, by michaelni
-
undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>) libavformat2003-07-04, by michaelni
-
try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern dot org>) libavformat2003-06-28, by michaelni
-
amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>) libavformat2003-06-18, by michaelni
-
mpeg ts demux uses DVB SI info and generates correct PTS info - added prototype mpeg ts mux libavformat2003-06-13, by bellard
-
VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavformat2003-05-05, by michaelni
-
mp3 codec autodetection patch by (Andriy Rysin <arysin at bcsii dot net>) libavformat2003-05-05, by michaelni
-
* Making AVI encoding predictable (all JUNK chunks are filled with 0) libavformat2003-04-24, by romansh
-
added new netpbm pam format support (needed for alpha plane support) libavformat2003-04-19, by bellard
-
Add latency check, the Media Kit shoul repport it, but this seems broken. libavformat2003-04-18, by mmu_man
-
we really shouldnt use M$* as default codec -> use MPEG4 as default libavformat2003-04-17, by michaelni
-
Clear out an unused field in the created AVI file. This helps make libavformat2003-04-12, by philipjsg
-
dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>) libavformat2003-04-08, by michaelni
-
AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>) libavformat2003-04-08, by michaelni
-
QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested) libavformat2003-04-05, 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>) libavformat2003-04-04, by michaelni
-
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) libavformat2003-03-28, by michaelni
-
the media node now won't connect itself to the default audio input with -ad wait: libavformat2003-03-27, by mmu_man
-
experimental BeOS audio input support. (needs unreleased library) libavformat2003-03-27, by mmu_man
-
ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot org dot uk>) libavformat2003-03-26, by michaelni
-
OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>) libavformat2003-03-26, by michaelni
-
db video chunk in avi files support (idea by Dmitry Poplavsky <dima at thekompany dot com>) libavformat2003-03-20, by michaelni
-
per context frame_rate_base, this should finally fix frame_rate related av sync issues libavformat2003-03-12, by michaelni
-
correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>) libavformat2003-03-12, by michaelni
-
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavformat2003-03-11, by michaelni
-
reversing not yet reversed changes from r1.7 -> r1.8 except the static/const stuff libavformat2003-03-08, by michaelni
-
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavformat2003-03-07, by michaelni
-
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) libavformat2003-02-26, by michaelni
-
ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>) libavformat2003-02-25, by michaelni
-
Fix against C integrists breaks :P (hope I didn't break anything else) libavformat2003-02-06, by mmu_man
-
Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This libavformat2003-02-05, by philipjsg
-
added automatic GIF/animated GIF probing - added GIF as an image format too - added interlaced gif support libavformat2003-02-03, by bellard
-
added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further) libavformat2003-02-02, by bellard
-
added animated GIF decoder (pts and various disposal handling are missing) libavformat2003-02-02, by bellard
-
added basic png handling - do not remake dependencies automatically libavformat2003-02-01, by bellard
-
audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>) libavformat2003-01-27, by michaelni
-
dv1394 channel selection by Max Krasnyansky - modified channel number to be in base 10 by default libavformat2003-01-23, by bellard
-
grab device is in AVFormatParameter (at least better than global variable) libavformat2003-01-23, by bellard
-
AUtomatic dependency generation. Runs on Linux (at least). Probably should libavformat2003-01-14, by philipjsg
-
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavformat2003-01-11, by michaelni
-
added simple still image format support to simplify image and imagepipe video formats libavformat2003-01-11, by bellard
-
libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv dot com>) libavformat2002-12-30, by michaelni
-
mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>) libavformat2002-12-20, by michaelni
-
Fix for odd strf tag in Stargate SG-1 - 3x18 - Shades of Grey.avi libavformat2002-12-20, by mmu_man
-
redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a TAB :P libavformat2002-12-20, by mmu_man
-
Hey, not everyone has usleep() ! (temporary fix, we should check for this in configure) libavformat2002-12-20, by mmu_man
-
* Extend the syntax of a filename for the img reader to allow looping. Thus libavformat2002-12-11, by philipjsg
-
* Add code to allow the img reader to read files at the nominal frame rate. libavformat2002-12-11, by philipjsg
-
Fix a crash caused by a null coded_picture pointer in ffserver. libavformat2002-12-09, by philipjsg
-
Added support for a realease function to eliminate the context blocks used libavformat2002-11-30, by philipjsg