summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* framecrcenc: print flags and side data elementsMichael Niedermayer2012-10-03
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-03
|\
| * segment: Pass the interrupt callback on to the chained AVFormatContext, tooMartin Storsjö2012-10-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-02
|\|
| * nut: add do {} while (0) to GET_VLuca Barbato2012-10-02
* | Merge commit '1e46c63eb72be752e044ba32257d77f35cbd9dac'Michael Niedermayer2012-10-02
|\|
| * avformat: refactor avformat_write_headerLuca Barbato2012-10-01
* | Merge commit '86bbdf865e04bc5ddc2021b0620e6de634375253'Michael Niedermayer2012-10-02
|\|
| * avformat: refactor avformat_write_headerLuca Barbato2012-10-01
* | Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd'Michael Niedermayer2012-10-02
|\|
| * avformat: split muxing functions from util.cLuca Barbato2012-10-01
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-02
|\|
| * mpegts: Drop pointless casting of hex_dump_debug argumentsDiego Biurrun2012-10-01
| * avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun2012-10-01
* | mov: add option to ignore edit lists.Michael Niedermayer2012-10-02
* | nutenc: choose for non audio streams a timebase with finer resolution.Michael Niedermayer2012-10-02
* | nut: store and read the r_frame_rateMichael Niedermayer2012-10-02
* | nutenc: use 1/sample rate as timebase for audio instead of framesize/sample rateMichael Niedermayer2012-10-02
* | isom: fix redundant redeclaration of ff_mov_read_chan().Clément Bœsch2012-10-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-01
|\|
| * avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
| * avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* | movenc: fix edit list for the case of negative pts.Michael Niedermayer2012-10-01
* | mov: add av_dlog() to dump edit lists.Michael Niedermayer2012-09-29
* | mov: only print multiple edit lists warning for actually unsupported casesMichael Niedermayer2012-09-29
* | lavf: free probe data in case we close before probing finishedMichael Niedermayer2012-09-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-29
|\|
| * avidec: use actually read size instead of requested sizeAnton Khirnov2012-09-29
| * avidec: return 0, not packet size from read_packet().Anton Khirnov2012-09-29
* | mov: remove default of 1024 sample skip for aac.Michael Niedermayer2012-09-28
* | nutdec: fix get_vb_trace() / -DTRACE compileMichael Niedermayer2012-09-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-28
|\|
| * http: Increase buffer sizes to cope with longer URIsDuncan Salerno2012-09-28
| * nutenc: const correctness for ff_put_v_trace/put_s_trace function argumentsDiego Biurrun2012-09-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-28
|\|
| * nutdec: Remove unused and broken debug function stubDiego Biurrun2012-09-27
| * Add Opus support to the Ogg muxer.Nathan Caldwell2012-09-27
| * avformat: Identify anonymous AVIO typedef structs.Dale Curtis2012-09-27
* | asfenc: avoid negative timestampsMichael Niedermayer2012-09-28
* | mxfdec: allow container_ul to override codec_ul if codec is A-lawMarton Balint2012-09-27
* | lavf: move fields that appear to be intended as public API to the correct sec...Michael Niedermayer2012-09-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-27
|\|
| * nutdec: const correctness for get_v_trace/get_s_trace function argumentsDiego Biurrun2012-09-26
| * rtpdec: Remove a useless ff_ prefix from a static symbolMartin Storsjö2012-09-26
| * rtpdec: Support depacketizing speexDmitry Samonenko2012-09-26
| * rtpenc: Add support for packetizing speexDmitry Samonenko2012-09-26
* | lavf/movenc: add faststart option.Clément Bœsch2012-09-27
* | lavf/movenc: make mov_write_stco_tag() not use the offset pos for mode64 heur...Clément Bœsch2012-09-27
* | lavf/movenc: add get_moov_size and use it in fragment code.Clément Bœsch2012-09-27
* | file: set the return value type for lseek to off_tJean First2012-09-27