]> git.sesse.net Git - ffmpeg/history - libavformat
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat /
2011-06-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-24 Can Wuudp: Receive on the remote port number, if no local...
2011-06-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-23 Martin StorsjöUse av_printf_format to check the usage of printf style...
2011-06-23 Diego Biurrunnsvdec: Propagate error values instead of returning...
2011-06-23 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-22 Reimar DöffingerRevert needless API change in 05e84c95.
2011-06-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-21 Carl Eugen Hoyosmov: Support Digital Voodoo SD 8 Bit and DTS codec...
2011-06-21 ami_stuffmov: Support R10g codec identifier.
2011-06-21 Kamil Nowosadriff/img2: Add JPEG 2000 codec IDs.
2011-06-21 ami_stuffriff: Add DAVC fourcc.
2011-06-21 Carl Eugen Hoyosriff: Add M263, XVIX, MMJP, CDV5 fourccs.
2011-06-21 ami_stuffrawvideo: Support auv2 fourcc.
2011-06-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-06-20 Ivan KalvachevFix bink audio playback outside of FFmpeg.
2011-06-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-20 Yusuke Nakamuramov: Fix empty edit detection.
2011-06-19 Michael Niedermayerdump_metadata: Fix 0xd in metadata
2011-06-19 Michael Niedermayeravidec: consider non video to contain only keyframes...
2011-06-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-19 ami_stuffavidec: Ignore unknown stream types
2011-06-18 Ronald S. Bultjelavf: prevent crash in av_open_input_file() if ap ...
2011-06-18 Anton Khirnovlavf: add a forgotten NULL check in convert_format_para...
2011-06-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-17 Carl Eugen HoyosSupport DTS in mp4/mov.
2011-06-17 Michael NiedermayerMerge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'
2011-06-16 Anton KhirnovAdd minor bumps and APIChanges entries for lavf private...
2011-06-16 Anton Khirnovlavf: add avformat_write_header() as a replacement...
2011-06-16 Anton KhirnovDeprecate av_open_input_* and remove their uses.
2011-06-16 Anton Khirnovlavf: add avformat_open_input() as a replacement for...
2011-06-16 Kirill Zorinmmsh: fix 400 bad request
2011-06-16 Diego Biurrunrtpenc_latm: Consistently use "Libav" in license boiler...
2011-06-16 Martin Storsjörtsp: Don't pass string pointer as format string to...
2011-06-16 Kirill Zorinmmsh: fixed printf injection bug in mmsh request
2011-06-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-16 Kirill Zorinmmsh: fixed printf injection bug in mmsh request
2011-06-15 Reimar DöffingerMake buffer size check consistent and avoid a possible...
2011-06-15 Reimar DöffingerFix spelling.
2011-06-15 Luca AbeniFull support for sending H.264 in RTP
2011-06-15 Andrew WasonSupport reading chan atoms with empty channel descriptions.
2011-06-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-14 Aurelien Jacobsmatroskadec: properly decode color space in an endian...
2011-06-13 Aurelien Jacobsmatroskadec: use a temporary fourcc variable
2011-06-13 Aurelien Jacobsmatroskaenc: ensure the written colorspace don't depend...
2011-06-13 Diego Biurrunutils: Drop pointless '#if 1' preprocessor directive.
2011-06-13 Carl Eugen Hoyoswav: remove an invalid free().
2011-06-13 Michael Niedermayerlavf: initialise reference_dts in av_estimate_timings_f...
2011-06-13 Peter Rossimg2: add .dpx to the list of supported file extensions.
2011-06-13 Aurelien Jacobsreplace remaining usage of deprecated av_metadata_set2...
2011-06-13 Aurelien Jacobsmatroskaenc: write colourspace element for rawvideo...
2011-06-13 Aurelien Jacobsnsv: simplify probe function
2011-06-13 Aurelien Jacobsnsv: return error code instead of discarding it in...
2011-06-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-12 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-10 Dave BadiaExtract rotation in MOV metadata
2011-06-10 Diego BiurrunReplace DEBUG_SEEK/DEBUG_SI + av_log combinations by...
2011-06-10 Kieran Kunhyaadts: Adjust frame size mask to follow the specification.
2011-06-10 Stefano Sabatinilavf: bump minor after the addition of fps_probe_size...
2011-06-10 Martin Storsjömovenc: Add RTP muxer/hinter options
2011-06-10 Martin Storsjömovenc: Pass the RTP AVFormatContext to the SDP generation
2011-06-10 Martin Storsjörtspenc: Add RTP muxer options
2011-06-10 Martin Storsjörtspenc: Add an AVClass for setting muxer specific...
2011-06-10 Martin Storsjörtpenc_chain: Pass the rtpflags options through to...
2011-06-10 Martin Storsjörtpenc: Declare the rtp flags private AVOptions in...
2011-06-10 Martin Storsjösdp: Reindent after the previous commit
2011-06-10 Juan Carlos Rodriguezrtpenc: MP4A-LATM payload support
2011-06-10 Martin Storsjösdp: Allow passing an AVFormatContext to the SDP generation
2011-06-10 Yusuke Nakamuramov: Fix wrong timestamp generation for fragmented...
2011-06-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-09 Stefano Sabatinilavf: make compute_pkt_fields2() return meaningful...
2011-06-09 Reimar Döffingermatroskadec: set timestamps for RealAudio packets.
2011-06-09 Alex Conversemovdec: Add support for the 'wfex' atom.
2011-06-09 Alex Converseriff: Fix potential memleak.
2011-06-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-09 Etienne Buiracrypto: Use av_freep instead of av_free
2011-06-08 Michael NiedermayerRevert "crypto: fix potential double free"
2011-06-08 Etienne Buiracrypto: Use av_freep instead of av_free
2011-06-08 Baptiste Coudurieraac: fix adts frame size mask, fix demuxer probing...
2011-06-08 Anton Khirnovlavf: don't try to free private options if priv_data...
2011-06-08 Diego Biurrunoptions: Add missing braces around struct initializer.
2011-06-08 Diego Biurrunmov: Remove leftover crufty debug statement with refere...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-08 Anton KhirnovMove metadata API from lavf to lavu.
2011-06-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-08 Etienne Buiracrypto: fix potential double free
2011-06-07 Diego BiurrunRemove some non-compiling debug messages.
2011-06-07 Diego BiurrunReplace some av_log/printf + #ifdef combinations by...
2011-06-07 Diego BiurrunReplace some nonstandard DEBUG_* preprocessor directive...
2011-06-07 Diego BiurrunReplace some printf instances in debug code by av_log.
2011-06-07 Diego BiurrunDrop unnecessary directory prefixes from #include direc...
2011-06-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-06 Luca Barbatoflvenc: propagate error properly
2011-06-06 Anton Khirnovlavf: deprecate AVFormatParameters.time_base.
2011-06-06 Anton Khirnovimg2: add framerate private option.
2011-06-06 Anton Khirnovimg2: add video_size private option.
next