Mercurial > libavformat.hg
graph
-
move per track code in mxf_write_header to be able to check for unsupported configuration libavformat2008-08-30, by bcoudurier
-
cosmetics, remove useless braces, move comments where appropriate, remove whitespaces libavformat2008-08-30, by bcoudurier
-
use strlen and do not write useless trailing 0 according to specs libavformat2008-08-30, by bcoudurier
-
timestamps in flv are 32bits _signed_ according to flash player, specs are wrong libavformat2008-08-30, by bcoudurier
-
make has_codec_parameters not returning true when sample_fmt is not set libavformat2008-08-29, by bcoudurier
-
remove vorbis dec hack, decoding will be done anyway to get frame size libavformat2008-08-29, by bcoudurier
-
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavformat2008-08-28, by romansh
-
Change implementation for ff_data_to_hex(), this is faster. See discussion on libavformat2008-08-28, by rbultje
-
Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and libavformat2008-08-27, by rbultje
-
Two cosmetic changes for improved readability and ease of HDVCPRO HD integration libavformat2008-08-27, by romansh
-
matroskadec: seek to the last position known in the index before resorting to libavformat2008-08-27, by aurel
-
Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP libavformat2008-08-27, by rbultje
-
matroskadec: index timestamps are supposed to be in the timebase of the stream libavformat2008-08-26, by aurel
-
When setting codec_id during codec probe we must also set codec_type. libavformat2008-08-25, by andoma
-
matroskadec: move setting of matroska->done inside matroska_parse_cluster() libavformat2008-08-24, by aurel
-
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat2008-08-24, by reimar
-
Remove check for @ in tcp.c which removes the authorization data from the libavformat2008-08-24, by rbultje
-
Make the id3v1_genre_str array const, not just the strings it points to. libavformat2008-08-24, by reimar
-
convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat2008-08-23, by aurel