]> git.sesse.net Git - ffmpeg/history - libavformat
Fix typo.
[ffmpeg] / libavformat /
2010-03-25 Martin StorsjöReindent
2010-03-25 Jai MenonMatroska muxer : Don't create audio tracks for unsuppor...
2010-03-25 Martin StorsjöAdd support for http digest authentication
2010-03-25 Martin StorsjöReindent
2010-03-25 Martin StorsjöAdd a lowercase parameter to ff_data_to_hex
2010-03-24 Martin StorsjöMake ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with...
2010-03-24 Vitor SessakFix warnings in NUT demuxer:
2010-03-24 Luca BarbatoIssue a warning if the received CSeq isn't the expected one
2010-03-24 Martin StorsjöSplit out http authentication handling into a separate...
2010-03-24 Vitor SessakFix warning:
2010-03-24 Martin StorsjöHandle errors returned from ff_rtsp_read_reply in udp_r...
2010-03-24 Zhentan FengMove put_le16_nolen() to asf.c and give it a ff_ prefix...
2010-03-24 Carl Eugen HoyosSilence ridiculous gcc warning.
2010-03-24 Tomas HärdinMask away AVSEEK_FORCE properly in some checks in url_f...
2010-03-23 Justin RugglesPut ff_flac_write_header() in a separate C file to...
2010-03-23 Tomas HärdinFix seeking in DV when filesize is unknown.
2010-03-23 Martin StorsjöHandle multiple RTSP transport options properly by...
2010-03-23 Martin StorsjöParse options in the RTSP URL only from the last questi...
2010-03-23 Martin StorsjöReconstruct the RTSP URL, in order to remove the auth...
2010-03-22 Justin RugglesMove ff_flac_write_header() to flacenc.h, which removes...
2010-03-22 Michael NiedermayerDont senselessly fail on rawvideo that isnt 3 files...
2010-03-22 Josh AllmannRTP depacketization of Theora
2010-03-22 Martin StorsjöReindent
2010-03-22 Martin StorsjöAdd support for TCP as lower transport in the RTSP...
2010-03-22 Martin StorsjöInterpret valueless attributes in AMR ftmp lines as...
2010-03-22 Martin StorsjöUse the caller's RTSPMessageHeader in rtsp_setup_input_...
2010-03-21 James DarnleyFix FLAC demuxer dependencies.
2010-03-21 Stefano SabatiniMake av_open_input_file() return AVERROR_INVALIDDATA...
2010-03-20 Justin RugglesAdd Changelog entry and bump lavf micro version for...
2010-03-20 James DarnleyAdd VorbisComment writing to Ogg/FLAC and Ogg/Speex...
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2010-03-18 Stefano SabatiniMake url_fseek() return AVERROR_EOF rather than AVERROR...
2010-03-17 Ronald S. BultjeCast sample_fmt (as read from bitstream as a 16-bit...
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
next