]> git.sesse.net Git - ffmpeg/history - libavformat
document passing the fate samples location via make variable
[ffmpeg] / libavformat /
2011-02-11 Mans Rullgardmov: remove stray semicolon
2011-02-11 Anton Khirnovasfdec: skip the stream bitrate list
2011-02-11 Anton Khirnovasfdec: use an ASFContext array for storing stream...
2011-02-11 Anton Khirnovasfdec: move DAR list to ASFContext
2011-02-11 David Friesudp: Enable address reuse by default for multicast
2011-02-11 Anton Khirnovasfdec: remove some write-only values from the context
2011-02-11 Anton Khirnovasf: split ASFContext into muxer and demuxer parts.
2011-02-11 Vladimir Pantelicmpegts: remove unused macro MAX_SCAN_PACKETS
2011-02-11 Alexander StrangeFrame-based multithreading framework using pthreads
2011-02-11 Anton Khirnovasf: make ff_guidcmp inline and move it to asf.h
2011-02-09 Anssi Hannulalavf: rename ff_probe_input_buffer to make it public
2011-02-09 Anssi Hannulalavf: simplify pb parameter of ff_probe_input_buffer
2011-02-09 Anssi Hannulalavf: update ff_probe_input_buffer documentation
2011-02-09 Reimar Döffingeroggdec: Fix incorrect assumption about header/data...
2011-02-09 Reimar Döffingermatroskadec: add generic element length validation.
2011-02-09 Ronald S. BultjeFix compile warning.
2011-02-09 Anton Khirnovavidec: simplify read_gab2_sub
2011-02-09 Anton Khirnovlavf: move internal functions from avformat.h to internal.h
2011-02-09 Reimar DöffingerMake av_set_pts_info keep previous time base if new...
2011-02-09 Sascha Sommerpass QDMC extradata to the decoder
2011-02-06 Ronald S. BultjeUpdate MINOR and set git rev for non-blocking flag...
2011-02-06 Anton KhirnovReplace remaining occurrences of deprecated CH_* with...
2011-02-06 Nicolas GeorgeNon-blocking protocol: TCP
2011-02-06 Nicolas GeorgeNon-blocking protocol: core wrapper functions
2011-02-06 Nicolas GeorgeNon-blocking protocols: flag and documentation
2011-02-06 Anton Khirnovmp3enc: write ISO8859-1 instead of UTF-16 when possible
2011-02-06 Peter Rossreindent after last commit
2011-02-06 Peter Rosswtv: do not use flag in stream_guid chunk to determine...
2011-02-06 Martin Storsjöapplehttp: Handle absolute paths relative to the curren...
2011-02-06 Martin Storsjömovenchint: Use rtpenc_chain for setting up the chained...
2011-02-06 Martin Storsjörtpenc_chain: Don't copy the time_base back to the...
2011-02-06 Martin StorsjöUse avformat_free_context for cleaning up muxers
2011-02-06 Martin Storsjölibavformat: Add a function for freeing an AVFormatContext
2011-02-06 Martin Storsjölibavformat: Use avcodec_copy_context for chained muxers
2011-02-06 Clément BœschRemove forgotten if (p) av_free(p) forms
2011-02-06 Peter Rossadd ff_index_search_timestamp and ff_add_index_entry
2011-02-06 Nicolas GeorgeTCP: factor the poll() call
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.
next