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