]> git.sesse.net Git - ffmpeg/history - libavcodec
dxa: return meaningful error codes.
[ffmpeg] / libavcodec /
2013-01-26 Anton Khirnovdxa: return meaningful error codes.
2013-01-26 Anton Khirnoveatgq: cosmetics, reformat.
2013-01-26 Anton Khirnoveatgq: return meaningful error codes.
2013-01-26 Anton Khirnoveatgv: cosmetics, reformat
2013-01-26 Anton Khirnoveatgv: return meaningful error codes.
2013-01-26 Anton Khirnovcyuv: return meaningful error codes.
2013-01-26 Anton Khirnovtxd: return meaningful error codes.
2013-01-26 Anton Khirnovdnxhdenc: fix invalid reads in dnxhd_mb_var_thread().
2013-01-26 Diego Biurrunx86: h264qpel: Move stray comment to the right spot...
2013-01-25 Michael Karcheratrac3: use correct loop variable in add_tonal_components()
2013-01-25 Gavriloaie Eugen... libx264: introduce -x264-params private option
2013-01-25 Vittorio Giovarah264: Allow discarding the cropping information from SPS
2013-01-24 Diego Biurrunarm: Add mathops.h to ARCH_HEADERS list
2013-01-24 Janne Grunaux86: h264qpel: add cpu flag checks for init function
2013-01-24 Janne Grunauh264: copy h264qpel dsp context to slice thread copies
2013-01-24 Janne Grunauarm: h264qpel: use neon h264 qpel functions only if...
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
2013-01-23 Martin Storsjöwmv2: Propagate the wmv2 idct permutation type to the...
2013-01-23 Ronald S. Bultjedsputil: remove one array dimension from avg_no_rnd_pix...
2013-01-23 Ronald S. Bultjedsputil: remove 9/10 bits hpel functions.
2013-01-23 Ronald S. Bultjedsputil: remove some never-assigned function pointers...
2013-01-23 Ronald S. Bultjedsputil: remove avg_no_rnd_pixels8.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-23 Ronald S. Bultjevorbisdsp: convert x86 simd functions from inline asm...
2013-01-23 Ronald S. Bultjevp3dsp: don't do aligned reads on input.
2013-01-22 Tim Walkermlp_parser: cosmetics: re-indent.
2013-01-22 Tim Walkermlp: implement support for AVCodecContext.request_chann...
2013-01-22 Tim Walkermlp_parser: account for AVCodecContext.request_channels...
2013-01-22 Tim Walkermlpdec: set the channel layout.
2013-01-22 Tim Walkermlpdec: TrueHD: use Libav channel order.
2013-01-22 Tim Walkermlp: store the channel layout for each substream.
2013-01-22 Diego Biurrunarm: Add some missing header #includes
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2013-01-22 Michael Smithproresdec: support mixed interlaced/non-interlaced...
2013-01-22 Ronald S. Bultjevp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSP...
2013-01-21 Diego Biurrunx86: ac3: Fix HAVE_MMXEXT condition to only refer to...
2013-01-21 Luca BarbatoRevert "fate: Use wmv2 IDCT for wmv2 tests"
2013-01-21 Diego Biurrunget_bits/put_bits: K&R formatting cosmetics
2013-01-21 Daniel Kangdsputilenc: x86: Convert pixel inline asm to yasm
2013-01-21 Brad Smithlibgsm: detect libgsm header path
2013-01-21 Ronald S. Bultjefate: Use wmv2 IDCT for wmv2 tests
2013-01-21 Ronald S. Bultjevorbisdsp: change block_size type from int to intptr_t.
2013-01-21 Ronald S. Bultjelavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under...
2013-01-21 Ronald S. Bultjewmv2: move IDCT to its own DSP context.
2013-01-21 Ronald S. Bultjedsputil: remove butterflies_float_interleave.
2013-01-20 Mathias Rauenac3dec: fix non-optimal dithering of zero bit mantissas
2013-01-20 Diego Biurrunppc: vorbisdsp: Drop some unnecessary #includes
2013-01-20 Martin Storsjöppc: Include string.h for memset
2013-01-20 Janne Grunauvideodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNAL
2013-01-20 Mans Rullgarddsputil: drop non-compliant "fast" qpel mc functions
2013-01-20 Luca Barbatoget_bits: change the failure condition in init_get_bits
2013-01-20 Ronald S. BultjeRemove put_no_rnd_pixels_l2 function pointer for w...
2013-01-20 Ronald S. BultjeMove vorbis_inverse_coupling from dsputil to vorbisdspc...
2013-01-20 Ronald S. Bultjevp3: integrate clear_blocks with idct of previous block.
2013-01-19 Xi Wangmpegvideo: fix loop condition in draw_line()
2013-01-19 Clément Bœschdvdsubdec: parse the size from the extradata
2013-01-18 Diego Biurrunx86: dsputil: Drop some unused macro definitions
2013-01-18 Anton Khirnovh264: avoid pointless copying of ref lists
2013-01-17 Xi Wangrv30: fix masking in rv30_loop_filter()
2013-01-17 Luca Barbatolavc: support ZenoXVID custom tag
2013-01-17 Martin Storsjötheora: Skip zero-sized headers
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2013-01-15 Ronald S. Bultjeh264: add 3 pixels below for subpixel filter wait position
2013-01-15 Joakim Platedvdsubdec: Support palette in mkv
2013-01-15 Diego Biurrunx86: Add PAVGB macro to abstract pavgb/pavgusb instruct...
2013-01-15 Diego Biurrunrv34_parser: Adjust #if for disabling individual parsers
2013-01-15 Luca Barbatolibx264: use the library specific default rc_initial_bu...
2013-01-15 Luca Barbatolavc: set the default rc_initial_buffer_occupancy
2013-01-14 Diego Biurrunx86: ABS2: port to cpuflags
2013-01-14 Rémi Denis-Courmontvdpau: Remove av_unused attribute from function declaration
2013-01-14 Anton Khirnovh264: fix ff_generate_sliding_window_mmcos() prototype.
2013-01-14 Maximilian Seesslenlibtheoraenc: fix granularity of video quality
2013-01-14 Ronald S. Bultjeh264: don't clobber mmco opcode tables for non-first...
2013-01-14 Luca Barbatolibvpx: make vp8 and vp9 selectable
2013-01-14 Luca Barbatolibvpx: support vp9
2013-01-14 Tom Fineganmkv: support vp9 tag
2013-01-14 Diego Biurrunbuild: Remove stray Makefile entry for non-existent...
2013-01-14 Michael Niedermayersvq1enc: Fix assignments in if()
2013-01-14 Michael Niedermayerlavc: Fix assignments in if() when calling ff_af_queue_add
2013-01-14 Michael Niedermayerh264: Fix assignments in if()
2013-01-14 Anton Khirnovtruemotion2: cosmetics, reformat
2013-01-14 Anton Khirnovtruemotion2: return meaningful error codes.
2013-01-14 Anton Khirnovtscc: remove some pointless comments and empty lines.
2013-01-14 Anton Khirnovtscc: return meaningful error codes.
2013-01-14 Anton Khirnovloco: cosmetics, reformat
2013-01-14 Anton Khirnovloco: return meaningful error codes.
2013-01-14 Anton Khirnovflicvideo: return meaningful error codes.
2013-01-14 Anton Khirnovvcr1: remove disabled encoder stub
2013-01-14 Anton Khirnovvcr1: return a meaningful error code.
2013-01-14 Anton Khirnovrpza: return a meaningful error code.
2013-01-14 Anton Khirnovqdrw: cosmetics, reformat
2013-01-14 Anton Khirnovqdrw: return meaningful error codes.
2013-01-14 Anton Khirnovqtrle: return a meaningful error code.
2013-01-14 Anton Khirnovgifdec: return meaningful error codes.
2013-01-14 Anton Khirnovinterplayvideo: remove a static variable.
2013-01-14 Anton Khirnovinterplayvideo: return meaningful error codes.
2013-01-14 Anton Khirnovlcldec: return meaningful error codes.
next