summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* asfdec: Handle asf_jfif_mediaMartin Storsjö2010-07-20
* asf: Add asf_jfif_media guidMartin Storsjö2010-07-20
* Remove an assert that was no longer correct nor relevantMartin Storsjö2010-07-20
* Make MP43 the default fourcc for msmpeg4v3:Carl Eugen Hoyos2010-07-20
* movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the sizeMartin Storsjö2010-07-20
* rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizerJosh Allmann2010-07-19
* fix av_seek_frame_binary() documentationAurelien Jacobs2010-07-19
* Add doxygen @file comment blockPeter Ross2010-07-19
* rtpdec_asf: Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-19
* Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-18
* Add MD5 protocolMåns Rullgård2010-07-18
* Allow all valid (and only valid) characters in URL scheme for url_open()Måns Rullgård2010-07-18
* Remove trailing linefeedPeter Ross2010-07-18
* Use correct doxygen syntaxPeter Ross2010-07-18
* Tele-typewriter demuxerPeter Ross2010-07-18
* Add ff_sauce_read()Peter Ross2010-07-18
* avidec : Free packet if dv_produce_packet fails.Jai Menon2010-07-17
* aviobuf: Do short seeks forward by reading and skipping data instead of a pro...Martin Storsjö2010-07-17
* avidec : Free codec context before initializing the chained DV demuxer.Jai Menon2010-07-17
* Bump minor and add APIchanges entry for url_fskip return value change.Martin Storsjö2010-07-16