summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check the status code of each server responses, and fail if it indicatesZhentan Feng2010-07-201-0/+6
* Send a time test to the server, as the spec recommends.Zhentan Feng2010-07-201-0/+10
* Lego Mindstorms RSO muxer and demuxer.Rafaël Carré2010-07-207-1/+282
* asfdec: 10l, fix the minimum asf video stream header sizeMartin Storsjö2010-07-201-1/+1
* asfdec: Don't read the video stream header if there isn't enough dataMartin Storsjö2010-07-201-1/+2
* asfdec: Handle asf_jfif_mediaMartin Storsjö2010-07-201-0/+3
* asf: Add asf_jfif_media guidMartin Storsjö2010-07-202-0/+5
* Remove an assert that was no longer correct nor relevantMartin Storsjö2010-07-201-2/+0
* Make MP43 the default fourcc for msmpeg4v3:Carl Eugen Hoyos2010-07-201-1/+1
* movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the sizeMartin Storsjö2010-07-201-1/+1
* rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizerJosh Allmann2010-07-191-11/+5
* fix av_seek_frame_binary() documentationAurelien Jacobs2010-07-191-1/+1
* Add doxygen @file comment blockPeter Ross2010-07-193-3/+15
* rtpdec_asf: Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-191-3/+3
* Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-181-1/+1
* Add MD5 protocolMåns Rullgård2010-07-183-0/+94
* Allow all valid (and only valid) characters in URL scheme for url_open()Måns Rullgård2010-07-181-19/+11
* Remove trailing linefeedPeter Ross2010-07-181-1/+0
* Use correct doxygen syntaxPeter Ross2010-07-181-2/+2
* Tele-typewriter demuxerPeter Ross2010-07-184-1/+134
* Add ff_sauce_read()Peter Ross2010-07-182-0/+136
* avidec : Free packet if dv_produce_packet fails.Jai Menon2010-07-171-0/+2
* aviobuf: Do short seeks forward by reading and skipping data instead of a pro...Martin Storsjö2010-07-171-1/+10
* avidec : Free codec context before initializing the chained DV demuxer.Jai Menon2010-07-171-0/+1
* Bump minor and add APIchanges entry for url_fskip return value change.Martin Storsjö2010-07-161-1/+1
* url_fskip: Return an error code if the url_fseek failedMartin Storsjö2010-07-162-3/+5
* In ogg muxer, free dyn allocated buffer, fix memleakBaptiste Coudurier2010-07-161-0/+1
* http: Log a warning when receiving an error codeMartin Storsjö2010-07-161-3/+7
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-163-2/+3
* remove redundant text and whitespaces from iff demuxer av_log() statementsPeter Ross2010-07-151-3/+3
* In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipeBaptiste Coudurier2010-07-141-21/+35
* matroskaenc: write DisplayUnit element to better match the specAurelien Jacobs2010-07-141-0/+1
* Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger2010-07-141-4/+11
* Add a depacketizer for QDM2Josh Allmann2010-07-144-0/+351
* rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->ptsMartin Storsjö2010-07-141-1/+1
* rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...Martin Storsjö2010-07-142-2/+6
OpenPOWER on IntegriCloud