summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-121-1/+1
* Report when a method gets an error status codeLuca Barbato2010-07-121-0/+7
* Clarify the avoidance of usage of these AVStream fields.Víctor Paesa2010-07-111-1/+2
* Handle av_base64_decode return valueLuca Barbato2010-07-111-2/+2
* Fix ID3v1 tags in mp3 filesJames Darnley2010-07-112-7/+8
* Check url_fseek results in gxf demuxer.Reimar Döffinger2010-07-101-6/+12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-1011-22/+22
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-104-7/+7
* move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen2010-07-093-21/+29
* rename get_length to ff_get_v_length and put_v to ff_put_vMichael Chinen2010-07-091-68/+68
* In mpegts muxer, print VBR instead of dummy 1 when displaying muxrateBaptiste Coudurier2010-07-081-4/+6
* In mov muxer, write pixel aspect ratio tag in mov files.Baptiste Coudurier2010-07-081-0/+19
* Cosmetics: whitespaceAlex Converse2010-07-071-3/+3
* improve long_name for ass (de)muxerAurelien Jacobs2010-07-072-2/+2
* Ignore extradata & w/h in asf/dvr.Michael Niedermayer2010-07-071-1/+7
* Associate .tga with format image2.Carl Eugen Hoyos2010-07-071-1/+1
OpenPOWER on IntegriCloud