]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-04-19 Diego Biurrundv: Initialize encoder tables during encoder init.
2012-04-19 Diego Biurrundv: Replace some magic numbers by the appropriate ...
2012-04-19 Justin RugglesFATE: pass the decoded output format and audio source...
2012-04-19 Justin RugglesFATE: specify the input format when decoding in enc_dec...
2012-04-19 Loren Merrittx86inc: support AVX abstraction for 2-operand instructions
2012-04-19 Mans Rullgardconfigure: detect PGI compiler and set suitable flags
2012-04-19 Justin Rugglesavconv: check for an incompatible changing channel...
2012-04-18 Mans Rullgardavio: make AVIOContext.av_class pointer to const
2012-04-18 Mans Rullgardnutdec: add malloc check and fix const to non-const...
2012-04-18 Diego Biurrunppc: drop unused function dct_quantize_altivec()
2012-04-18 Diego Biurrunmpegaudiodec: Do not discard mp_decode_frame() return...
2012-04-18 Mans Rullgardmatroska: do not set invalid default duration if frame...
2012-04-17 Luca Barbatomkv: use av_reduce instead of av_d2q for framerate...
2012-04-17 Luca Barbatomkv: report average framerate as minimal as well
2012-04-17 Alex Converseavcodec_string: Favor AVCodecContext.codec over the...
2012-04-17 Alex Conversecook: Make constants passed to AV_BE2NE32C() unsigned...
2012-04-17 Reimar Döffingeraacenc: Fix issues with huge values of bit_rate.
2012-04-17 Diego Biurrundv_tablegen: Drop unnecessary av_unused attribute from...
2012-04-17 Kostya Shishkovproresenc: multithreaded quantiser search
2012-04-17 Justin Rugglesriff: use bps instead of bits_per_coded_sample in the...
2012-04-17 Justin Rugglesavconv: only set the "channels" option when it exists...
2012-04-16 Luca Barbatoavplay: update get_buffer to be inline with avconv
2012-04-16 Alex Converseaacdec: More robust output configuration.
2012-04-16 Carl Eugen... faac: Fix multi-channel ordering
2012-04-16 Alex Conversefaac: Add .channel_layouts
2012-04-16 Samuel Pitoisetrtmp: Support 'rtmp_playpath', an option which override...
2012-04-16 Samuel Pitoisetrtmp: Support 'rtmp_app', an option which overrides...
2012-04-16 Justin Rugglesavutil: add better documentation for AVSampleFormat
2012-04-16 Mans Rullgardindeo3: add parens around some macro arguments
2012-04-16 Ronald S. Bultjeh264: use proper PROLOGUE statement for a function...
2012-04-16 Diego Biurrundoc: Update sample Vim config with suitable (function...
2012-04-16 Diego Biurrundv: Merge dvquant.h into dvdata.c where all other DV...
2012-04-16 Diego Biurrundv: Move static tables only used in one place to where...
2012-04-16 Anton Khirnovgraphparser: set next to NULL on an entry extracted...
2012-04-15 Anton Khirnovdoc/filters: update documentation.
2012-04-15 Anton Khirnovavconv: flush decoders immediately after an EOF.
2012-04-15 Anton Khirnovavconv: send EOF to vsrc_buffer.
2012-04-15 Anton Khirnovavconv: reindent.
2012-04-15 Anton Khirnovavconv: add support for complex filtergraphs.
2012-04-15 Anton Khirnovavconv: make filtergraphs global.
2012-04-15 Anton Khirnovavconv: move filtered_frame from InputStream to OutputS...
2012-04-15 Anton Khirnovavconv: don't set output width/height directly from...
2012-04-15 Anton Khirnovavconv: move resample_{width,height,pix_fmt} to InputSt...
2012-04-15 Anton Khirnovavconv: remove a useless variable from OutputStream.
2012-04-15 Anton Khirnovavconv: get output pixel format from lavfi.
2012-04-15 Anton Khirnovgraphparser: fix the order in which unlabeled input...
2012-04-15 Anton Khirnovavconv: change {input,output}_{streams,files} into...
2012-04-15 Anton Khirnovavconv: don't pass input/output streams to some functions.
2012-04-15 Diego Biurrundoc: Improve suggested Emacs settings for our coding...
2012-04-15 Derek Buitenhuisutvideo: Remove unused variable 'src_size'
2012-04-15 Dale Curtismov: free memory on header parsing failure
2012-04-15 Dale Curtismov: fix leaking memory with multiple drefs.
2012-04-14 Ronald S. Bultjeswscale: clip before assigning tables in RGB output...
2012-04-14 Ronald S. Bultjeswscale: fix off-by-one in second coefficient in biline...
2012-04-14 Anton Khirnovvsrc_buffer: fix check from 7ae7c41.
2012-04-14 Diego Biurrunlibxvid: Reorder functions to avoid forward declaration...
2012-04-14 Diego Biurrunlibxvid: drop some pointless dead code
2012-04-14 Mashiat Sarker... wmal: vertical alignment cosmetics
2012-04-14 Mashiat Sarker... wmal: Warn about missing bitstream splicing feature...
2012-04-14 Mashiat Sarker... wmal: Skip seekable_frame_in_packet.
2012-04-14 Mashiat Sarker... wmal: Drop unused variable num_possible_block_size.
2012-04-14 Stefano Sabatiniavfiltergraph: make the AVFilterInOut alloc/free API...
2012-04-14 Anton Khirnovgraphparser: allow specifying sws flags in the graph...
2012-04-14 Anton Khirnovgraphparser: fix the order of connecting unlabeled...
2012-04-14 Anton Khirnovgraphparser: add avfilter_graph_parse2().
2012-04-14 Anton Khirnovvsrc_buffer: allow using a NULL buffer to signal EOF.
2012-04-13 Ronald S. Bultjeswscale: handle last pixel if lines have an odd width.
2012-04-13 Mans Rullgardqdm2: fix a dubious pointer cast
2012-04-13 Michael NiedermayerWMAL: Do not try to read rawpcm coefficients if bits...
2012-04-13 Yusuke Nakamuramov: Fix detecting there is no sync sample.
2012-04-13 Alex Conversetiffdec: K&R cosmetics
2012-04-13 Luca Barbatoavf: has_duration does not check the global one
2012-04-13 Ronald S. Bultjedsputil: fix optimized emu_edge function on Win64.
2012-04-13 Diego Biurrunswscale: K&R formatting cosmetics (part II)
2012-04-13 Alex Conversetiffdec: Add a malloc check and refactor another.
2012-04-13 Alex Conversefaxcompr: Check malloc results and unify return path
2012-04-13 Mans Rullgardconfigure: escape colons in values written to config...
2012-04-13 Justin Rugglesac3dsp: call femms/emms at the end of float_to_fixed24...
2012-04-13 Dale Curtismatroska: Fix leaking memory allocated for laces.
2012-04-13 Dale Curtispthread: Fix crash due to fctx->delaying not being...
2012-04-13 Dale Curtisvp3: Assert on invalid filter_limit values.
2012-04-13 Ronald S. Bultjeh264: fix 10bit biweight functions after recent x86inc...
2012-04-13 Alex Converseffv1: Fix size mismatch in encode_line.
2012-04-13 Alex Conversemovenc: Remove a dead initialization
2012-04-12 Diego Biurrungit-howto: Explain how to avoid Windows line endings...
2012-04-12 Diego Biurrunbuild: Move all arch OBJS declarations into arch subdir...
2012-04-12 Diego Biurrunlibxvid: remove disabled code
2012-04-12 Mans Rullgardqdm2: make a table static const
2012-04-12 Mans Rullgardqdm2: simplify bitstream reader setup for some subpacke...
2012-04-12 Mans Rullgardqdm2: use get_bits_left()
2012-04-12 Diego Biurrunbuild: Consistently handle conditional compilation...
2012-04-12 Diego Biurrunavpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics
2012-04-11 Ronald Bultjemsrle: convert MS RLE decoding function to bytestream2.
2012-04-11 Henrik Gramnerx86inc improvements for 64-bit
2012-04-11 Alex Converseavplay: Don't free video filters string until the end...
2012-04-11 Luca Barbatomovenc: small refactor mov_write_packet
2012-04-11 Luca Barbatomovenc: remove redundant check
2012-04-11 Diego Biurruninterplayvideo: fix av_dlog parameter type mismatch
2012-04-10 Diego BiurrunDrop some pointless #ifdefs.
2012-04-10 Christophe... rv40dsp x86: use only one register, for both increment...
next