summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* movdec: export creation_date as metadataAurelien Jacobs2010-11-211-4/+18
* avidec: export creation_date as metadataAurelien Jacobs2010-11-211-0/+27
* Improve documentation wording.Reimar Döffinger2010-11-211-2/+2
* Fix indentation.Reimar Döffinger2010-11-211-1/+1
* WC3/xan: move palette handling to decoder, avoiding need forReimar Döffinger2010-11-211-98/+18
* Add av_append_packet function, to be used in code that merges packetsReimar Döffinger2010-11-212-1/+31
* Merge rotation into lookup table.Reimar Döffinger2010-11-201-38/+34
* 100l: Fix crash in SPDIF muxer.Carl Eugen Hoyos2010-11-171-0/+1
* Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3.Carl Eugen Hoyos2010-11-171-12/+59
* av_find_stream_info(): set subtitle codec time_baseAurelien Jacobs2010-11-161-1/+2
* In mov demuxer, export .mov encoder metadata tagBaptiste Coudurier2010-11-161-0/+1
* rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö2010-11-153-0/+10
* allow passing subtitles header between decoder and encoderAurelien Jacobs2010-11-131-1/+7
* lavf/utils: use av_{i/o}format_next() instead of first_{i/o}formatAnton Khirnov2010-11-131-8/+6
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-123-3/+3
* Move code to be used by the IEC 61937 demuxer from spifenc.c into commonAnssi Hannula2010-11-104-54/+103
* Rename spdif.c as spdifenc,c to prepare for future spdif demuxer.Anssi Hannula2010-11-092-1/+1
* rtsp: Set the real_setup pointer properly, avoid out of bounds memory accessesYuriy Kaminskiy2010-11-061-1/+1
* Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itselfRonald S. Bultje2010-11-041-2/+2
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-031-1/+2
* Fix 16kHz Mono NellyMoser in flv.Thierry Foucu2010-11-032-0/+7
* matroskadec: skip invalid tags with no TagNameAnton Khirnov2010-11-031-0/+5
* http: Handle 301/307 redirect requests, tooMike Edenfield2010-11-021-1/+2
* mpegts: support LATM syntaxJanne Grunau2010-11-021-4/+1
* Document url_write().Stefano Sabatini2010-10-311-0/+7
* rtsp: Split out the RTSP demuxer functions to a separate, new fileMartin Storsjö2010-10-294-352/+396
* rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö2010-10-293-73/+74
* vorbiscomment: convert metadata before computing the header's lengthAnton Khirnov2010-10-273-1/+4
* rtsp: Add stub declarations of the setup_in/output_streams functionsMartin Storsjö2010-10-271-2/+14
* nutdec: when parsing info packet, set metadata var only onceAnton Khirnov2010-10-241-6/+9
* drop rtsp_default_protocols which is not part of public API and not used anymoreAurelien Jacobs2010-10-232-7/+0
* drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs2010-10-233-20/+0
* drop rtp_get_local_port() which is not part of public API and not used anymoreAurelien Jacobs2010-10-232-15/+0
* use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port()Aurelien Jacobs2010-10-231-1/+1
* cosmetics: align fields, and remove useless ones, in img2.cPascal Massimino2010-10-211-28/+24
* rtsp: Move the rtsp_probe function to the demuxer code blockMartin Storsjö2010-10-211-7/+7
* Restore alphabetical orderMartin Storsjö2010-10-211-5/+5
* rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxerMartin Storsjö2010-10-213-16/+29
* rtsp: Reorder functionsMartin Storsjö2010-10-211-38/+38
* cleanup image2pipe_{de}muxer fieldsPascal Massimino2010-10-211-42/+37
* sdp: Conditionally compile code using AF_INET6Martin Storsjö2010-10-191-0/+2
* Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö2010-10-193-2/+106
* metadata: make av_metadata_set2 case insensitive by defaultAurelien Jacobs2010-10-181-1/+1
* Avoid negative SCR in mpeg ps muxer.Michael Niedermayer2010-10-161-4/+6
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-1610-16/+16
* lavf: simplify setting the encoder ident tag.Anton Khirnov2010-10-161-10/+1
* Fix building, include the header instead of the source fileMartin Storsjö2010-10-161-1/+1
* In mov muxer, write artist metadata tagBaptiste Coudurier2010-10-151-0/+1
* In mov muxer, use correct metadata tag for encoder, and use the generic metad...Baptiste Coudurier2010-10-151-1/+1
* rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errorsMartin Storsjö2010-10-151-2/+5
OpenPOWER on IntegriCloud