summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* url_fskip: Return an error code if the url_fseek failedMartin Storsjö2010-07-16
* In ogg muxer, free dyn allocated buffer, fix memleakBaptiste Coudurier2010-07-16
* http: Log a warning when receiving an error codeMartin Storsjö2010-07-16
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-16
* remove redundant text and whitespaces from iff demuxer av_log() statementsPeter Ross2010-07-15
* In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipeBaptiste Coudurier2010-07-14
* matroskaenc: write DisplayUnit element to better match the specAurelien Jacobs2010-07-14
* Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger2010-07-14
* Add a depacketizer for QDM2Josh Allmann2010-07-14
* rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->ptsMartin Storsjö2010-07-14
* rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...Martin Storsjö2010-07-14
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-12