summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf/matroska: Removing experimental suffix for OpusVignesh Venkatasubramanian2013-09-12
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-09-12
|\
| * Use rc_max_rate if no video bit_rate was specified when muxing mxf_d10.Carl Eugen Hoyos2013-09-12
| * Store the video bit_rate in the context when muxing mxf.Carl Eugen Hoyos2013-09-12
* | vformat/smacker: use av_freep() to ensure no stale pointers remainMichael Niedermayer2013-09-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-12
|\ \
| * | matroskaenc: Fix stray pointers left over from av_reallocp_array refactoringAlexandra Khirnova2013-09-12
* | | Merge commit 'c0779a67e85df856904ee6fab760c4233d4c2be5'Michael Niedermayer2013-09-12
|\| |
| * | mp3: add .mpa extensionVittorio Giovara2013-09-12
* | | Merge commit '17d57848fc14e82f76a65ffb25c90f2f011dc4a0'Michael Niedermayer2013-09-12
|\| |
| * | mpc8: Make sure the first stream exists before parsing the seek tableMartin Storsjö2013-09-12
* | | Merge commit '459f2b393a3f89ed08d10fbceb4738d1429f268e'Michael Niedermayer2013-09-12
|\| |
| * | mpc8: Check the seek table size parsed from the bitstreamMartin Storsjö2013-09-12
* | | Merge commit '183b9d843a9533774fabd3984a52f3987001acbc'Michael Niedermayer2013-09-12
|\| |
| * | ape: Don't allow the seektable to be omittedMartin Storsjö2013-09-12
* | | Merge commit '710b0e27025948b7511821c2f888ff2d74a59e14'Michael Niedermayer2013-09-12
|\| |
| * | smacker: Avoid integer overflow when allocating packetsMartin Storsjö2013-09-11
* | | Merge commit '8d928023f953a28692ba27071a448259134b103b'Michael Niedermayer2013-09-12
|\| |
| * | smacker: Don't return packets in unallocated streamsMartin Storsjö2013-09-11
* | | Merge commit '48d6556dd46d4f4fac10d0f4a819e314887cd50e'Michael Niedermayer2013-09-12
|\| | | |/ |/|
| * dsicin: Add some basic sanity checks for fields read from the fileMartin Storsjö2013-09-11
* | avformat/nutdec: check for allocation failuresPaul B Mahol2013-09-11
* | avformat/utils: use av_realloc_array()Michael Niedermayer2013-09-11
* | avformat/mxfdec: use av_realloc_array()Michael Niedermayer2013-09-11
* | avformat/matroskaenc: use av_realloc_array()Michael Niedermayer2013-09-11
* | avformat/matroskadec: use av_realloc_array()Michael Niedermayer2013-09-11
* | avformat/matroskaenc: use av_freep() to avoid leaving stale pointersMichael Niedermayer2013-09-11
* | avformat/asfenc: use av_freep() for extra safteyMichael Niedermayer2013-09-11
* | avformat/gxfenc: Clear nb_fields on array deallocationMichael Niedermayer2013-09-11
* | avformat/gxfenc: Check and propagate return code from gxf_write_map_packet()Michael Niedermayer2013-09-11
* | avformat/smacker: check avformat_new_stream() return valuePaul B Mahol2013-09-11
* | avformat/libnut: check avformat_new_stream() return valuePaul B Mahol2013-09-11
* | avformat/ffmetadec: return meaningful error codesPaul B Mahol2013-09-11
* | avformat/sierravmd: check for memory allocation failuresPaul B Mahol2013-09-11
* | avformat/flic: check for memory allocation failuresPaul B Mahol2013-09-11
* | avformat/utils: functions that add entries should not destroy the whole list ...Michael Niedermayer2013-09-11
* | avformat/mxfdec: functions that add entries should not destroy the whole list...Michael Niedermayer2013-09-11
* | avformat/matroskaenc: functions that add entries should not destroy the whole...Michael Niedermayer2013-09-11
* | avformat/matroskadec: ebml_parse_elem() should not deallocate priorly existin...Michael Niedermayer2013-09-11
* | Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa'Michael Niedermayer2013-09-11
|\|
| * avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* | opus/matroska: Adding support for End Trimming in demuxer/decoderVignesh Venkatasubramanian2013-09-10
* | avformat/riff: add 0x594a TwoCCPiotr Bandurski2013-09-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-10
|\|
| * movenc: Simplify setting the fragmentation flagMartin Storsjö2013-09-09
* | Merge commit '8b524ab0c43c1767919530abb79d3656113cdc47'Michael Niedermayer2013-09-10
|\|
| * movenc: Add a warning message if conflicting options have been specifiedMartin Storsjö2013-09-09
| * tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö2013-09-09
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-09-10
|\ \
| * | Use 0x88 as stream id when muxing DTS in program streams.Carl Eugen Hoyos2013-09-10