summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö2010-07-28
* In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier2010-07-28
* Skip short padding in id3v2.Alexander Kojevnikov2010-07-28
* rtpdec_xiph: Handle the sampling SDP parameterJosh Allmann2010-07-28
* Add extern to mxf_d10_muxer forward declaration to avoid a redundantReimar Döffinger2010-07-28
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-27
* Fix 2 doxy comments that referred to the wrong variable.Michael Niedermayer2010-07-27
* Make doxygen formatting more consistent.Michael Niedermayer2010-07-27
* Place the concat protocol entry at the begin of the registeredStefano Sabatini2010-07-27
* Document existing rules for AVInputFormat.name.Alex Converse2010-07-27
* Make frames unsigned.Alexander Kojevnikov2010-07-27
* Show correct bitrate for VBR MP3 files.Alexander Kojevnikov2010-07-27
* Remove duplicate initialiser for cavsvideo_muxer.extensionsMåns Rullgård2010-07-27
* rtpdec_xiph: Drop RTP packets that come in without a prior fragment start mar...Josh Allmann2010-07-27
* libavformat needs libavcoreMåns Rullgård2010-07-27
* add Chinese AVS encoding via external library libxavsStefan Gehrer2010-07-27
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
* Reindent after r24516.Ronald S. Bultje2010-07-26
* Use inverse error branches, i.e. instead of if(something){success} else {error},Ronald S. Bultje2010-07-26
* Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. ThisRonald S. Bultje2010-07-26
* matroskaenc: add support for muxing SRT tracksAurelien Jacobs2010-07-25
* add mime-type for ASS muxerAurelien Jacobs2010-07-25
* Include the correct header that actually is used, use quotes instead of angle...Martin Storsjö2010-07-25
* Cosmetics: fix indentation and remove a useless else.Reimar Döffinger2010-07-25
* Simplify get_byte and url_fgetc.Reimar Döffinger2010-07-25
* Move ffm_close function up to avoid a forward declaration.Reimar Döffinger2010-07-25
* ffmdec: Do not manually free streams on read_header error, this is alwaysReimar Döffinger2010-07-25
* add SubRip muxer and demuxerAurelien Jacobs2010-07-24
* Fix a "function declaration isn't a prototype" warning.Reimar Döffinger2010-07-24
* Never shrink the ByteIOContext buffer in ff_rewind_with_probe_dataMartin Storsjö2010-07-24
* mpegts: Warn if unable to seek backMartin Storsjö2010-07-24
* In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122Baptiste Coudurier2010-07-23
* use return value of ff_get_line()Aurelien Jacobs2010-07-21
* document ff_get_line()Aurelien Jacobs2010-07-21
* improve ff_get_line to return line lengthAurelien Jacobs2010-07-21
* move ff_get_line to aviobuf.cAurelien Jacobs2010-07-21
* rename get_line to ff_get_lineAurelien Jacobs2010-07-21
* Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99Axel Holzinger2010-07-21
* Reindent, rewrap long comment lines to keep line length below 80 charsMartin Storsjö2010-07-21
* rtpdec_asf: Handle RTSP-MS packet splittingMartin Storsjö2010-07-21
* gxfenc: Fix ES name in the UMF media description, by using strlen instead of ...Thierry Foucu2010-07-21
* Allow the ASF header to be transferred split over multiple packets, as someZhentan Feng2010-07-20
* Explicitely set the size of the "ff_asf_head1_guid" header chunk, this isZhentan Feng2010-07-20
* Align outgoing messages to 8 bytes, this is required to interact withZhentan Feng2010-07-20
* Fix a compile warning when compiling with DEBUG=1. The warning was:Zhentan Feng2010-07-20
* Check the status code of each server responses, and fail if it indicatesZhentan Feng2010-07-20
* Send a time test to the server, as the spec recommends.Zhentan Feng2010-07-20
* Lego Mindstorms RSO muxer and demuxer.Rafaël Carré2010-07-20
* asfdec: 10l, fix the minimum asf video stream header sizeMartin Storsjö2010-07-20
* asfdec: Don't read the video stream header if there isn't enough dataMartin Storsjö2010-07-20