| Commit message (Expand) | Author | Age | Files | Lines |
* | avidec: demux ASS and SRT tracks out of GAB2 chunks | Aurelien Jacobs | 2010-07-29 | 1 | -2/+123 |
* | add seeking support in ASS demuxer | Aurelien Jacobs | 2010-07-29 | 1 | -1/+41 |
* | Check for udp_set_remote_url error. | Reimar Döffinger | 2010-07-28 | 1 | -1/+2 |
* | rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, too | Martin Storsjö | 2010-07-28 | 1 | -4/+3 |
* | In wav muxer, always flush in write_trailer, fix pipe output | Baptiste Coudurier | 2010-07-28 | 1 | -0/+2 |
* | Skip short padding in id3v2. | Alexander Kojevnikov | 2010-07-28 | 1 | -1/+5 |
* | rtpdec_xiph: Handle the sampling SDP parameter | Josh Allmann | 2010-07-28 | 1 | -1/+11 |
* | Add extern to mxf_d10_muxer forward declaration to avoid a redundant | Reimar Döffinger | 2010-07-28 | 1 | -1/+1 |
* | Fix doxy that refers to the wrong variable. | Michael Niedermayer | 2010-07-27 | 2 | -7/+7 |
* | Fix 2 doxy comments that referred to the wrong variable. | Michael Niedermayer | 2010-07-27 | 1 | -2/+2 |
* | Make doxygen formatting more consistent. | Michael Niedermayer | 2010-07-27 | 1 | -51/+122 |
* | Place the concat protocol entry at the begin of the registered | Stefano Sabatini | 2010-07-27 | 1 | -1/+1 |
* | Document existing rules for AVInputFormat.name. | Alex Converse | 2010-07-27 | 1 | -0/+3 |
* | Make frames unsigned. | Alexander Kojevnikov | 2010-07-27 | 1 | -3/+3 |
* | Show correct bitrate for VBR MP3 files. | Alexander Kojevnikov | 2010-07-27 | 1 | -5/+13 |
* | Remove duplicate initialiser for cavsvideo_muxer.extensions | Måns Rullgård | 2010-07-27 | 1 | -1/+0 |
* | rtpdec_xiph: Drop RTP packets that come in without a prior fragment start mar... | Josh Allmann | 2010-07-27 | 1 | -0/+5 |
* | libavformat needs libavcore | Måns Rullgård | 2010-07-27 | 1 | -1/+1 |
* | add Chinese AVS encoding via external library libxavs | Stefan Gehrer | 2010-07-27 | 2 | -1/+17 |
* | Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() | Stefano Sabatini | 2010-07-26 | 1 | -2/+4 |
* | Reindent after r24516. | Ronald S. Bultje | 2010-07-26 | 1 | -106/+103 |
* | Use inverse error branches, i.e. instead of if(something){success} else {error}, | Ronald S. Bultje | 2010-07-26 | 1 | -30/+30 |
* | Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. This | Ronald S. Bultje | 2010-07-26 | 1 | -33/+64 |
* | matroskaenc: add support for muxing SRT tracks | Aurelien Jacobs | 2010-07-25 | 2 | -0/+38 |
* | add mime-type for ASS muxer | Aurelien Jacobs | 2010-07-25 | 1 | -1/+1 |
* | Include the correct header that actually is used, use quotes instead of angle... | Martin Storsjö | 2010-07-25 | 1 | -1/+1 |
* | Cosmetics: fix indentation and remove a useless else. | Reimar Döffinger | 2010-07-25 | 1 | -8/+6 |
* | Simplify get_byte and url_fgetc. | Reimar Döffinger | 2010-07-25 | 1 | -8/+2 |
* | Move ffm_close function up to avoid a forward declaration. | Reimar Döffinger | 2010-07-25 | 1 | -11/+10 |
* | ffmdec: Do not manually free streams on read_header error, this is always | Reimar Döffinger | 2010-07-25 | 1 | -6/+3 |
* | add SubRip muxer and demuxer | Aurelien Jacobs | 2010-07-24 | 5 | -1/+118 |
* | Fix a "function declaration isn't a prototype" warning. | Reimar Döffinger | 2010-07-24 | 1 | -1/+1 |
* | Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data | Martin Storsjö | 2010-07-24 | 1 | -4/+7 |
* | mpegts: Warn if unable to seek back | Martin Storsjö | 2010-07-24 | 1 | -1/+2 |
* | 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 |