]> git.sesse.net Git - ffmpeg/history - libavformat
wtv: filesystem implementation
[ffmpeg] / libavformat /
2011-02-06 Peter Rosswtv: filesystem implementation
2011-02-05 Reimar DöffingerAlways use av_set_pts_info to set the stream time base.
2011-02-04 Anton Khirnovtty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.
2011-02-04 Anton KhirnovReplace remaining occurrences of CODEC_TYPE_* with...
2011-02-04 Martin Storsjösapenc: Free AVStream->info on cleanup
2011-02-04 Anton Khirnovrtmpproto: rename URLContext* argument in rtmp_write()
2011-02-04 Tomas HärdinAdd ProRes FOURCCs to isom.c
2011-02-04 Benjamin LarssonAdd AVC-Intra identifiers used by Flip4Mac for mov...
2011-02-04 Clément BœschRemove a few if (p) av_free(p) forms
2011-02-04 Martin StorsjöFree AVStream->info in chained muxers
2011-02-04 Martin Storsjörtsp: Don't store RTSPStream in AVStream->priv_data
2011-02-04 Anton KhirnovAdd forgotten minor API bumps and APIChanges entries
2011-02-02 Luca BarbatoFree the RTSPStreams in ff_rtsp_close_streams
2011-02-02 Reimar DöffingerOgg: discard non-essential metadata from Vorbis header...
2011-01-31 Reimar DöffingerRemove pts rescaling code that is useless after 2ff4a27...
2011-01-31 Reimar DöffingerDocument that av_write_header sets stream time_base...
2011-01-31 Mans Rullgardmpegtsenc: fix PMT PID calculation
2011-01-31 Georgi ChorbadzhiyskiReplace defines in libavformat/mpegtsenc.c with AVOptions
2011-01-31 Reimar DöffingerVC1testenc: convert pts values to correct time-base.
2011-01-31 Ronald S. Bultjeasf/wtv: use service_provider and service_name metadata...
2011-01-31 Vasyl' Vavrychukmpegts: remove get_pts duplicate of ff_parse_pes_pts.
2011-01-30 Luca BarbatoReplace dprintf with av_dlog
2011-01-30 Peter Rossmpegtsenc: support CODEC_ID_AAC_LATM
2011-01-30 Dave Yeortspenc: include os_support.h for system without HAVE_P...
2011-01-30 Anton Khirnovasfdec: ensure that the whole tag is read.
2011-01-30 Mans Rullgardos_support: make poll() fallbacks conditional on CONFIG...
2011-01-30 Stefano SabatiniMake the image2 demuxer log more verbose
2011-01-30 Georgi ChorbadzhiyskiIn mpegts "reserved_future_use" field must be set to...
2011-01-30 Luca Barbatortsp: make ff_sdp_parse return value forwarded
2011-01-30 Luca Barbatoos: replace select with poll
2011-01-30 Diego Elio PettenòHide demuxers', muxers' and protocols' objects via...
2011-01-29 Reimar DöffingerVC1testenc: convert pts values to correct time-base.
2011-01-28 Reimar DöffingerVorbis-in-Ogg: Do not set timebase to invalid values
2011-01-28 John Stebbinsmov: add support for little-endian utf16 chapter names
2011-01-28 Janne Grunaumovenc: byteswap codec_tag in mov_write_ms_tag
2011-01-28 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-28 Anton Khirnovmov: simplify mov_read_chapters() by using avio_get_str16be
2011-01-28 Mans RullgardRevert "mov: simplify mov_read_chapters() by using...
2011-01-28 Diego Elio PettenòMake ff_cmap_read_palette static to libavcodec/iff...
2011-01-28 Georgi Chorbadzhiyskimpegtsenc: set reserved bits to 1 in PCR field
2011-01-26 Diego Elio PettenòMake ff_rtsp_send_cmd_with_content_async static to...
2011-01-26 Diego Elio PettenòMake ff_mxf_pixel_layouts static to mxf.c.
2011-01-26 Diego Elio PettenòMake ff_interleave_compare_dts static to utils.c.
2011-01-26 Anton Khirnovmov: simplify mov_read_chapters() by using avio_get_str16be
2011-01-26 Anton Khirnovasfdec: remove some commented-out cruft
2011-01-26 Anton Khirnovlavf: make a variant of ff_get_str16_nolen public
2011-01-26 Jai Menonffmetaenc: Use correct format specifiers.
2011-01-26 Mans Rullgardtty: remove superflous #include <strings.h>
2011-01-26 Georgi Chorbadzhiyskimpegtsenc: remove unused variables
2011-01-26 Mans Rullgardavidec: make print_tag() a macro and remove related...
2011-01-26 Diego Elio PettenòMake RTPFirstDynamicPayloadHandler static to rtpdec.c
2011-01-26 Diego Elio PettenòMake ff_realmedia_mp3_dynamic_handler static.
2011-01-26 Diego Elio 'Flamee... Don't check for DEBUG before using dprintf.
2011-01-26 Diego Elio PettenòMake dvenc.c functions static to the unit.
2011-01-26 Martin Storsjörtspdec: Retry with TCP if UDP failed
2011-01-26 Martin Storsjortspdec: Move rtsp_read_pause up, next to rtsp_read_play
2011-01-26 Martin Storsjortsp: Use ff_rtsp_undo_setup in the cleanup code in...
2011-01-26 Martin Storsjortsp: Split out a function undoing the setup made by...
2011-01-26 Martin Storsjortsp: Make make_setup_request a nonstatic function
2011-01-26 Martin Storsjöapplehttp: Fix the key check in handle_variant_args
2011-01-26 Kostyareindent after last commit
2011-01-26 KostyaExtend WavPack demuxer and decoder to support >2 channe...
2011-01-25 Jai Menonffmetaenc : Use more correct format specifiers.
2011-01-24 Baptiste CoudurierIn mov muxer, mux adpcm_ms and adpcm_ima_wav the way...
2011-01-23 Anton Khirnovmp3enc: support for id3v2.3 tags using a per-muxer...
2011-01-23 Anton Khirnovid3v2: split tables for various ID3v2 versions
2011-01-23 Anton Khirnovmp3enc: handle errors in id3v2_put_ttag
2011-01-23 Clément BœschMove ID3v1 skip from decoder to demuxer
2011-01-23 Anton Khirnovmp3enc: add support for writing UTF-16 tags
2011-01-23 Anton Khirnovlavf: move ff_put_str16_nolen from asf to avio and...
2011-01-23 Anton Khirnovavio: add av_put_str and deprecate put_strz in favor...
2011-01-23 Anton Khirnovlavf: move the version macros to a new header
2011-01-21 Anton Khirnovid3v2: use an enum for encodings instead of magic numbers.
2011-01-21 Anton KhirnovSplit mp3 demuxer and muxer into separate files.
2011-01-21 Janne Grunaumpegtsenc: prefer metadata keyed with "service_name"
2011-01-21 Georgi ChorbadzhiyskiSet service_provider and service_name in mpegts demuxer
2011-01-21 Anton Khirnovid3v2: don't overwrite existing tags
2011-01-21 Anton Khirnovid3v2: convert metadata after all the tags were read
2011-01-21 Anton Khirnovid3v2: make ff_id3v2_parse static
2011-01-21 Georgi ChorbadzhiyskiAdd service_provider and service_name metadata
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-18 Justin RugglesRevise check for codec id in voc demuxer.
2011-01-18 Justin RugglesFix bug in voc demuxer that was introduced in SVN r26309.
2011-01-18 Reimar DöffingerMissing parts of IVF muxer support.
2011-01-17 Reimar DöffingerAdd muxer for IVF format.
2011-01-17 John Wimerprevent integer overflow in calculating duration
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2011-01-16 Michael NiedermayerCheck 4xm headers for validity. This should avoid 1/0.
2011-01-15 Michael NiedermayerParse fact chunks from wav files to find duration.
2011-01-15 Michael NiedermayerFactor tag reading code out of wav read_header()
2011-01-15 Michael NiedermayerSet duration for wav files from sample size and data...
2011-01-14 Baptiste CoudurierIn mxf muxer, check the return value of gmtime, fix...
2011-01-14 Ronald S. BultjeCopy metadata from ASF files contained in RTSP streams...
2011-01-14 Ronald S. BultjeIntroduce av_metadata_copy() to copy metadata from...
2011-01-14 Peter Rosswtv: ignore VIDEOINFOHEADER2 picture aspect ratio infor...
2011-01-13 Martin StorsjöRevert aviobuf: Retry if the read/write function return...
2011-01-12 Stefano SabatiniUse AVERROR_INVALIDDATA rather than -1 for nutdec error...
2011-01-12 Martin Storsjöaviobuf: Retry if the read/write function returns AVERR...
2011-01-11 Baptiste CoudurierIn mov demuxer, handle better wrong time scale, fix...
2011-01-11 Baptiste CoudurierIn mov demuxer, set r_frame_rate for cfr files
next