platform/upstream/libav.git
2010-04-11 Stefano SabatiniMove AVEvalExpr declaration at the beginning of the...
2010-04-11 Michael NiedermayerRaise needed score for codec probing in CODEC_ID_PROBE...
2010-04-10 Bobby BinghamBump libavfilter minor version and Changelog for unshar...
2010-04-10 Jai Menonalacenc : Report supported input sample formats.
2010-04-10 Måns RullgårdARM: NEON optimised synth_filter_float
2010-04-10 Måns RullgårdMake synth_filter a function pointer
2010-04-10 Måns RullgårdDCA: align some arrays
2010-04-09 Alex ConverseAdd M_SQRT2 to the constants in mathematics.h.
2010-04-09 Michael NiedermayerDont try to compute AVPacket duration for possibly...
2010-04-09 Jai Menonffplay : Add 's' to the list of supported commands.
2010-04-08 Tomas HärdinSeeking forward in non-seekable media by discarding...
2010-04-08 Tomas HärdinReusing the probe buffer to rewind the ByteIOContext...
2010-04-08 Alex ConverseReindent read_sbr_extension.
2010-04-08 Alex ConversePrint an error and skip PS when PS is found but explici...
2010-04-08 Alex ConverseAdd support for PS sync extensions.
2010-04-08 Alex ConverseUse get_bits_left() in the sync extension check.
2010-04-08 Alex ConverseFix ext_object_type.
2010-04-07 Benjamin LarssonAdd DynamicACL support for FFserver.
2010-04-07 Joakim PlateDon't write an empty spdif header in spdif muxers write...
2010-04-07 Bobby BinghamAdd unsharp video filter.
2010-04-06 Stefano SabatiniClarify doxy for av_fifo_alloc().
2010-04-06 Craig ThomassonFix segfault when encoder initialization fails.
2010-04-05 Ronald S. BultjeAdd actually correct rXXXXX here.
2010-04-05 Anton KhirnovSimplify writing stream metadata.
2010-04-05 Anton KhirnovDon't overwrite user-supplied metadata with metadata...
2010-04-05 Ronald S. BultjeActually add flag (somehow got lost in my previous...
2010-04-05 Anton KhirnovAdd a flag to not overwrite existing tags
2010-04-05 Martin StorsjöReindent
2010-04-05 Martin StorsjöFix leaks in the AAC RTP depacketizer
2010-04-05 Ronald S. BultjeAdd void to a function prototype that takes no argument...
2010-04-04 Michael NiedermayerFix rounding direction for calculation of AVPacket...
2010-04-04 Martin StorsjöZero-initialize the reply struct
2010-04-04 Diego BiurrunDocument minimum binutils requirements on Unix-like...
2010-04-04 Stefano SabatiniImplement support to the AVSEEK_SIZE operation in file_...
2010-04-04 Stefano SabatiniReindent.
2010-04-04 Stefano SabatiniRename av_encode() to av_transcode(), the new name...
2010-04-04 Michael NiedermayerAllow AVFormatContext.duration to be set if no individu...
2010-04-04 Reinhard TartlerAvoid division by zero
2010-04-03 Bobby BinghamRemove variable whose value was never read. Found...
2010-04-03 Vitor SessakAdd help for (I)RDFT test in fft-test
2010-04-03 Vitor SessakMake code using 1d-DCT consistent with the API change
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-04-03 Martin StorsjöRemove a redundant assignment, found by clang
2010-04-03 Michael KostylevGroup Unix-like platforms together in the platform...
2010-04-03 Diego Biurrunminor spelling fixes
2010-04-02 Carl Eugen... Use AVDISCARD_DEFAULT for 0 where appropriate.
2010-04-02 Ronald S. BultjeFix buffer size; should hold 2 32-bit integers in hex...
2010-04-02 Sam GersteinETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein...
2010-04-02 Alex Converseaacenc: Error when an unsupported profile is requested
2010-04-02 Ronald S. BultjeAnother uninitialized value.
2010-04-02 Ronald S. BultjeFix uninitialized value in codepath.
2010-04-02 Ronald S. BultjeRemove dead initialization.
2010-04-02 Ronald S. BultjeRemove dead initialization.
2010-04-02 Alex Converseaacenc: Don't lowpass the input unless specifically...
2010-04-02 Michael NiedermayerChange default for bidir_refine to 1.
2010-04-02 Michael NiedermayerOptimize bidir_refine a bit.
2010-04-02 Martin StorsjöReplace the last occurrance of CODEC_TYPE_ with AVMEDIA...
2010-04-02 Michael NiedermayerChange bidir refine hash code so we only need to perfor...
2010-04-02 Martin StorsjöChange a case of CODEC_TYPE_ into AVMEDIA_TYPE_
2010-04-02 Michael NiedermayerReduce the size of the bidir refine hashtable from...
2010-04-02 Michael NiedermayerMove comment that belonged to cmp() back to cmp().
2010-04-02 Michael Niedermayerslice dice, inline and outline cmp()
2010-04-02 Michael Niedermayerav_builtin_constant_p()
2010-04-01 Stefano SabatiniImplement cmdutils.c:read_file(), and use it in ffmpeg...
2010-04-01 Josh AllmannMerge Vorbis / Theora depayloaders.
2010-04-01 Josh AllmannReindent after r22766.
2010-04-01 Josh AllmannRename functions / comments from "Theora" to "Xiph...
2010-04-01 Josh AllmannRename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a...
2010-04-01 Robert KrügerAdd -t option to ffplay.
2010-04-01 Michael NiedermayerStore range coder state transition table.
2010-04-01 Reimar DöffingerAllow hardcoding of ulaw and alaw tables.
2010-04-01 Reimar DöffingerChange/simplify the tableprint/tablegen API.
2010-04-01 Reimar DöffingerConvert two "m" constraints to MANGLE to fix compilatio...
2010-04-01 Takashi MochizukiFix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.
2010-04-01 Michael NiedermayerLimit probing to probesize.
2010-04-01 Howard ChuFix flvdec start-of-frame.
2010-04-01 Bobby BinghamCosmetics: indentation
2010-04-01 Bobby BinghamDon't create unnecessary refereces to pictures
2010-04-01 Bobby BinghamHook decoder up to libavfilter's direct rendering for...
2010-04-01 Bobby BinghamAdd function to export EDGE_WIDTH from libavcodec.
2010-03-31 Ronald S. BultjeDocument API addition of avcodec_copy_context().
2010-03-31 Ronald S. BultjeFix FFM-based streaming from ffmpeg to ffserver. The...
2010-03-31 Ronald S. BultjeAdd avcodec_copy_context().
2010-03-31 Stefano SabatiniAdd entry for the addition of av_match_ext() to the...
2010-03-31 Stefano Sabatini Make av_match_ext() declaration public (move its decla...
2010-03-31 Reimar DöffingerReplace some "m" constraints by MANGLE to avoid issues...
2010-03-31 Jai MenonFix a few typos/grammar nits from r22739.
2010-03-31 Carl Eugen... Fix likely typo in r15937.
2010-03-31 Michael NiedermayerAdd AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
2010-03-31 Jean-Daniel... Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-31 Joakim PlateProbe aac codecs for CODEC_ID_PROBE.
2010-03-31 Anton KhirnovRemove superfluous space from a conversion table.
2010-03-31 Alexander StrangeH264: Copy h264dsp when creating new slice threads
2010-03-31 Michael NiedermayerBetter documentation of -vsync
2010-03-30 Stefano SabatiniIssue a more general message when the function which...
2010-03-30 Stefano SabatiniUpdate APIchanges after the enum CodecType -> enum...
2010-03-30 Stefano SabatiniMove AVMediaType from libavcodec to libavutil.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Carl Eugen... Add spectral extension to the E-AC-3 decoder.
2010-03-30 Michael NiedermayerFix implicit weight for b frames in mbaff.
next