| Commit message (Expand) | Author | Age | Files | Lines |
* | iv8: assemble packets to return complete frames | Janne Grunau | 2011-10-27 | 1 | -24/+47 |
* | tta: check for extradata allocation failure in tta demuxer | Justin Ruggles | 2011-10-25 | 1 | -0/+4 |
* | lavf: deprecate AVStream.stream_copy | Anton Khirnov | 2011-10-25 | 2 | -1/+6 |
* | lavf: simplify by using FFMAX/FFMIN. | Anton Khirnov | 2011-10-25 | 1 | -12/+6 |
* | mpegenc: add preload private option. | Anton Khirnov | 2011-10-25 | 3 | -2/+15 |
* | Move id3v2 tag writing to a separate file. | Michael Karcher | 2011-10-23 | 4 | -113/+159 |
* | id3v2: fix doxy comment - 'machine byte order' makes no sense on char arrays | Michael Karcher | 2011-10-22 | 1 | -1/+1 |
* | lavf: export some forgotten symbols with non-av prefixes. | Anton Khirnov | 2011-10-22 | 1 | -0/+5 |
* | flvdec: Do not call parse_keyframes_index with a NULL stream | Reimar Döffinger | 2011-10-22 | 1 | -2/+3 |
* | Move timefilter code from lavf to lavd. | Anton Khirnov | 2011-10-21 | 3 | -252/+1 |
* | mov: add support for hdvd and pgapmetadata atoms | Raivo Hool | 2011-10-21 | 1 | -0/+4 |
* | mov: rename function _stik, some indentation cosmetics | Raivo Hool | 2011-10-21 | 1 | -7/+7 |
* | mov: rename function _int8 to remove ambiguity, some indentation cosmetics | Raivo Hool | 2011-10-21 | 1 | -12/+12 |
* | mov: parse the gnre atom | Raivo Hool | 2011-10-21 | 1 | -0/+20 |
* | flvenc: store delay and last_ts per-stream. | Justin Ruggles | 2011-10-21 | 1 | -12/+22 |
* | lavc: use avpriv_ prefix for ff_toupper4. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -3/+3 |
* | lavc: use avpriv_ prefix for ff_ac3_parse_header. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for ff_frame_rate_tab. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | lavc: rename ff_find_start_code to avpriv_mpv_find_start_code | Anton Khirnov | 2011-10-20 | 2 | -2/+2 |
* | lavc: use avpriv_ prefix for ff_split_xiph_headers. | Anton Khirnov | 2011-10-20 | 3 | -3/+3 |
* | lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for some dv symbols used in lavf. | Anton Khirnov | 2011-10-20 | 2 | -4/+4 |
* | lavc: use avpriv_ prefix for some flac symbols used in lavf. | Anton Khirnov | 2011-10-20 | 5 | -6/+6 |
* | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 7 | -10/+10 |
* | lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 4 | -9/+9 |
* | lavc: use avpriv_ prefix for ff_aac_parse_header(). | Anton Khirnov | 2011-10-20 | 2 | -2/+2 |
* | lavf: hide private symbols. | Anton Khirnov | 2011-10-20 | 1 | -5/+21 |
* | lavf: use avpriv_ prefix for some dv functions. | Anton Khirnov | 2011-10-20 | 4 | -15/+15 |
* | lavf: use avpriv_ prefix for ff_new_chapter(). | Anton Khirnov | 2011-10-20 | 8 | -10/+10 |
* | avformat: do not require frame_size for Speex. | Justin Ruggles | 2011-10-20 | 1 | -1/+0 |
* | ogg/speex: set correct timestamp and duration for the first packet. | Justin Ruggles | 2011-10-20 | 1 | -11/+9 |
* | flvenc: check packet duration in speex using timestamps | Justin Ruggles | 2011-10-20 | 1 | -11/+13 |
* | flvenc: adjust for negative DTS for all codecs, not just H.264 | Justin Ruggles | 2011-10-20 | 1 | -2/+2 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 34 | -56/+79 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 89 | -117/+117 |
* | lavf: add avformat_new_stream as a replacement for av_new_stream. | Anton Khirnov | 2011-10-19 | 3 | -4/+37 |
* | Ut Video decoder | Kostya Shishkov | 2011-10-19 | 1 | -0/+4 |
* | rtsp: Expose the flag options via private AVOptions for sdp and rtp, too | Martin Storsjö | 2011-10-17 | 1 | -2/+29 |
* | rtsp: Make the rtsp flags avoptions set via a define | Martin Storsjö | 2011-10-17 | 1 | -2/+6 |
* | rtpenc: Set a default video codec | Martin Storsjö | 2011-10-17 | 1 | -1/+1 |
* | rtp: Fix ff_rtp_get_payload_type | Martin Storsjö | 2011-10-17 | 1 | -1/+2 |
* | rtsp: Remove the separate filter_source variable | Martin Storsjö | 2011-10-17 | 2 | -8/+2 |
* | rtsp: Accept options via private avoptions instead of URL options | Martin Storsjö | 2011-10-17 | 3 | -3/+45 |
* | rtsp: Simplify AVOption definitions | Martin Storsjö | 2011-10-17 | 1 | -1/+3 |
* | rtsp: Merge the AVOption lists | Martin Storsjö | 2011-10-17 | 4 | -15/+12 |
* | avio: Check for invalid buffer length. | Alex Converse | 2011-10-16 | 1 | -2/+5 |
* | mpegenc/mpegtsenc: add muxrate private options. | Anton Khirnov | 2011-10-17 | 5 | -3/+48 |
* | lavf: deprecate AVFormatContext.file_size | Anton Khirnov | 2011-10-17 | 6 | -16/+13 |
* | mov: add support for TV metadata atoms tves, tvsn and stik | Raivo Hool | 2011-10-17 | 1 | -0/+33 |