| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegts: do not return from ff_mpegts_parse_packet() after having seen the fir... | Laurent Aimar | 2011-10-19 | 1 | -3/+3 |
* | mpegts: fix return value when enough ts packets have been parsed or when the ... | Laurent Aimar | 2011-10-19 | 1 | -4/+8 |
* | mpegtsenc: fix handling of large audio packets | Michael Niedermayer | 2011-10-19 | 1 | -8/+10 |
* | Do not call parse_keyframes_index with NULL stream. | Reimar Döffinger | 2011-10-19 | 1 | -1/+1 |
* | Fix AMR block length for no data mode when muxing mov. | Carl Eugen Hoyos | 2011-10-19 | 1 | -1/+1 |
* | mov: Raise ctts dts_shift threshold by 1 | Michael Niedermayer | 2011-10-19 | 1 | -1/+1 |
* | fix memleak in packet corrupt dropping code | Chris Kennedy | 2011-10-18 | 1 | -0/+1 |
* | avidec: Dont switch to NI mode if there is no index. | Michael Niedermayer | 2011-10-18 | 1 | -4/+5 |
* | Do not try to parse empty strf tags. | Carl Eugen Hoyos | 2011-10-18 | 1 | -0/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-18 | 17 | -49/+194 |
|\ |
|
| * | 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 |
* | | libutvideo: Add Ut Video Decoder Wrapper | Derek Buitenhuis | 2011-10-17 | 1 | -0/+4 |
* | | segmenter: loose rindex() | Michael Niedermayer | 2011-10-17 | 1 | -2/+2 |
* | | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. | Clément Bœsch | 2011-10-17 | 4 | -19/+19 |
* | | segment: Fix typo in segment_basename | Michael Niedermayer | 2011-10-17 | 1 | -1/+1 |
* | | segment: replace strdup() by av_strdup() | Michael Niedermayer | 2011-10-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'luzero/segment' | Michael Niedermayer | 2011-10-17 | 3 | -0/+236 |
|\ \ |
|
| * | | segment: extend options | Luca Barbato | 2011-10-13 | 1 | -5/+10 |
| * | | segment: basic pattern support and playlist output | Luca Barbato | 2011-10-12 | 1 | -4/+13 |
| * | | segment: introduce segmented chain muxer | Luca Barbato | 2011-10-12 | 3 | -0/+222 |
| * | | output-example: extend duration | Luca Barbato | 2011-10-12 | 1 | -1/+1 |
* | | | av_tempfile: Pass int log_offset, void *log_ctx | Michael Niedermayer | 2011-10-16 | 1 | -1/+1 |
* | | | cache: add todo list | Michael Niedermayer | 2011-10-16 | 1 | -0/+7 |
* | | | cache: Fallback to using the cache size for AVSEEK_SIZE if the underlaying pr... | Michael Niedermayer | 2011-10-16 | 1 | -1/+8 |
* | | | add cache protocol | Michael Niedermayer | 2011-10-16 | 3 | -0/+132 |
* | | | Support decoding ASP variant from QNAP Systems. | Carl Eugen Hoyos | 2011-10-16 | 1 | -0/+1 |
* | | | asf: export all the DRM stuff, some of it are human readable strings. | Michael Niedermayer | 2011-10-16 | 1 | -1/+14 |
* | | | asf: dont warn the user about digital sigantures, they should on their own no... | Michael Niedermayer | 2011-10-16 | 1 | -1/+1 |
* | | | asf: export encryption information from asf. | Michael Niedermayer | 2011-10-16 | 1 | -0/+2 |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-16 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | matroskadec: fix out of bounds write | Ronald S. Bultje | 2011-10-15 | 1 | -1/+1 |
* | | | bit: require at least 1 frame for probing | Michael Niedermayer | 2011-10-16 | 1 | -0/+3 |
* | | | idf: Improve idf_probe() so it doesnt succeed on 0 byte input | Michael Niedermayer | 2011-10-16 | 1 | -1/+3 |
* | | | Support H264 from QNAP Systems. | Carl Eugen Hoyos | 2011-10-15 | 1 | -0/+1 |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 3 | -16/+17 |
|\| | |
|
| * | | mov: 10l: Terminate string with 0 not '0' | Alex Converse | 2011-10-14 | 1 | -1/+1 |
| * | | mov: Prevent illegal writes when chapter titles are very short. | Alex Converse | 2011-10-14 | 1 | -8/+15 |
| * | | riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header | John Brooks | 2011-10-14 | 2 | -8/+2 |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 6 | -98/+103 |
|\| | |
|