platform/upstream/libav.git
2010-04-22 Baptiste CoudurierDisable LATM AAC in mpegts, this is not supported and...
2010-04-22 Michael NiedermayerColoring the log with ANSI.
2010-04-22 Jai MenonFix off-by-1 error in the tag parsing code.
2010-04-22 Michael NiedermayerSet .supported_samplerates for mpeg audio encoders.
2010-04-22 Michael NiedermayerMake sure ffmpeg chooses a supported samplerte if the...
2010-04-22 Tomas HärdinMade FLIC demuxer capable of handling the videos from...
2010-04-22 Christian SchmidtSupport VP6F in Matroska.
2010-04-22 Cyril RussoFix compilation error of ffmpeg and ffplay with --disab...
2010-04-21 Stefano SabatiniDo not initialize res in url_fseek(), in the case ...
2010-04-21 Ronald S. BultjeWMAVoice postfilter.
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-21 Jai MenonFix typo.
2010-04-21 Ronald S. BultjeImplement QCELP postfilter.
2010-04-21 Ronald S. BultjeMake the Sipr16k postfilter function write data into...
2010-04-21 Ronald S. BultjeSplit input/output data arguments to ff_acelp_apply_ord...
2010-04-21 Ronald S. BultjeSplit the input/output data arguments to ff_adaptive_ga...
2010-04-21 David Conradtheora: coeff huffman codes are allowed to be up to...
2010-04-21 Vitor Sessak10l: do not try to unpack DTX frames in AMR-NB decoder
2010-04-21 Vitor SessakFix MTV decoding on big-endian systems
2010-04-21 David Conradmov: Read QuickTime chapters
2010-04-21 David Conradmovenc: Write nero chapters
2010-04-20 Baptiste Coudurierseems aac gets screwed up by the parser so disable it
2010-04-20 Baptiste Coudurierparse stream headers for audio streams in mkv, needed...
2010-04-20 Sebastian VaterReindent / reformat some code with broken indenting.
2010-04-20 Robert KrügerAllow setting the environment variable FFMPEG_DATADIR...
2010-04-20 Sebastian VaterChange a %2 to &1. Patch by Sebastian Vater <cdgs DOT...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-20 Diego BiurrunAdd missing internal.h #include for brktimegm(), fixes...
2010-04-20 Diego Biurruncosmetics: Switch Doxygen comments to JavaDoc style.
2010-04-20 Martin StorsjöReset RTCP timestamps after seeking, add range start...
2010-04-20 Martin StorsjöRevert svn rev 21857, readd first_rtcp_ntp_time in...
2010-04-20 Baptiste CoudurierSet AVFMT_NOTIMESTAMPS flag for mp3 muxer
2010-04-19 Jason Garrett... vertical align in libx264.c
2010-04-19 Måns RullgårdRevert "Fix libx264 configure check to use pkg-config...
2010-04-19 Jason Garrett... Fix libx264 configure check to use pkg-config if available.
2010-04-19 Vitor SessakMakefile: make fate target depend on compiling ffmpeg
2010-04-19 Måns Rullgårdconfigure: simplify $COMPONENT_LIST handling
2010-04-19 Måns Rullgårdconfigure: simplify vaapi dependencies
2010-04-19 Måns Rullgårdconfigure: simplify vdpau dependencies
2010-04-19 Måns RullgårdFATE: update nsv-demux checksums
2010-04-19 Luca BarbatoMake ffserver support rfc3550
2010-04-19 Luca BarbatoMake rtp protocol obey rfc3550
2010-04-18 Stefano SabatiniFix leak in avfilter_graph_add_filter().
2010-04-18 Howard ChuImplement librtmp seek support.
2010-04-18 Stefano SabatiniPrefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.
2010-04-18 Stefano SabatiniMake url_fsize() return AVERROR(ENOSYS) rather than...
2010-04-18 Stefano SabatiniMake url_seek() return AVERROR(ENOSYS) rather than...
2010-04-17 Michael KaufmannAdd const to some pointer parameters.
2010-04-17 David Conradvp3: Use avctx pointer directly
2010-04-17 David Conradvp3: Read fps and aspect ratio in the decoder
2010-04-17 David Conradvp3: Don't crop if there's a left/top offset, it's...
2010-04-17 David Conradvp3: DC-only IDCT
2010-04-16 Baptiste CoudurierTake ticks per frame into account when warning about...
2010-04-16 Martin StorsjöParse strf mov atoms
2010-04-16 David Conradvp3: More buffer length checks
2010-04-16 David Conradvp3: Remove internal debug statement
2010-04-16 David Conradoggdec: Move warning about missing granule to the corre...
2010-04-16 David Conradoggdec: Fix duration calculation if the last page in...
2010-04-16 David Conradoggdec: Remove write-only variable
2010-04-16 Ramiro PollaAVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
2010-04-15 Ronald S. BultjeFix compile error on mingw where ETIMEDOUT is missing...
2010-04-15 Ronald S. BultjeRemove useless assert(), since this can (in theora...
2010-04-15 Gwenole BeauchesneH.264: cosmetics (vertical align).
2010-04-15 Gwenole BeauchesneH.264: move avctx->{profile,level} init before AVCodecC...
2010-04-15 Gwenole BeauchesneH.264: move avctx->refs init before AVCodecContext...
2010-04-14 Andreas Ömanpngdec: Add support for PIX_FMT_Y400A
2010-04-14 Andreas ÖmanAdd PIX_FMT_Y400A, 8bit gray, 8bit alpha
2010-04-13 Robert KrügerFix computation of the display aspect ratio.
2010-04-13 Stefano SabatiniFactorize code in get_bit_rate().
2010-04-13 Stefano SabatiniMake avfilter_graph_add_filter() returns AVERROR(ENOMEM...
2010-04-13 Diego BiurrunAdd rectangle.h #include for fill_rectangle().
2010-04-13 Diego BiurrunMove static function fill_filter_caches() from h264...
2010-04-13 Howard ChuPlug librtmp logging into av_log.
2010-04-13 Diego Biurrunwhitespace cosmetics
2010-04-13 Måns RullgårdFATE: update vqf-demux checksum
2010-04-13 Måns RullgårdDCA: indent
2010-04-13 Måns RullgårdDCA: optimise dca_subsubframe()
2010-04-13 Jean-Daniel... Do not probe when the format is known.
2010-04-13 Gwenole Beauchesne[VA-API] Fix long-term reference frames addition to...
2010-04-13 Vitor SessakUse a suitable timebase in VQF demuxer
2010-04-13 Måns Rullgård10l: fix build on non-NEON ARM
2010-04-12 Stefano SabatiniChange ff_raw_pixelFormatTags RGB entries (RGB555,...
2010-04-12 Stefano SabatiniFix grammar: a expression -> an expression.
2010-04-12 Stefano SabatiniRemove stray empty line.
2010-04-12 Måns RullgårdDCA: ARM/NEON optimised lfe_fir
2010-04-12 Måns RullgårdDCA: 16-byte-align lfe_fir tables
2010-04-12 Måns RullgårdDCA: break out lfe_interpolation_fir() inner loops...
2010-04-12 Stefano SabatiniFix constness for func[12] parameters in ff_parse_expr...
2010-04-12 Stefano SabatiniChange constness for func[12]_name parameters of ff_par...
2010-04-12 Stefano SabatiniRename ff_parse() to ff_parse_expr().
2010-04-12 Stefano SabatiniRemove unnecessary header inclusion directives.
2010-04-12 Michael KaufmannExtradata length checks for Huffyuv.
2010-04-12 Måns RullgårdDCA: use FASTDIV in decode_blockcode()
2010-04-12 Michael KostylevAdd DOS section to the platform documentation.
2010-04-12 Howard ChuDo not set pos to an error value.
2010-04-12 Måns RullgårdARM: fix NEON synth_filter_float with hardfp calls
2010-04-12 Jai MenonRemove useless header inclusion.
2010-04-12 Diego BiurrunFix extra object path in Solaris section.
2010-04-12 Måns RullgårdDCA: simplify lfe_interpolation_fir()
next