]> git.sesse.net Git - ffmpeg/history - libavcodec
rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts
[ffmpeg] / libavcodec /
2010-07-14 Alex Converseaacenc: psy_3gpp_init(): Fix line_to_frequency for...
2010-07-14 Alex Converseaacenc: aac_psy_init(): Factorize line_to_frequency.
2010-07-14 Alex Converseaacenc: psy_3gpp_init(): Fix ath for the first line...
2010-07-14 Alex Converseaacenc: psy_3gpp_init(): Calculate barks on demand.
2010-07-13 Måns Rullgårdavfft: remove useless parens
2010-07-13 Måns Rullgård100l: really fix fft external API init functions
2010-07-13 Alex Converseaacsbr: Eliminate double precision arithmetic.
2010-07-12 Alex Converseaacdec: Eliminate the use of doubles in the MAIN predictor.
2010-07-12 Alex Converseaacdec: Eliminate the use of doubles in decode_cce().
2010-07-12 Alex Converseaacdec: Use a LUT to generate CCE scale.
2010-07-12 James ZernDo not map video quantizer scale (from 1-51 to 0-63...
2010-07-12 Måns Rullgårdavfft: make init functions return NULL on failure as...
2010-07-12 Diego BiurrunUse correct length modifier for size comparison in...
2010-07-12 Alex ConverseSplit the ADTS header decoder off of the ADTS parser.
2010-07-12 Alex Converseaacdec: Remove the warning about non-meaningful window...
2010-07-12 Christophe GisquetUse math constant instead of hardcoded rounded value...
2010-07-12 Nick BreretonFix side channels when XCh extension is present.
2010-07-12 Nick BreretonMove XCH parameters into context structure.
2010-07-11 David ConradMMX/SSE VC1 loop filter
2010-07-11 David ConradMake ff_pw_4 128 bits
2010-07-11 David Conradvc1: Fix ordering of loop filter for I/B frames
2010-07-11 David Conradvc1: ff_draw_horiz_band needs a one row delay when...
2010-07-11 James ZernSet libvpx encoding profile to libavcodec's profile.
2010-07-11 Justin RugglesAdd AVCodecContext.lpc_type and Add AVCodecContext...
2010-07-11 Kostya ShishkovDo not try to decode less than one frame of data in...
2010-07-11 Reimar Döffinger100l, change avsubtitle_free to the actually tested...
2010-07-11 Reimar DöffingerSet pix_fmt to the correct value for the format the...
2010-07-11 Reimar DöffingerRemove useless casts and memset.
2010-07-11 Reimar DöffingerAdd avsubtitle_free function.
2010-07-11 Pascal Massiminoadd some buffer checks
2010-07-11 Pascal Massiminouse avccontext->frame_size where appropriate
2010-07-11 Peter RossFix trivial punctuation error
2010-07-10 Reimar DöffingerDocument that and why subtitle decoders do not support...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-10 Kostya ShishkovMake WMV3 decoder print more errors when decoding beta...
2010-07-10 Aurelien Jacobsfix VP5/6 neon dependencies
2010-07-10 Martin StorsjöFix a leak in the AAC encoder
2010-07-10 Reimar DöffingerAdd native GSM 06.10 audio decoder.
2010-07-10 Jason Garrett-GlaserChange qmax/qmin limits to 63 instead of 51.
2010-07-09 Víctor PaesaCurrent Cygwin has mkstemp().
2010-07-09 Måns Rullgårdresample: replace VLA with malloc/free
2010-07-09 Måns Rullgårdresample: check memory allocations in av_resample_init()
2010-07-09 Måns Rullgårdlibxvid: add some const fixing a warning
2010-07-09 Måns RullgårdAllow using libxvid RC without enabling encoding wrapper
2010-07-08 Diego BiurrunAdd back previously removed non-existing function param...
2010-07-08 Diego BiurrunImprove variable names in imlt_window_float() and mlt_c...
2010-07-08 Ronald S. BultjeAdd missing doxy for function arguments.
2010-07-08 Ronald S. BultjeFix two doxy warnings.
2010-07-08 Diego BiurrunRestore array sizes in doxygen parameter names.
2010-07-08 Eli FriedmanRemove a useless variable in zmbv decoder.
2010-07-07 Justin Rugglesac3: make the value of codec_id during (E-)AC-3 parsing...
2010-07-07 Alex ConverseCosmetics: whitespace
2010-07-07 Alex Converseaacenc: Enforce LFE bitstream restrictions.
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-07-07 Måns Rullgårdaacdec: remove checks for impossible error conditions
2010-07-07 Måns RullgårdARM: remove unnecessary .previous directive
2010-07-07 Måns RullgårdARM: set section to .text in 'function' macro
2010-07-07 Måns RullgårdARM: hide a .size directive on non-ELF targets
2010-07-07 Reimar Döffingermotion_est: fix implicit truncation warnings
2010-07-07 Michael NiedermayerMove ff_dct_init(context) out of if(one time init)
2010-07-07 Eli FriedmanSilence warning "new qualifiers in middle of multi...
2010-07-06 Vitor SessakMove SSE optimized 32-point DCT to its own file. Should...
2010-07-06 Vitor SessakSSE optimized 32-point DCT
2010-07-06 Måns RullgårdRename av_tempfile() to ff_tempfile()
2010-07-06 Måns RullgårdMove av_tempfile() to libxvidff.c as only the xvid...
2010-07-06 Eli FriedmanAdd av_unused to decode_mb_skip declaration to fix...
2010-07-06 Måns Rullgårdaacenc: replace VLA with fixed size
2010-07-05 Michael NiedermayerPerform sliding window operation during frame gap handling.
2010-07-05 Michael NiedermayerFactorize ff_generate_sliding_window_mmcos() out.
2010-07-05 Nick BreretonDCA: Occasionally a false XCH sync word can turn up...
2010-07-05 Benjamin LarssonDCA: *_bits() -> *_bits_long() where needed, half fix...
2010-07-04 Måns RullgårdFix build with hardcoded tables
2010-07-04 Måns RullgårdPPC: convert Altivec FFT to pure assembler
2010-07-04 Måns RullgårdPPC: gas-preprocessor handles m[ft]spr shorthands
2010-07-04 Måns RullgårdPPC: add some asm support macros
2010-07-03 Ronald S. BultjeSimple H/V loopfilter for VP8 in MMX, MMX2 and SSE2...
2010-07-03 Måns RullgårdPPC: add _interleave versions of fft{4,6,16}_altivec
2010-07-03 Rodney BakerChange all occurences of "inofficial" to "unofficial...
2010-07-03 Baptiste CoudurierGive context to av_log
2010-07-03 Jason Garrett-GlaserSSSE3 versions of vp8 width4 bilinear MC functions
2010-07-02 David ConradVP8: Move calculation of outer filter limit out of...
2010-07-02 Aurelien Jacobsfix comment grammar
2010-07-02 Reimar DöffingerFix use of unintialized variable introduced in r20411.
2010-07-02 Aurelien Jacobssaner default value for convergence_duration
2010-07-02 Aurelien Jacobsclarify convergence_duration documentation
2010-07-02 Måns RullgårdFix memory leak introduced in r23933
2010-07-02 Diego BiurrunRemove stray Doxygen grouping command; fixes one Doxyge...
2010-07-02 Diego BiurrunDisambiguate bitstream groups for AAC and RV30/RV40.
2010-07-02 Diego BiurrunReplace '\0 bytes' by 'NULL bytes' in Doxygen comments.
2010-07-02 Diego BiurrunMove DECODE_BYTES_PAD* macros before Doxygen comments.
2010-07-02 Diego BiurrunRemove angular brackets from Doxygen comments; Doxygen...
2010-07-02 Diego Biurrun@begingroup --> @defgroup, only the latter is correct...
2010-07-02 Diego BiurrunFix doxy of gb parameter in decode_gain_info().
2010-07-02 Diego BiurrunMove #ifdef before zlib_decomp() up so it covers the...
2010-07-02 Diego BiurrunFix doxy of fixed_mean_energy parameter in ff_amr_set_f...
2010-07-02 Diego BiurrunFix the signature of ff_set_min_dist_lsf() to match...
2010-07-02 Diego BiurrunFix Doxygen documentation of gb parameter in ff_wma_get...
2010-07-02 Diego BiurrunFix typo in Doxygen function parameter name.
2010-07-02 Diego BiurrunAvoid one more instance of angular brackets in Doxygen...
next