]> git.sesse.net Git - ffmpeg/history - libavcodec
http: Pass the proper return code of net IO operations
[ffmpeg] / libavcodec /
2012-05-30 Ronald S. Bultjevp8: move block coeff arithcoder on stack.
2012-05-30 Christian Schmidtpcm-mpeg: improve log message wording
2012-05-29 Hendrik Leppkespcm_mpeg: fix number of consumed bytes to include the...
2012-05-29 Vitor Sessakx86: use new schema for ASM macros
2012-05-25 Kostya Shishkovimc: some cosmetics
2012-05-23 Michael Niedermayertqi: Pass errors from the MB decoder
2012-05-22 Justin Rugglesx86: lavc: use %if HAVE_AVX guards around AVX functions...
2012-05-22 Diego Biurrundwt: return errors from ff_slice_buffer_init()
2012-05-22 Jordi Ortizdwt: check malloc calls
2012-05-22 Diego Biurrunppc: Drop unused header regs.h
2012-05-21 Kieran KunhyaConvert vector_fmul range of functions to YASM and...
2012-05-21 Jordi Ortizdwt: K&R prettyprinting cosmetics
2012-05-20 Diego Biurrunindeo: Make ivi_calc_band_checksum() static, it is...
2012-05-20 Diego Biurrunindeo: Drop unused debug function ivi_check_band().
2012-05-20 Diego Biurrunavcodec/utils: cast a function argument to shut up...
2012-05-20 Diego Biurruntruemotion1: remove disabled code
2012-05-20 Kostya Shishkovfix typo in comment
2012-05-20 Kostya Shishkovindeo: check for invalid motion vectors
2012-05-20 Kostya Shishkovindeo: check that band output buffer exists
2012-05-20 Kostya Shishkovindeo: clear allocated band buffers
2012-05-20 Kostya Shishkovindeo: track tile macroblock size
2012-05-20 Kostya Shishkovindeo: check custom Huffman tables for errors
2012-05-20 Kostya Shishkovfactor out common decoding code for Indeo 4 and Indeo 5
2012-05-20 Kostya Shishkovmp3: fix start band index for block type 2 in 8kHz...
2012-05-17 Mans Rullgardpcmenc: set correct bitrate value
2012-05-15 Michael Kostylevx86: rv40: Mark rv40_weight functions as MMX2; they...
2012-05-15 Justin Rugglesac3dsp: simplify x86 versions of ac3_max_msb_abs_int16
2012-05-15 Aneesh Dogratta: Fix comment about channel number; TTA supports...
2012-05-15 Kostya Shishkovindeo3: validate new frame size before resetting decoder
2012-05-15 Kostya Shishkovindeo3: when freeing buffers, set pointers referencing...
2012-05-15 Kostya Shishkovindeo3: initialise pixel planes on allocation
2012-05-15 Kostya Shishkovindeo3: ensure that decoded cell data is in 7-bit range...
2012-05-14 Anton Khirnovlibmp3lame: set supported channel layouts.
2012-05-14 Diego Biurrunvcr1: Add vcr1_ prefixes to all static functions with...
2012-05-14 Diego Biurrunvcr1: Fix return type of common_init to match the funct...
2012-05-14 Diego Biurrunvcr1enc: Replace obsolete get_bit_count by put_bits_cou...
2012-05-14 Diego Biurrunmotion-test: remove disabled code
2012-05-14 Vitor Sessakx86: use more standard construct for setting ASM functi...
2012-05-12 Michael Kostylevx86: vc1: drop MMX loop filter implementation, which...
2012-05-10 Mans Rullgardarm/neon: dsputil: use correct size specifiers on vld1...
2012-05-10 Mans Rullgardarm: dsputil: prettify some conditional instructions...
2012-05-10 Mans Rullgardvqavideo: change x/y loop counters to the usual pattern
2012-05-10 Christophe Gisquetrv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations...
2012-05-10 Christophe Gisquetape: Use unsigned integer maths
2012-05-10 Mans Rullgardarm: dsputil: fix overreads in put/avg_pixels functions
2012-05-10 Diego Biurrunh264: K&R formatting cosmetics for header files (part...
2012-05-10 Diego Biurrunh264: K&R formatting cosmetics for header files (part...
2012-05-09 Diego Biurrunvcr1enc: drop pointless empty encode_init() wrapper...
2012-05-09 Diego Biurrunvcr1: drop pointless write-only AVCodecContext member...
2012-05-09 Diego Biurrunvcr1: group encoder code together to save #ifdefs
2012-05-09 Diego Biurrunvcr1: cosmetics: K&R prettyprinting, typos, parentheses...
2012-05-09 Diego Biurrunlibxvid: Give more suitable names to libxvid-related...
2012-05-09 Diego Biurrunlibxvid: Separate libxvid encoder from libxvid rate...
2012-05-09 Diego Biurrunjpeglsdec: Remove write-only variable in ff_jpegls_deco...
2012-05-09 Anton Khirnovlavc: check that extended_data is properly set in avcod...
2012-05-09 Anton Khirnovlavc: pad last audio frame with silence when needed.
2012-05-08 Jordi Ortizlibschroedingerdec: Change AVPicture to AVFrame and...
2012-05-08 Alex Converseoptions_table: Add some missing #includes to fix "make...
2012-05-08 Kostya Shishkovlagarith: add YUY2 decoding support
2012-05-08 Carl Eugen HoyosSupport decoding unaligned rgb24 lagarith.
2012-05-07 Diego Biurrundv: Split profile handling code into a separate file.
2012-05-07 Ronald S. Bultjeqdm2: clip array indices returned by qdm2_get_vlc().
2012-05-07 Justin Rugglesavcodec: do not needlessly set packet size to 0 in...
2012-05-07 Justin Rugglesavcodec: for audio encoding, reset output packet when...
2012-05-07 Justin Rugglesavcodec: refactor avcodec_encode_audio2() to merge...
2012-05-07 Justin Rugglesavcodec: remove fallbacks for AVCodec.encode() in avcod...
2012-05-07 Diego Biurrunlibschroedinger: Switch to function names more in line...
2012-05-07 Diego BiurrunMove code shared between libdirac and libschroedinger...
2012-05-07 Diego Biurrunh264: Remove a commented-out function pointer typedef.
2012-05-07 Diego Biurruntxd: Remove write-only variable in txd_decode_frame().
2012-05-07 Diego Biurrunmmvideo.c: Remove unused variable in mm_decode_pal().
2012-05-07 Diego Biurrunbuild: cosmetics: Add missing end-of-line backslashes...
2012-05-07 Diego Biurrunbuild: cosmetics: Split HEADERS/OBJS/PROGS lists into...
2012-05-07 Diego Biurrunlibschroedinger: Move a function to avoid a forward...
2012-05-07 Sean McGovernpthread: warn on high thread counts
2012-05-07 Anton Khirnovlavc: add sample rate and channel layout to AVFrame.
2012-05-06 Paul B Maholzerocodec: check if the previous frame is missing
2012-05-06 Kostya Shishkovdfa: use more meaningful return codes
2012-05-06 Michael Niedermayereatgv: check vector_bits
2012-05-06 Kostya Shishkoveatgv: check motion vectors
2012-05-06 Diego BiurrunMark a number of variables only used in av_dlog() calls...
2012-05-06 Diego Biurrundvdec: drop const qualifier from variable to eliminate...
2012-05-06 Robert Nagyavcodec: Improve comment for thread_safe_callbacks...
2012-05-06 Kostya Shishkovlagarith: make offset array type unsigned
2012-05-06 Kostya Shishkovdfa: add some checks to ensure that decoder won't write...
2012-05-05 Mans Rullgardaacps: NEON optimisations
2012-05-05 Mans Rullgardaacps: align some arrays
2012-05-05 Mans Rullgardaacps: move some loops to function pointers
2012-05-05 Jakub StachowskiWMAL: Shift output samples by the specified number...
2012-05-05 Mashiat Sarker Sha... WMAL: Restore removed code in mclms_predict()
2012-05-04 Ronald S. Bultjepng: check bit depth for PAL8/Y400A pixel formats.
2012-05-04 Alex Conversecelp filters: Do not read earlier than the start of...
2012-05-03 Mans Rullgardvqavideo: return error if image size is not a multiple...
2012-05-03 Hendrik Leppkesmpeg12: fixed parsing in some mpeg2 streams
2012-05-03 Hendrik LeppkesAdd SMPTE240M transfer characteristics flag.
2012-05-02 Alex Conversemotionpixels: Clip YUV values after applying a gradient.
2012-05-02 Ronald S. Bultjejpeg: handle progressive in second field of interlaced.
2012-05-02 Michael Niedermayerituh263dec: Implement enough of Annex O (scalability...
2012-05-02 Ronald S. Bultjeh263: more strictly forbid frame size changes with...
2012-05-02 Ronald S. Bultjeh264: additional protection against unsupported size...
next