summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Fix seeking in DV when filesize is unknown.Tomas Härdin2010-03-231-1/+1
* Handle multiple RTSP transport options properly by adding all of them into th...Martin Storsjö2010-03-231-3/+3
* Parse options in the RTSP URL only from the last question mark onwardsMartin Storsjö2010-03-231-1/+1
* Reconstruct the RTSP URL, in order to remove the auth part from the URL sent ...Martin Storsjö2010-03-231-5/+13
* Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer'sJustin Ruggles2010-03-223-26/+26
* Dont senselessly fail on rawvideo that isnt 3 files per frame.Michael Niedermayer2010-03-221-0/+2
* RTP depacketization of TheoraJosh Allmann2010-03-225-1/+425
* ReindentMartin Storsjö2010-03-221-3/+3
* Add support for TCP as lower transport in the RTSP muxerMartin Storsjö2010-03-222-4/+62
* Interpret valueless attributes in AMR ftmp lines as being 1Martin Storsjö2010-03-221-0/+9
* Use the caller's RTSPMessageHeader in rtsp_setup_input_streamsMartin Storsjö2010-03-221-3/+2
* Fix FLAC demuxer dependencies.James Darnley2010-03-211-1/+1
* Make av_open_input_file() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-211-1/+1
* Add Changelog entry and bump lavf micro version for the addition ofJustin Ruggles2010-03-201-1/+1
* Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.James Darnley2010-03-202-12/+18
* Add VorbisComment writing to FLAC files.James Darnley2010-03-2010-22/+204
* Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if endStefano Sabatini2010-03-181-1/+1
* Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so thatRonald S. Bultje2010-03-171-1/+1
* Fix erroneous behaviour when format probe hits end of fileMåns Rullgård2010-03-161-0/+1
* 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
OpenPOWER on IntegriCloud