summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Fix erroneous behaviour when format probe hits end of fileMåns Rullgård2010-03-16
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-15
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-15
* Correctly write last 0 lacing value when packet size is multiple of 255, patc...Greg Maxwell2010-03-15
* Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer2010-03-15
* matroskadec: fix missing dependencyAurelien Jacobs2010-03-15
* cosmetics : Print newline after error message.Jai Menon2010-03-15
* ReindentMartin Storsjö2010-03-15
* Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p...Martin Storsjö2010-03-15
* Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö2010-03-15
* ReindentMartin Storsjö2010-03-15
* RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö2010-03-15
* Use AVFormatContext.start_time_realtime in the RTP muxerMartin Storsjö2010-03-15
* Move the NTP offset definitions to internal.hMartin Storsjö2010-03-15
* Add a new field AVFormatContext.start_time_realtimeMartin Storsjö2010-03-15
* riff: don't pad extradata when writing ASF.Anton Khirnov2010-03-15
* matroskadec: use more appropriate error codeAurelien Jacobs2010-03-15
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-14
* Avoid creating tiny (possibly only 64 bytes large) audio packets resulting inReimar Döffinger2010-03-14
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* oggdec: Set packet duration for ogm streamsDavid Conrad2010-03-13
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-12
* export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs2010-03-12
* export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2010-03-12
* oggdec: Pass packets to header() until the stream is done with themDavid Conrad2010-03-12
* oggdec: Parse ogm chaptersDavid Conrad2010-03-12
* oggdec: CosmeticsDavid Conrad2010-03-12
* oggdec: Read ogm metadataDavid Conrad2010-03-12
* Const correctness for vorbis_commentDavid Conrad2010-03-12
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-12
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-12
* Fix a crash in the H.263 RTP packetizerMartin Storsjö2010-03-11
* Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packet...Peter Ross2010-03-11
* Cosmetics, break a long line, fix brace placementMartin Storsjö2010-03-11
* RTSP muxer: Create the SDP with the numerical IP of the peerMartin Storsjö2010-03-11
* oggdec: Seek to keyframesDavid Conrad2010-03-11
* oggdec: Determine pts and filepos on a packet basis in read_timestampDavid Conrad2010-03-11
* oggdec: Move PTS/DTS calculation to a functionDavid Conrad2010-03-11
* oggdec: Fix memory leak in setting up vorbis headersDavid Conrad2010-03-11
* oggdec: Don't use ogg_stream's seq for vorbis or speex headersDavid Conrad2010-03-11
* oggdec: Fix duration calculation for streams with non-zero startDavid Conrad2010-03-11
* oggdec: Parse skeleton to determine the start time of each streamDavid Conrad2010-03-11
* oggdec: Check that we have a codec in gptopts (needed for skeleton)David Conrad2010-03-11
* oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.hDavid Conrad2010-03-11
* oggdec: Set data_offset to the right valueDavid Conrad2010-03-11
* oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad2010-03-11
* Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö2010-03-10
* Fix ffm_close return type.Benoit Fouet2010-03-10
* Fix memory leak in FFM demuxerVitor Sessak2010-03-10