| Commit message (Expand) | Author | Age | Files | Lines |
* | JACOsub demuxer, decoder and muxer. | Clément Bœsch | 2012-05-03 | 5 | -1/+350 |
* | flvdec: pass on proper error value. | Reimar Döffinger | 2012-05-01 | 1 | -3/+2 |
* | Remove some useless code that duplicates av_get_packet. | Reimar Döffinger | 2012-05-01 | 8 | -33/+6 |
* | Mark truncated packets as corrupt in av_get_packet. | Reimar Döffinger | 2012-05-01 | 9 | -0/+12 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-30 | 1 | -1/+1 |
|\ |
|
| * | mkv: mark corrupted packets and return them | Luca Barbato | 2012-04-29 | 1 | -0/+5 |
| * | mkv: forward EMBL block data error | Luca Barbato | 2012-04-29 | 1 | -1/+1 |
* | | lavf: add AVFMT_SEEK_TO_PTS to indicate seeking is per PTS. | Michael Niedermayer | 2012-04-30 | 1 | -0/+1 |
* | | isom: remove duplicate line. | Michael Niedermayer | 2012-04-30 | 1 | -1/+0 |
* | | isom: Clarify comment for 'ec-3' fourcc | Derek Buitenhuis | 2012-04-30 | 1 | -1/+1 |
* | | 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 |