Mercurial > libavformat.hg
graph
-
Add a context to av_log() calls and modify a function prototype to allow it. libavformat2009-02-16, by benoit
-
Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] libavformat2009-02-16, by rbultje
-
Add a context to av_log() call and update the trace not to be redundant. libavformat2009-02-16, by benoit
-
Don't install rtsp.h. It is intended to be private, it depends on rtp code libavformat2009-02-16, by rbultje
-
Add a context to av_log() calls and extend ape_dumpinfo prototype to do that. libavformat2009-02-16, by benoit
-
Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not libavformat2009-02-16, by lucabe
-
matroskadec: use new metadata API to export some simple information libavformat2009-02-15, by aurel
-
Do not export to the public the first_protocol symbol at the next libavformat2009-02-15, by stefano
-
Rename register_protocol() to av_register_protocol() and deprecate libavformat2009-02-15, by stefano
-
Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incompatible pointer type" libavformat2009-02-14, by michael
-
Add libavcodec/internal.h include to avoid warning: implicit declaration of libavformat2009-02-13, by superdump
-
use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com libavformat2009-02-13, by bcoudurier
-
Remove pointless #if around the file, it is already conditionally compiled. libavformat2009-02-13, by diego
-
cosmetics, reindent, add/remove some empty lines, redundant comment libavformat2009-02-13, by bcoudurier
-
split mpegvideo descriptor into cdci descriptor and wav common in sound common libavformat2009-02-13, by bcoudurier
-
write essence elements klv packets with ber4 length, more interoperable libavformat2009-02-13, by bcoudurier
-
ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header libavformat2009-02-12, by superdump
-
Add a warning log when trying to encode into a container requiring global libavformat2009-02-12, by benoit
-
Change ffm_write_write_index to return int, and return if error occured. libavformat2009-02-12, by bcoudurier
-
compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com libavformat2009-02-12, by bcoudurier
-
rename wrongly named b_per_gop to b_per_i_or_p according to specs libavformat2009-02-11, by bcoudurier
-
fix frame size, time rate is not stts duration anymore with time offset libavformat2009-02-11, by bcoudurier