summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 100l: av_freep() needs the address of the pointerAurelien Jacobs2010-07-301-1/+1
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-3019-292/+58
* avidec: demux ASS and SRT tracks out of GAB2 chunksAurelien Jacobs2010-07-291-2/+123
* add seeking support in ASS demuxerAurelien Jacobs2010-07-291-1/+41
* Check for udp_set_remote_url error.Reimar Döffinger2010-07-281-1/+2
* rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö2010-07-281-4/+3
* In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier2010-07-281-0/+2
* Skip short padding in id3v2.Alexander Kojevnikov2010-07-281-1/+5
* rtpdec_xiph: Handle the sampling SDP parameterJosh Allmann2010-07-281-1/+11
* Add extern to mxf_d10_muxer forward declaration to avoid a redundantReimar Döffinger2010-07-281-1/+1
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-272-7/+7
* Fix 2 doxy comments that referred to the wrong variable.Michael Niedermayer2010-07-271-2/+2
* Make doxygen formatting more consistent.Michael Niedermayer2010-07-271-51/+122
* Place the concat protocol entry at the begin of the registeredStefano Sabatini2010-07-271-1/+1
* Document existing rules for AVInputFormat.name.Alex Converse2010-07-271-0/+3
* Make frames unsigned.Alexander Kojevnikov2010-07-271-3/+3
* Show correct bitrate for VBR MP3 files.Alexander Kojevnikov2010-07-271-5/+13
* Remove duplicate initialiser for cavsvideo_muxer.extensionsMåns Rullgård2010-07-271-1/+0
* rtpdec_xiph: Drop RTP packets that come in without a prior fragment start mar...Josh Allmann2010-07-271-0/+5
* libavformat needs libavcoreMåns Rullgård2010-07-271-1/+1
* add Chinese AVS encoding via external library libxavsStefan Gehrer2010-07-272-1/+17
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-261-2/+4
* Reindent after r24516.Ronald S. Bultje2010-07-261-106/+103
* Use inverse error branches, i.e. instead of if(something){success} else {error},Ronald S. Bultje2010-07-261-30/+30
* Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. ThisRonald S. Bultje2010-07-261-33/+64
* matroskaenc: add support for muxing SRT tracksAurelien Jacobs2010-07-252-0/+38
* add mime-type for ASS muxerAurelien Jacobs2010-07-251-1/+1
* Include the correct header that actually is used, use quotes instead of angle...Martin Storsjö2010-07-251-1/+1
* Cosmetics: fix indentation and remove a useless else.Reimar Döffinger2010-07-251-8/+6
* Simplify get_byte and url_fgetc.Reimar Döffinger2010-07-251-8/+2
* Move ffm_close function up to avoid a forward declaration.Reimar Döffinger2010-07-251-11/+10
* ffmdec: Do not manually free streams on read_header error, this is alwaysReimar Döffinger2010-07-251-6/+3
* add SubRip muxer and demuxerAurelien Jacobs2010-07-245-1/+118
* Fix a "function declaration isn't a prototype" warning.Reimar Döffinger2010-07-241-1/+1
* Never shrink the ByteIOContext buffer in ff_rewind_with_probe_dataMartin Storsjö2010-07-241-4/+7
* mpegts: Warn if unable to seek backMartin Storsjö2010-07-241-1/+2
* In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122Baptiste Coudurier2010-07-231-1/+1
* use return value of ff_get_line()Aurelien Jacobs2010-07-211-4/+4
* document ff_get_line()Aurelien Jacobs2010-07-211-0/+11
* improve ff_get_line to return line lengthAurelien Jacobs2010-07-212-3/+4
* move ff_get_line to aviobuf.cAurelien Jacobs2010-07-213-14/+17
* rename get_line to ff_get_lineAurelien Jacobs2010-07-211-2/+2
* Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99Axel Holzinger2010-07-212-2/+2
* Reindent, rewrap long comment lines to keep line length below 80 charsMartin Storsjö2010-07-211-52/+53
* rtpdec_asf: Handle RTSP-MS packet splittingMartin Storsjö2010-07-211-10/+16
* gxfenc: Fix ES name in the UMF media description, by using strlen instead of ...Thierry Foucu2010-07-211-2/+2
* Allow the ASF header to be transferred split over multiple packets, as someZhentan Feng2010-07-201-12/+13
* Explicitely set the size of the "ff_asf_head1_guid" header chunk, this isZhentan Feng2010-07-201-0/+10
* Align outgoing messages to 8 bytes, this is required to interact withZhentan Feng2010-07-201-4/+3
* Fix a compile warning when compiling with DEBUG=1. The warning was:Zhentan Feng2010-07-201-1/+1
OpenPOWER on IntegriCloud