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