]> git.sesse.net Git - ffmpeg/history - libavformat
Fix compilation on PPC 470.
[ffmpeg] / libavformat /
2010-03-16 Måns RullgårdFix erroneous behaviour when format probe hits end...
2010-03-15 Aurelien Jacobsrename av_read_frame_flush to ff_read_frame_flush
2010-03-15 Aurelien Jacobsrename av_program_add_stream_index to ff_program_add_st...
2010-03-15 Greg MaxwellCorrectly write last 0 lacing value when packet size...
2010-03-15 Michael NiedermayerAdd AVSEEK_FORCE flag to indicate that the code should...
2010-03-15 Aurelien Jacobsmatroskadec: fix missing dependency
2010-03-15 Jai Menoncosmetics : Print newline after error message.
2010-03-15 Martin StorsjöReindent
2010-03-15 Martin StorsjöDon't let ff_rtsp_read_reply skip interleaved RTP/TCP...
2010-03-15 Martin StorsjöMake rtsp_skip_packet non-static, add ff prefix
2010-03-15 Martin StorsjöReindent
2010-03-15 Martin StorsjöRTSP: Synchronize the start time of the chained RTP...
2010-03-15 Martin StorsjöUse AVFormatContext.start_time_realtime in the RTP...
2010-03-15 Martin StorsjöMove the NTP offset definitions to internal.h
2010-03-15 Martin StorsjöAdd a new field AVFormatContext.start_time_realtime
2010-03-15 Anton Khirnovriff: don't pad extradata when writing ASF.
2010-03-15 Aurelien Jacobsmatroskadec: use more appropriate error code
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-14 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-14 Reimar DöffingerAvoid creating tiny (possibly only 64 bytes large)...
2010-03-13 Stefano SabatiniReplace all the occurrences of AVERROR_EIO with AVERROR...
2010-03-13 David Conradoggdec: Set packet duration for ogm streams
2010-03-12 Aurelien Jacobsmatroskadec: add support for SIPR audio tracks
2010-03-12 Aurelien Jacobsexport rm_reorder_sipr_data() for future use by matrosk...
2010-03-12 Aurelien Jacobsexport sipr_subpk_size for future use by matroska demuxer
2010-03-12 David Conradoggdec: Pass packets to header() until the stream is...
2010-03-12 David Conradoggdec: Parse ogm chapters
2010-03-12 David Conradoggdec: Cosmetics
2010-03-12 David Conradoggdec: Read ogm metadata
2010-03-12 David ConradConst correctness for vorbis_comment
2010-03-12 David Conradoggdec: Metadata is per-stream; don't merge multiple...
2010-03-12 David ConradAdd ff_ prefix to vorbis_comment
2010-03-11 Martin StorsjöFix a crash in the H.263 RTP packetizer
2010-03-11 Peter RossPrevent memory leak introduced in r22389 in Bink demuxe...
2010-03-11 Martin StorsjöCosmetics, break a long line, fix brace placement
2010-03-11 Martin StorsjöRTSP muxer: Create the SDP with the numerical IP of...
2010-03-11 David Conradoggdec: Seek to keyframes
2010-03-11 David Conradoggdec: Determine pts and filepos on a packet basis...
2010-03-11 David Conradoggdec: Move PTS/DTS calculation to a function
2010-03-11 David Conradoggdec: Fix memory leak in setting up vorbis headers
2010-03-11 David Conradoggdec: Don't use ogg_stream's seq for vorbis or speex...
2010-03-11 David Conradoggdec: Fix duration calculation for streams with non...
2010-03-11 David Conradoggdec: Parse skeleton to determine the start time...
2010-03-11 David Conradoggdec: Check that we have a codec in gptopts (needed...
2010-03-11 David Conradoggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h
2010-03-11 David Conradoggdec: Set data_offset to the right value
2010-03-11 David Conradoggdec: Save offset of the page needed to reconstruct...
2010-03-10 Martin StorsjöMake the ntp_time function available to other parts...
2010-03-10 Benoit FouetFix ffm_close return type.
2010-03-10 Vitor SessakFix memory leak in FFM demuxer
2010-03-10 Baptiste CoudurierIn mpegts muxer, free adts context and temporary data
2010-03-10 Baptiste Coudurierreindent
2010-03-10 Dave YeoInclude os_support.h which has a fallback declaration...
2010-03-10 Dave YeoUsing struct timeval requires sys/time.h, fixes compila...
2010-03-09 Martin StorsjöUse rt->control_uri consequently instead of s->filename...
2010-03-09 Michael NiedermayerAdd special case to avoid binary search when appending...
2010-03-09 Martin StorsjöRTSP: Resolve and use the actual IP address of the...
2010-03-09 Peter RossRemove static function name prefixes from American...
2010-03-09 Peter RossEnsure Bink demuxer returns AVERROR code when av_get_pa...
2010-03-09 David Conradmkvenc: Handle negative timestamps correctly
2010-03-09 David Conradmkvenc: Don't try to write packets with unknown timestamps
2010-03-09 David Conradmkvenc: write dts for VFW mode
2010-03-09 Baptiste CoudurierFix encoder metadata string langcode in mov muxer
2010-03-09 Baptiste CoudurierCorrectly mark mov metadata as utf-8, using iso languag...
2010-03-09 Baptiste CoudurierIn mov demuxer, convert mac encoded strings to utf-8
2010-03-09 Daniel VerkampKega Game Video (KGV1) decoder
2010-03-09 Baptiste CoudurierPreallocate index entries in mov demuxer, huge speedup
2010-03-09 Baptiste CoudurierIn mpegts muxer, write adts header if aac bitstream...
2010-03-08 Baptiste CoudurierIn mpegts muxer, search for h264 aud nal, it might...
2010-03-08 Stefano SabatiniRemove definition of match_ext(), which is declared...
2010-03-08 Baptiste Couduriermpegts vbr muxing, activated when muxing rate is not...
2010-03-08 Stefano SabatiniReplace last occurrence of the deprecated match_ext...
2010-03-08 Baptiste CoudurierStart continuity counter at 0 for pmt as well
2010-03-08 Baptiste CoudurierStart continuity counter at 0 for streams
2010-03-08 Baptiste Coudurier10l typo, fix ts total bit rate computation
2010-03-08 Måns RullgårdMove resolve_host() to ffserver.c
2010-03-08 Vladimir PantelicUse ASF supports "markers" which are a name and a time...
2010-03-08 Martin StorsjöAdd doxygen documentation for ff_url_split
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-08 Måns RullgårdRevert "Move the probe loop from av_open_input_file...
2010-03-08 Måns RullgårdIFF: move ff_cmap_read_palette() prototype to a header...
2010-03-08 Wolfram GlogerFix concat seeking SEEK_END case.
2010-03-08 Wolfram GlogerFix concat seek result.
2010-03-08 Alex Converseav_find_stream_info(): Add a workaround for backwards...
2010-03-07 Daniel KristjanssonFix pts->dts conversion init for non-zero initial value...
2010-03-07 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-07 David Conradinet_aton needs _DARWIN_C_SOURCE on OS X
2010-03-07 David ConradLocalize the #define _SVID_SOURCE needed for inet_aton...
2010-03-07 Kostya Shishkov1l trocadero: forgot reference operator on bytestream_g...
2010-03-07 David ConradAdd internal.h include for av_read_frame_flush prototype
2010-03-07 David ConradFix warning about incompatible pointer types
2010-03-07 David Conradmatroskadec: Fix a buffer overread
2010-03-06 Måns RullgårdMove av_read_frame_flush() prototype to lavf/internal.h
2010-03-06 Måns RullgårdAdd some missing #includes
2010-03-06 Reimar DöffingerSet GXF fallback time-base to match the one specified...
2010-03-06 Reimar DöffingerGXF time base is always based on "fields" per second...
2010-03-05 Martin StorsjöDon't explicitly initialize networking in the tcp and...
2010-03-05 Martin StorsjöUse ff_url_join for assembling URLs, instead of snprintf
2010-03-05 Martin StorsjöAdd a function ff_url_join for assembling URLs
next