| Commit message (Expand) | Author | Age | Files | Lines |
* | In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122 | Baptiste Coudurier | 2010-07-23 | 1 | -1/+1 |
* | use return value of ff_get_line() | Aurelien Jacobs | 2010-07-21 | 1 | -4/+4 |
* | document ff_get_line() | Aurelien Jacobs | 2010-07-21 | 1 | -0/+11 |
* | improve ff_get_line to return line length | Aurelien Jacobs | 2010-07-21 | 2 | -3/+4 |
* | move ff_get_line to aviobuf.c | Aurelien Jacobs | 2010-07-21 | 3 | -14/+17 |
* | rename get_line to ff_get_line | Aurelien Jacobs | 2010-07-21 | 1 | -2/+2 |
* | Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 | Axel Holzinger | 2010-07-21 | 2 | -2/+2 |
* | Reindent, rewrap long comment lines to keep line length below 80 chars | Martin Storsjö | 2010-07-21 | 1 | -52/+53 |
* | rtpdec_asf: Handle RTSP-MS packet splitting | Martin Storsjö | 2010-07-21 | 1 | -10/+16 |
* | gxfenc: Fix ES name in the UMF media description, by using strlen instead of ... | Thierry Foucu | 2010-07-21 | 1 | -2/+2 |
* | Allow the ASF header to be transferred split over multiple packets, as some | Zhentan Feng | 2010-07-20 | 1 | -12/+13 |
* | Explicitely set the size of the "ff_asf_head1_guid" header chunk, this is | Zhentan Feng | 2010-07-20 | 1 | -0/+10 |
* | Align outgoing messages to 8 bytes, this is required to interact with | Zhentan Feng | 2010-07-20 | 1 | -4/+3 |
* | Fix a compile warning when compiling with DEBUG=1. The warning was: | Zhentan Feng | 2010-07-20 | 1 | -1/+1 |
* | Check the status code of each server responses, and fail if it indicates | Zhentan Feng | 2010-07-20 | 1 | -0/+6 |
* | Send a time test to the server, as the spec recommends. | Zhentan Feng | 2010-07-20 | 1 | -0/+10 |
* | Lego Mindstorms RSO muxer and demuxer. | Rafaël Carré | 2010-07-20 | 7 | -1/+282 |
* | asfdec: 10l, fix the minimum asf video stream header size | Martin Storsjö | 2010-07-20 | 1 | -1/+1 |
* | asfdec: Don't read the video stream header if there isn't enough data | Martin Storsjö | 2010-07-20 | 1 | -1/+2 |
* | asfdec: Handle asf_jfif_media | Martin Storsjö | 2010-07-20 | 1 | -0/+3 |
* | asf: Add asf_jfif_media guid | Martin Storsjö | 2010-07-20 | 2 | -0/+5 |
* | Remove an assert that was no longer correct nor relevant | Martin Storsjö | 2010-07-20 | 1 | -2/+0 |
* | Make MP43 the default fourcc for msmpeg4v3: | Carl Eugen Hoyos | 2010-07-20 | 1 | -1/+1 |
* | movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the size | Martin Storsjö | 2010-07-20 | 1 | -1/+1 |
* | rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizer | Josh Allmann | 2010-07-19 | 1 | -11/+5 |
* | fix av_seek_frame_binary() documentation | Aurelien Jacobs | 2010-07-19 | 1 | -1/+1 |
* | Add doxygen @file comment block | Peter Ross | 2010-07-19 | 3 | -3/+15 |
* | rtpdec_asf: Include lavu headers using quotes instead of angle brackets | Martin Storsjö | 2010-07-19 | 1 | -3/+3 |
* | Include lavu headers using quotes instead of angle brackets | Martin Storsjö | 2010-07-18 | 1 | -1/+1 |
* | Add MD5 protocol | Måns Rullgård | 2010-07-18 | 3 | -0/+94 |
* | Allow all valid (and only valid) characters in URL scheme for url_open() | Måns Rullgård | 2010-07-18 | 1 | -19/+11 |
* | Remove trailing linefeed | Peter Ross | 2010-07-18 | 1 | -1/+0 |
* | Use correct doxygen syntax | Peter Ross | 2010-07-18 | 1 | -2/+2 |
* | Tele-typewriter demuxer | Peter Ross | 2010-07-18 | 4 | -1/+134 |
* | Add ff_sauce_read() | Peter Ross | 2010-07-18 | 2 | -0/+136 |
* | avidec : Free packet if dv_produce_packet fails. | Jai Menon | 2010-07-17 | 1 | -0/+2 |
* | aviobuf: Do short seeks forward by reading and skipping data instead of a pro... | Martin Storsjö | 2010-07-17 | 1 | -1/+10 |
* | avidec : Free codec context before initializing the chained DV demuxer. | Jai Menon | 2010-07-17 | 1 | -0/+1 |
* | Bump minor and add APIchanges entry for url_fskip return value change. | Martin Storsjö | 2010-07-16 | 1 | -1/+1 |
* | url_fskip: Return an error code if the url_fseek failed | Martin Storsjö | 2010-07-16 | 2 | -3/+5 |
* | In ogg muxer, free dyn allocated buffer, fix memleak | Baptiste Coudurier | 2010-07-16 | 1 | -0/+1 |
* | http: Log a warning when receiving an error code | Martin Storsjö | 2010-07-16 | 1 | -3/+7 |
* | Move SPACE_CHARS back to libavformat/internal.h | Martin Storsjö | 2010-07-16 | 3 | -2/+3 |
* | remove redundant text and whitespaces from iff demuxer av_log() statements | Peter Ross | 2010-07-15 | 1 | -3/+3 |
* | In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe | Baptiste Coudurier | 2010-07-14 | 1 | -21/+35 |
* | matroskaenc: write DisplayUnit element to better match the spec | Aurelien Jacobs | 2010-07-14 | 1 | -0/+1 |
* | Pass the composition and ancillary ID for DVB subtitles via extradata instead | Reimar Döffinger | 2010-07-14 | 1 | -4/+11 |
* | Add a depacketizer for QDM2 | Josh Allmann | 2010-07-14 | 4 | -0/+351 |
* | rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts | Martin Storsjö | 2010-07-14 | 1 | -1/+1 |
* | rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP... | Martin Storsjö | 2010-07-14 | 2 | -2/+6 |