]> git.sesse.net Git - ffmpeg/history - libavcodec
ppc: More consistent names for H.264 optimizations files
[ffmpeg] / libavcodec /
2013-04-30 Diego Biurrunppc: More consistent names for H.264 optimizations...
2013-04-30 Diego Biurrunmpegaudiosp: More consistent names for ppc/x86 optimiza...
2013-04-30 Anton Khirnovlavc: clear AVBuffers on decoded frames if refcounted_f...
2013-04-30 Anton Khirnovindeo3: use put_pixels instead of put_no_rnd_pixels...
2013-04-30 Anton Khirnovindeo3: fix off by one in MV validity check
2013-04-29 Diego Biurrunx86: dsputil: Remove a set of pointless #ifs around...
2013-04-29 Diego Biurrunx86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mm...
2013-04-29 Diego Biurrunx86: hpeldsp: Remove unused macro definitions
2013-04-27 Luca Barbatoaac: check the maximum number of channels
2013-04-27 Diego Biurrunh264_refs: Do not print check_opcodes() return value
2013-04-26 Diego Biurrunx86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exp...
2013-04-25 Martin Storsjöx86: Rename dsputil_rnd_template.c to rnd_template.c
2013-04-23 Martin Storsjöx86: Get rid of duplication between *_rnd_template.c
2013-04-23 Hendrik Leppkesmpegvideo: unref cur/next/prev frames when flushing
2013-04-23 Martin Storsjöx86: Factorize duplicated inline assembly snippets
2013-04-23 Nicolas Bertrandjpeg2000: Add mutlti-threading support to decoder
2013-04-22 Diego Biurrunx86: Move some conditional code around to avoid unused...
2013-04-22 Janne Grunaujpeg2kdec: output is native endian AV_PIX_FMT_XYZ12
2013-04-22 Janne Grunauthreads: always call thread_finish_setup for intra...
2013-04-22 Diego Biurrunavcodec: Bump minor for JPEG 2000 decoder
2013-04-22 Nicolas BertrandJPEG 2000 decoder for DCinema
2013-04-22 Diego Biurrunsh4: Remove dubious aligned dsputil code
2013-04-22 Diego Biurrunx86: cavs: Refactor duplicate dspfunc macro
2013-04-22 Diego Biurrunh264: Drop unused variable
2013-04-22 Diego Biurrunx86: cavs: Put mmx-specific code into its own init...
2013-04-22 Diego Biurrunx86: Remove some duplicate function declarations
2013-04-20 Martin Storsjöppc: hpeldsp: Include attributes.h
2013-04-19 Martin Storsjöx86: Remove unused inline asm instruction defines
2013-04-19 Martin Storsjövc1: Remove now unused variables
2013-04-19 Martin Storsjöcosmetics: bfin: Fix indentation in the dsputil init...
2013-04-19 Ronald S. Bultjedsputil: Remove non-8bpp draw_edge
2013-04-19 Ronald S. Bultjedsputil: Merge 9-10 bpp functions for get_pixels and...
2013-04-19 Ronald S. Bultjedsputil: Remove unused 32-bit functions
2013-04-19 Ronald S. Bultjedsputil: Remove dct_bits
2013-04-19 Ronald S. Bultjedsputil: Remove hpel functions (moved to hpeldsp)
2013-04-19 Ronald S. Bultjealpha: hpeldsp: Move half-pel assembly from dsputil...
2013-04-19 Ronald S. Bultjesparc: hpeldsp: Move vis half-pel assembly from dsputil...
2013-04-19 Michael Niedermayersh4: hpeldsp: Move half-pel assembly from dsputil to...
2013-04-19 Ronald S. Bultjebfin: hpeldsp: Move half-pel assembly from dsputil...
2013-04-19 Ronald S. Bultjearm: hpeldsp: Move half-pel assembly from dsputil to...
2013-04-19 Ronald S. Bultjeppc: hpeldsp: Move half-pel assembly from dsputil to...
2013-04-19 Ronald S. Bultjex86: hpeldsp: Move half-pel assembly from dsputil to...
2013-04-19 Ronald S. Bultjemjpeg: Use hpeldsp instead of dsputil for half-pel...
2013-04-19 Ronald S. Bultjesvq1enc: Use hpeldsp instead of dsputil for half-pel...
2013-04-19 Ronald S. Bultjesvq3: Use hpeldsp instead of dsputil for half-pel functions
2013-04-19 Ronald S. Bultjempegvideo: Use hpeldsp instead of dsputil for half...
2013-04-19 Ronald S. Bultjesvq1: Use hpeldsp instead of dsputil for half-pel functions
2013-04-19 Ronald S. Bultjemimic: Use hpeldsp instead of dsputil for half-pel...
2013-04-19 Ronald S. Bultjeinterplayvideo: Use hpeldsp instead of dsputil for...
2013-04-19 Ronald S. Bultjebink: Use hpeldsp instead of dsputil for half-pel functions
2013-04-19 Ronald S. Bultjeindeo3: Use hpeldsp instead of dsputil for half-pel...
2013-04-19 Ronald S. Bultjevp56: Use hpeldsp instead of dsputil for half-pel functions
2013-04-19 Ronald S. Bultjevp3: Use hpeldsp instead of dsputil for half-pel functions
2013-04-19 Ronald S. Bultjehpeldsp: Add half-pel functions (currently copies of...
2013-04-19 Anton Khirnovh264: fully support cropping.
2013-04-19 Anton Khirnovff_get_buffer(): allocate the frame for max(coded,displ...
2013-04-17 Anton Khirnovindeo3: check motion vectors.
2013-04-17 Anton Khirnovindeo3: fix data size check
2013-04-17 Anton Khirnovindeo3: switch parsing the header to bytestream2
2013-04-17 Anton Khirnovrv10: check that extradata is large enough
2013-04-17 Anton Khirnovrv10: return meaningful error codes.
2013-04-17 Anton Khirnovrv10: cosmetics, reformat
2013-04-17 Anton Khirnovqdm2: check that the FFT size is a power of 2
2013-04-17 Anton Khirnovsvq1dec: clip motion vectors to the frame size.
2013-04-17 Anton Khirnovsvq1dec: check that the reference frame has the same...
2013-04-15 Ronald S. Bultjevp3: Use full transpose for all IDCTs
2013-04-15 Martin Storsjövp3: bfin: Transpose the IDCTs
2013-04-15 Ronald S. Bultjex86: Move constants to the only place where they are...
2013-04-15 Martin Storsjöbfin: Match DEFUN_END macros to the right functions
2013-04-12 Diego Biurrunx86: dsputil: Move some ifdefs to avoid unused variable...
2013-04-12 Diego Biurrunx86: dsputil: cosmetics: Remove two pointless variable...
2013-04-12 Diego Biurrunx86: dsputil: Refactor some ff_{avg|put}_pixels functio...
2013-04-12 Diego Biurrunx86: dsputil: ff_h263_*_loop_filter declarations to...
2013-04-12 Diego Biurrunx86: h264qpel: int --> ptrdiff_t for some line_size...
2013-04-11 Diego BiurrunMove misplaced file author information where it belongs
2013-04-10 Anton Khirnovlavc: don't overwrite display dimensions with coded...
2013-04-10 Anton Khirnovlavc: extend / update the [coded_]{width,height} doxy
2013-04-10 Diego Biurrunh261: Move encoder/decoder shared table init to common...
2013-04-10 Diego Biurrunh261: Move shared data tables from a header to a proper...
2013-04-10 Ronald S. Bultjedsputil: Make dsputil selectable
2013-04-10 Ronald S. Bultjeh264: Only initialize dsputil if error resilience is...
2013-04-10 Ronald S. Bultjeh264: Integrate clear_blocks calls with IDCT
2013-04-10 Martin Storsjöh264: Clear the mb members via memset instead of using...
2013-04-10 Ronald S. Bultjedsputil: Make square put/avg_pixels functions local...
2013-04-09 Kostya Shishkovdfa: implement missing TDLT coding method
2013-04-08 Martin Storsjöh264pred: Add a few missing const declarations for...
2013-04-08 Ronald S. Bultjelavc: Move ff_cropTbl and ff_zigzag_direct from dsputil...
2013-04-08 Martin Storsjölavc: Make pointers to ff_cropTbl const
2013-04-08 Ronald S. Bultjevp3: Embed idct_permutation array directly in VP3Decode...
2013-04-08 Ronald S. Bultjex86: qpel: Move fullpel and l2 functions to a separate...
2013-04-08 Martin Storsjöbfin: Make vp3 functions static
2013-04-08 Martin Storsjöbfin: Don't use the vp3 idct functions if bitexact...
2013-04-05 Christophe Gisquetx86: sbrdsp: Implement SSE neg_odd_64
2013-04-05 Diego Biurrunh261: Move mvmap table to the only place it is used
2013-04-05 Diego Biurrunh261: cosmetics: Move functions to avoid forward declar...
2013-04-05 Diego Biurrunh261: K&R formatting and prettyprinting cosmetics
2013-04-05 Diego Biurrunh261: Move function declarations to h261.h
2013-04-05 Diego Biurrunh261: Remove H.261 loop filter from dsputil
2013-04-05 Diego Biurrunh261: Move ff_h261_rl_table_store declaration to header...
2013-04-04 Nicolas Bertrandlibopenjpeg: Add support for XYZ colorspace, found...
next