| Commit message (Expand) | Author | Age | Files | Lines |
* | matroskadec: use av_grow_packet in merge_packets. | Nicolas George | 2012-04-16 | 1 | -6/+4 |
* | Add skip_to_keyframe stream variable. | Reimar Döffinger | 2012-04-16 | 3 | -2/+20 |
* | omadec: make sample rate table large enough to prevent out of array reading. | Michael Niedermayer | 2012-04-16 | 2 | -2/+2 |
* | 4xmdemux: Check chunk size | Michael Niedermayer | 2012-04-16 | 1 | -0/+4 |
* | omadec: check GEOB sizes against buffer size | Michael Niedermayer | 2012-04-16 | 1 | -0/+4 |
* | flvdec: allocate large enough buffer so get_bits() doesnt overread | Michael Niedermayer | 2012-04-16 | 1 | -1/+1 |
* | segafilm: make the loop condition in film_read_packet() match the contents. | Michael Niedermayer | 2012-04-16 | 1 | -1/+1 |
* | mov: reset dref_count on realloc to keep values consistent. | Michael Niedermayer | 2012-04-15 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-15 | 1 | -0/+2 |
|\ |
|
| * | mov: free memory on header parsing failure | Dale Curtis | 2012-04-14 | 1 | -33/+35 |
| * | mov: fix leaking memory with multiple drefs. | Dale Curtis | 2012-04-14 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-14 | 3 | -1/+7 |
|\| |
|
| * | mov: Fix detecting there is no sync sample. | Yusuke Nakamura | 2012-04-13 | 2 | -1/+5 |
| * | avf: has_duration does not check the global one | Luca Barbato | 2012-04-13 | 1 | -0/+2 |
* | | matroskadec: fix null pointer dereference | Michael Niedermayer | 2012-04-14 | 1 | -2/+4 |
* | | wtvdec: fix name_size check to consider integer overflows. | Michael Niedermayer | 2012-04-14 | 1 | -1/+1 |
* | | latmenc: replace per-frame malloc/free by constant size buffer. | Reimar Döffinger | 2012-04-14 | 1 | -10/+4 |
* | | avidec: handle 0-size packets that exist only in index. | Reimar Döffinger | 2012-04-14 | 1 | -1/+6 |
* | | mp3enc: clarify meaning of "Unsupported" messages. | Reimar Döffinger | 2012-04-14 | 1 | -2/+2 |
* | | lavf: print with debug level the byte positions before and after find_stream_... | Michael Niedermayer | 2012-04-14 | 1 | -0/+5 |
* | | avidec: update size when packet is shrunk | Michael Niedermayer | 2012-04-14 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 2 | -7/+8 |
|\| |
|
| * | matroska: Fix leaking memory allocated for laces. | Dale Curtis | 2012-04-12 | 1 | -3/+7 |
| * | movenc: Remove a dead initialization | Alex Converse | 2012-04-12 | 1 | -1/+1 |
* | | mov: zero sc->pb in mov_read_close() | Michael Niedermayer | 2012-04-13 | 1 | -0/+1 |
* | | mov: Fix memory leaks on aborted header parsing. | Dale Curtis | 2012-04-13 | 1 | -33/+41 |
* | | mov: zero extradata_size on deallocation of extradata. | Michael Niedermayer | 2012-04-13 | 1 | -0/+5 |
* | | matroska: Fix leaking memory allocated for laces. | Dale Curtis | 2012-04-13 | 1 | -0/+3 |
* | | mov: Fix harmless OOB read. | Dale Curtis | 2012-04-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -36/+36 |
|\| |
|
| * | avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics | Diego Biurrun | 2012-04-12 | 1 | -36/+36 |
* | | latmenc: validate extradata size. | Reimar Döffinger | 2012-04-12 | 1 | -2/+8 |
* | | latmenc: simplify using avpriv_copy_bits. | Reimar Döffinger | 2012-04-12 | 1 | -6/+4 |
* | | latmenc: Document assumptions when copying the AAC header. | Reimar Döffinger | 2012-04-12 | 1 | -0/+2 |
* | | latmenc: copy pce config from proper location. | Reimar Döffinger | 2012-04-12 | 1 | -3/+3 |
* | | latmenc: fix muxing of byte-aligned DSE. | Reimar Döffinger | 2012-04-12 | 1 | -1/+14 |
* | | lavf: compute_pkt_fields, limit the pts upcorrection to mpeg | Michael Niedermayer | 2012-04-12 | 1 | -1/+4 |
* | | lavf: always call avio_flush in av_write_trailer. | Reimar Döffinger | 2012-04-12 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-11 | 2 | -32/+32 |
|\| |
|
| * | movenc: small refactor mov_write_packet | Luca Barbato | 2012-04-11 | 1 | -27/+32 |
| * | movenc: remove redundant check | Luca Barbato | 2012-04-11 | 1 | -3/+0 |
| * | Drop some pointless #ifdefs. | Diego Biurrun | 2012-04-10 | 1 | -2/+0 |
* | | latmenc: error out when packet size is too large. | Reimar Döffinger | 2012-04-11 | 1 | -1/+11 |
* | | latmenc: Fix ALS in LATM. | Reimar Döffinger | 2012-04-11 | 1 | -2/+7 |
* | | latmenc: remove unused return value. | Reimar Döffinger | 2012-04-11 | 1 | -3/+1 |
* | | latmenc: remove dead code. | Reimar Döffinger | 2012-04-11 | 1 | -3/+0 |
* | | oggparsevorbis: Remove code messing with cur_dts. | Michael Niedermayer | 2012-04-11 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-10 | 1 | -436/+500 |
|\| |
|
| * | nutdec: K&R formatting cosmetics | Asen Lekov | 2012-04-10 | 1 | -436/+500 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-08 | 9 | -14/+42 |
|\| |
|