| Commit message (Expand) | Author | Age | Files | Lines |
* | rmenc: more than 2 streams are not currently possible. | Reimar Döffinger | 2012-04-29 | 1 | -0/+5 |
* | nutdec: minor simplification. | Reimar Döffinger | 2012-04-29 | 1 | -5/+3 |
* | nutdec: replace assert with av_assert0. | Reimar Döffinger | 2012-04-29 | 1 | -11/+9 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-28 | 3 | -9/+40 |
|\ |
|
| * | segment: reorder seg_write_header allocation | Luca Barbato | 2012-04-27 | 1 | -8/+6 |
| * | avio: make avio_close(NULL) a no-op | Luca Barbato | 2012-04-27 | 1 | -1/+5 |
| * | mov: Parse EC3SpecificBox (dec3 atom). | Yusuke Nakamura | 2012-04-27 | 1 | -0/+29 |
* | | lavf remove duplicated check in has_duration | Jean First | 2012-04-28 | 1 | -2/+0 |
* | | avio: change ffurl_alloc return code. | Nicolas George | 2012-04-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-27 | 1 | -0/+3 |
|\| |
|
| * | mpegts: Make sure we don't return uninitialized packets | Martin Storsjö | 2012-04-27 | 1 | -0/+3 |
* | | lavf/microdvd: set packet duration. | Clément Bœsch | 2012-04-27 | 1 | -0/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-26 | 2 | -1/+2 |
|\| |
|
| * | mov: support eac3 audio | Hendrik Leppkes | 2012-04-25 | 1 | -0/+1 |
| * | avf: fix faulty check in has_duration | Luca Barbato | 2012-04-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-24 | 1 | -1/+3 |
|\| |
|
| * | isom: Support more DTS codec identifiers. | Yusuke Nakamura | 2012-04-23 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-24 | 2 | -7/+110 |
|\| |
|
| * | matroska: Clear prev_pkt between seeks. | Dale Curtis | 2012-04-23 | 1 | -0/+1 |
| * | audemux: Add a sanity check for the number of channels | Michael Niedermayer | 2012-04-23 | 1 | -0/+5 |
| * | matroska: Add incremental parsing of clusters. | Dale Curtis | 2012-04-22 | 1 | -6/+107 |
| * | mpegts: Try seeking back even for nonseekable protocols | Martin Storsjö | 2012-04-23 | 1 | -1/+1 |
* | | lavf: print a warning if probesize seems not enough. | Nicolas George | 2012-04-23 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
|\| |
|
| * | mov: Treat keyframe indexes as 1-origin if starting at non-zero. | Yusuke Nakamura | 2012-04-21 | 1 | -1/+1 |
| * | mov: Take stps entries into consideration also about key_off. | Yusuke Nakamura | 2012-04-21 | 1 | -1/+1 |
* | | audemux: Fix potential integer overflow leading to a division by 0 | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
* | | audemux: Check channels isnt 0 | Michael Niedermayer | 2012-04-22 | 1 | -0/+5 |
* | | wtvdec: Check that stream private context has been allocated before use. | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
* | | smackerdemux: Allocate padding for extradata | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-21 | 1 | -12/+7 |
|\| |
|
| * | movenc: Support high sample rates in isomedia formats by setting the sample r... | Alex Converse | 2012-04-20 | 1 | -12/+7 |
* | | xmvdemux: prefer av_freep() to deallocate audio stream structs. | Michael Niedermayer | 2012-04-21 | 1 | -1/+1 |
* | | xmvdemux: dont let current_stream become invalid. | Michael Niedermayer | 2012-04-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-20 | 2 | -1/+2 |
|\| |
|
| * | avcodec: add a cook parser to get subpacket duration | Justin Ruggles | 2012-04-20 | 1 | -0/+1 |
* | | mxfdec: fix memleak on read error/EOF. | Reimar Döffinger | 2012-04-20 | 1 | -2/+2 |
* | | avidec: zero extradata padding | Michael Niedermayer | 2012-04-19 | 1 | -1/+1 |
* | | mtvdec: check that the buf is large enough for probing | Michael Niedermayer | 2012-04-19 | 1 | -1/+1 |
* | | jvdec: Make sure there is enough data for the id string. | Michael Niedermayer | 2012-04-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-19 | 2 | -3/+7 |
|\| |
|
| * | avio: make AVIOContext.av_class pointer to const | Mans Rullgard | 2012-04-18 | 1 | -1/+1 |
| * | nutdec: add malloc check and fix const to non-const conversion warnings | Mans Rullgard | 2012-04-18 | 1 | -2/+6 |
* | | mxfdec: Add missing break in frame layout parsing | Matthieu Bouron | 2012-04-19 | 1 | -0/+1 |
* | | mxf: Fix frame layout values | Matthieu Bouron | 2012-04-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-18 | 1 | -3/+6 |
|\| |
|
| * | matroska: do not set invalid default duration if frame rate is zero | Mans Rullgard | 2012-04-18 | 1 | -1/+1 |
| * | mkv: use av_reduce instead of av_d2q for framerate estimation | Luca Barbato | 2012-04-17 | 1 | -3/+5 |
| * | mkv: report average framerate as minimal as well | Luca Barbato | 2012-04-17 | 1 | -0/+1 |
* | | ogm: Fix division by 0 | Michael Niedermayer | 2012-04-18 | 1 | -1/+1 |