log

age author description
2010-06-26 mru alsdec: convert VLAs to fixed size libavcodec
2010-06-26 mru pcx: convert VLAs to malloc/free libavcodec
2010-06-26 mru lsp: convert variable-length arrays to fixed size libavcodec
2010-06-26 mru svq1dec: replace VLA with malloc/free libavcodec
2010-06-25 mru huffyuv: remove unnecessary size argument from generate_len_table() libavcodec
2010-06-25 mru Make vp8 select h264dsp and use this to pull in mmx intrapred libavcodec
2010-06-25 cehoyos Fix compilation without --enable-gpl. libavcodec
2010-06-25 darkshikari Really fix r23782 libavcodec
2010-06-25 mru elbg: remove VLAs libavcodec
2010-06-25 darkshikari Fix c99ism in r23782 libavcodec
2010-06-25 cehoyos Cosmetics: Fix indentation. libavcodec
2010-06-25 mru huffyuv: make VLAs fixed size libavcodec
2010-06-25 darkshikari 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 libavcodec
2010-06-25 darkshikari Make VP8 DSP functions take two strides libavcodec
2010-06-25 mru twinvq: remove VLAs libavcodec
2010-06-25 mru rv34: kill VLAs libavcodec
2010-06-25 darkshikari fix typo in vp8 decoder error message libavcodec
2010-06-24 mru tta: replace potentially huge VLAs with malloc/free in context libavcodec
2010-06-24 benoit Set an opaque alpha value when decoding rgba ffv1. libavcodec
2010-06-24 mru Remove VLA in ff_kbd_window_init, limit window size to 1024 libavcodec
2010-06-24 mru vp6: convert VLA to fixed size libavcodec
2010-06-24 vitor Fix compilation on x64. libavcodec
2010-06-24 vitor Fix asm constraints in apply_window() libavcodec
2010-06-24 mru alac: change VLAs to fixed size libavcodec
2010-06-24 vitor SSE-optimized MP3 floating point windowing functions libavcodec
2010-06-23 mru snow: remove unused parameter to mc_block() libavcodec
2010-06-23 stefang avoid conditional and division in chroma MV calculation libavcodec
2010-06-23 mru flacenc: convert VLA to fixed size libavcodec
2010-06-23 vitor Move float-specific function to mpegaudiodec_float.c libavcodec
2010-06-23 vitor Remove pointless condition in #if libavcodec
2010-06-23 alexc Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section. libavcodec
2010-06-23 alexc aactab: Tablegenify ff_aac_pow2sf_tab. libavcodec
2010-06-23 darkshikari Update x264asm header files to latest versions. libavcodec
2010-06-23 rbultje Fix a typo, spotted by Diego. libavcodec
2010-06-23 diego Add required #includes to pass 'make checkheaders'. libavcodec
2010-06-23 mru Remove OS/2 threads support libavcodec
2010-06-22 mru Remove beosthreads support libavcodec
2010-06-22 mru Improve some uses of ff_cropTbl with constant offset libavcodec
2010-06-22 cehoyos Use right-shift instead of division by two. libavcodec
2010-06-22 rbultje Reindent after r23721. libavcodec
2010-06-22 rbultje Rename PACK4x8() to PACK4UINT8(). libavcodec
2010-06-22 alexc Move Parametric Stereo related ps* files to aacps*. libavcodec
2010-06-22 rbultje Native VP8 decoder. libavcodec
2010-06-22 rbultje Change a / 256 into a >> 8. libavcodec
2010-06-22 rbultje Reindent after r23716. libavcodec
2010-06-22 rbultje Add intra prediction functions for VP8. libavcodec
2010-06-22 rbultje Add a macro to pack 4 bytes into native byte-order so they can be written libavcodec
2010-06-22 rbultje Make "topright" argument to pred4x4() const. libavcodec
2010-06-22 alexc Cosmetics whitespace. libavcodec
2010-06-22 pross IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gmail dot com> libavcodec
2010-06-22 mstorsjo Bump micro version, add changelog entry for DTS-ES extension decoding support libavcodec
2010-06-22 mstorsjo Support DTS-ES extension (XCh) in dca: Cosmetic cleanup libavcodec
2010-06-22 mstorsjo Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extension libavcodec
2010-06-22 mstorsjo Support DTS-ES extension (XCh) in dca: update and add channel mapping tables for DTS-ES mappings libavcodec
2010-06-22 mstorsjo Support DTS-ES extension (XCh) in dca: move original code around to allow reused by DTS-ES code libavcodec
2010-06-22 mstorsjo Support DTS-ES extension (XCh) in dca: move subband_samples into context structure libavcodec
2010-06-22 mstorsjo libvorbis: Only drop 1-byte packets at end of stream libavcodec
2010-06-21 reimar mathematics.h no longer needs config.h, so update tablegen code and libavcodec
2010-06-21 alexc aacdec: cosmetics: (more) whitespace libavcodec
2010-06-21 alexc aacdec: cosmetics: whitespace libavcodec
2010-06-21 alexc aacdec: Factorize if (elem_type < TYPE_DSE). libavcodec
2010-06-21 alexc aacdec: Handle the first frame being empty case. libavcodec
2010-06-20 alexc aacsbr: Make dk signed. There is no point in it being unsigned. libavcodec
2010-06-20 alexc psdec: IPD/OPD reset is no longer needed by the context initializer. libavcodec
2010-06-20 alexc psdec: Simplify filter addressing by incrementing the "in" pointer. libavcodec
2010-06-20 cehoyos Fix typo in macro name. libavcodec
2010-06-20 alexc psdec: Replace a division with a shift. libavcodec
2010-06-20 alexc Rename PS bitstream reading functions to have a read_ prefix. libavcodec
2010-06-20 alexc Cosmetics: whitespace. libavcodec
2010-06-20 alexc Use memcpy() where appropriate in PS stereo processing remapping. libavcodec
2010-06-20 alexc Allow PS envelope fixup when ps->num_env_old <= 1. libavcodec
2010-06-20 alexc 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1. libavcodec
2010-06-20 alexc Document the PS_BASELINE define. libavcodec
2010-06-20 alexc Remove iid_mode from the PS context. libavcodec
2010-06-20 vitor Fix breakage in compilation with --disable-mpegaudio-hp introduced in libavcodec
2010-06-20 mru Remove libfaad wrapper libavcodec
2010-06-19 alexc psdec: Factorize iid/icc/ipd/opd parameter bitstream reading. libavcodec
2010-06-19 alexc Add HE-AAC v2 support to the AAC decoder. libavcodec
2010-06-19 vitor Factorize the mpegaudio windowing code in a function and call it by a libavcodec
2010-06-18 fenrir MPEG-2 DXVA2 implementation libavcodec
2010-06-16 mstorsjo libvorbis: Use memmove instead of memcpy for shifting data libavcodec
2010-06-16 janne dvbsub: parse display definition segment libavcodec
2010-06-15 bcoudurier Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263 libavcodec
2010-06-15 bcoudurier Support gray16be and rgb48be in mov libavcodec
2010-06-14 mstorsjo nellymoserdec: Increase the log level of messages when failing to decode data libavcodec
2010-06-14 mstorsjo Reindent libavcodec
2010-06-14 mstorsjo nellymoserdec: Simplify calculation of numbers of blocks libavcodec
2010-06-14 mstorsjo Reindent libavcodec
2010-06-14 mstorsjo nellymoserdec: Allow using unusual input block sizes libavcodec
2010-06-11 vitor Remove filename from doxy comment libavcodec
2010-06-11 vitor Remove useless include. Should fix compilation in MacOS X. libavcodec
2010-06-11 maxim Move indeo5-specific quant table selection to decode_gop_hdr. libavcodec
2010-06-11 vitor Include float.h to provide FLT_MAX define. Should fix compilation on windows. libavcodec
2010-06-11 vitor RealAudio 14.4k encoder. libavcodec
2010-06-11 maxim Move transform declarations out of IVIBandDesc so indeo4 can use them as well. libavcodec
2010-06-11 vitor Split do_output_subblock() into common code and decoder specific parts libavcodec
2010-06-11 vitor Cosmetics: indent libavcodec
2010-06-11 vitor Add ff_ prefix to non-static functions libavcodec
2010-06-11 vitor Split ra144.c in common code (to be shared with the future encoder) and libavcodec
2010-06-10 maxim Quant changes only once per MB so move the corresponding scale factor assignment libavcodec
2010-06-10 jbr Set bits_per_raw_sample in the pcm decoder. libavcodec
2010-06-10 maxim Remove unused parameter. libavcodec
2010-06-10 thardin avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer libavcodec
2010-06-10 benoit Cosmetics: alignment and long line break. libavcodec
2010-06-10 benoit Cosmetics: use and place braces correctly in if ... else statements. libavcodec
2010-06-10 benoit Sanitize av_realloc() use in h264 mp4toannexb bistream filter. libavcodec
2010-06-09 lucabe Improve the mp4toannexb BSF to convert the extradata. libavcodec
2010-06-08 reimar Fix vp3_draw_horiz_band to calculate chroma offsets correctly libavcodec
2010-06-08 pross Pictor/PC Paint decoder libavcodec
2010-06-08 pross Add ff_ega_palette libavcodec
2010-06-08 maxim Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those into uint16_t. libavcodec
2010-06-08 mstorsjo libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold libavcodec
2010-06-08 mstorsjo libvpx: Don't use the VPX_KF_FIXED mode libavcodec
2010-06-08 alexc Cosmetics: Fold constants and re-indent after last commit. libavcodec
2010-06-08 alexc Base downsampled SBR synthesis filterbank on a single IMDCT. libavcodec
2010-06-07 alexc 10l: Fix types and now unused variables after last commit. libavcodec
2010-06-07 alexc Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of the RDFT. libavcodec
2010-06-07 cehoyos Use new macro AV_BASE64_SIZE. libavcodec
2010-06-07 vitor Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable libavcodec
2010-06-06 reimar 10l, there is no aac.c any more, so no need for a dependency. libavcodec
2010-06-06 stefano Add support to B4BY and R4BY NUT codec tags added in NUT r672. libavcodec
2010-06-06 stefano Fix width computation for nv12/nv21 in ff_get_plane_bytewidth(). libavcodec
2010-06-06 reimar aacdec also depends on cbrt_tables.h for hardcoded-tables. libavcodec
2010-06-06 michael bgr/rgb444 for nut libavcodec
2010-06-06 michael fix rgb444 support in avi. libavcodec
2010-06-05 mstorsjo Improve grammar and readability libavcodec
2010-06-05 alexc Cleanup apply_window_and_mdct(). libavcodec
2010-06-05 alexc Whitespace cosmetics libavcodec
2010-06-05 alexc aac: Move an initialization macro used only by the decoder out of the header. libavcodec
2010-06-05 alexc Rename aac.c to aacdec.c. libavcodec
2010-06-05 alexc aacdec: Rename avccontext to avctx. libavcodec
2010-06-05 stefano Move eval.c and eval.h from libavcodec to libavutil, and make the eval libavcodec
2010-06-04 bcoudurier More mov rawvideo fourcc supported by the rawvideo decoder libavcodec
2010-06-04 conrad Add WebM muxer libavcodec
2010-06-04 conrad libvorbis: Disable strict bitrate management when not requested libavcodec
2010-06-04 conrad libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of libavcodec
2010-06-04 conrad libvorbis: Hook up min/max bitrate libavcodec
2010-06-04 conrad Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora libavcodec
2010-06-04 hyc Use AV_BASE64_SIZE() macro libavcodec
2010-06-03 cehoyos Raise default vorbis encoding quality. libavcodec
2010-06-03 michael Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 codecs. libavcodec
2010-06-03 michael Document the frames returned by the decoder better. libavcodec
2010-06-03 cehoyos VP8 encoding via libvpx. libavcodec
2010-06-03 stefano Fix misc typos. libavcodec
2010-06-03 alexc aacdec: Work around illegal files with all elem_id tags set to the same value. libavcodec
2010-06-02 mru ARM: struct offsets for Apple ABI libavcodec
2010-06-02 mru ARM: remove some unnecessary ifdefs, fix implicit declaration warnings libavcodec
2010-06-02 mru ARM: check struct offsets only when they are used libavcodec
2010-06-02 stefano Remove weird empty line and perform vertical align. libavcodec
2010-06-02 darkshikari Properly initialize x264_picture_t in libx264. libavcodec
2010-06-02 mru ARM: fail build if hardcoded struct offsets are wrong libavcodec
2010-06-02 cehoyos Avoid division by zero that caused noise, typically at the beginning or libavcodec
2010-06-02 mru bink: correctly align local arrays libavcodec
2010-06-02 stefano Make avcodec_string() use av_get_codec_tag_string(). libavcodec
2010-06-02 stefano Implement av_get_codec_tag_string() and use it in ffprobe. libavcodec
2010-06-01 conrad arm neon: Add missing mangle to external symbol libavcodec
2010-06-01 mru ARM: NEON clear_block[s] libavcodec
2010-06-01 rbultje Move get_buffer() calls from decode_init() to decode_frame(). Anything else is libavcodec
2010-06-01 stefano Fix eval-test compilation. libavcodec
2010-06-01 stefano Cosmetics: reindent and break some overly long line. libavcodec
2010-06-01 stefano Cosmetics: consistently apply K&R style. libavcodec
2010-06-01 stefano Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters: libavcodec
2010-06-01 stefano Make ff_parse_expr() and ff_parse_and_eval_expr() return an int libavcodec
2010-05-31 bcoudurier Pass codec pixel format list to get_format, if present, fix vdpau decoding libavcodec
2010-05-30 maxim Make dequantization equation use less registers on some CPUs. libavcodec
2010-05-30 maxim Remove unused variables. libavcodec
2010-05-29 mru ARM: NEON optimised dct_unquantize_h263_{intra,inter} libavcodec
2010-05-29 kostya 321l: do not use shifted s->linesize instead of correct s->uvlinesize. libavcodec
2010-05-28 bcoudurier In h264 decoder, use jpeg yuv pixel format when full range is set in vui libavcodec
2010-05-28 alexc aacenc: Remove an unnecessary division from the TLS. libavcodec
2010-05-28 alexc Cosmetics: whitespace libavcodec
2010-05-28 alexc aacenc: Remove unnecessary variables and scopes in the TLS. libavcodec
2010-05-28 hyc Cleanup prev commit, flag variable should start with 0 libavcodec
2010-05-28 hyc Parse avctx->extradata if available. libavcodec
2010-05-28 conrad vp3: 10l Fix DC-only IDCT for C and ARM too libavcodec
2010-05-28 conrad vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to the libavcodec
2010-05-27 alexc aacdec: Clarify a channel mapping comment. libavcodec
2010-05-27 alexc Mark AAC encoder as experimental. libavcodec
2010-05-27 conrad VP8 parser libavcodec
2010-05-27 conrad Add const to ff_emulated_edge_mc libavcodec
2010-05-27 conrad Add more const to _l4 pixel functions libavcodec
2010-05-27 conrad vp3: Skip the loop filter when strength is 0 or when requested libavcodec
2010-05-27 jai_menon Cosmetics : Fix typo. libavcodec
2010-05-27 cehoyos Some fields were incorrectly reset (to NULL) when calling avcodec_copy_context(). libavcodec
2010-05-26 stefano Add support for the newly added Nut codec tags (added in Nut r669): libavcodec
2010-05-26 maxim Add the forgotten ff_ prefix to the shareable scan patterns. libavcodec
2010-05-26 cehoyos Factorize ff_h264_decode_extradata(). libavcodec
2010-05-26 cehoyos Mark vorbis encoder as experimental. libavcodec
2010-05-26 stefano Bump minor version bump and add an APIchanges entry after addition of libavcodec
2010-05-26 cehoyos Bump minor version and add Changelog entry after r23334. libavcodec
2010-05-26 michael Treat SIPP like xvid, fixed issue1966 libavcodec
2010-05-26 maxim moves indeo5 scan patterns into ivi_common.c libavcodec
2010-05-26 cehoyos Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it. libavcodec
2010-05-26 alexc Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once. libavcodec
2010-05-25 alexc Fix declaration after statement libavcodec
2010-05-25 cehoyos Do not invert samples when encoding Vorbis. libavcodec
2010-05-25 michael Check for VUI overeading and reset num_reoder_frames. libavcodec
2010-05-25 mstorsjo Cosmetics: reindent after the previous commit libavcodec
2010-05-25 mstorsjo api-example: Try to avoid decoding incomplete frames libavcodec
2010-05-25 alexc aacenc: Split find_max_val() from find_min_book() to eliminate duplicate searches. libavcodec
2010-05-25 alexc Remove useless costly inf checks from the trellis scalefactor search. libavcodec
2010-05-25 alexc aacenc: Trellis over scalefactors using an estimated codebook rather than every codebook. libavcodec
2010-05-25 alexc aacenc: Only trellis over a column of 61 scalefactors (reduced from 256). libavcodec
2010-05-25 alexc aacenc: Factor out find_min_book so it can be used by multiple coefficient coders. libavcodec
2010-05-25 michael Correct golomb vlc decoding tables. libavcodec
2010-05-25 cehoyos Headers for libvpx are installed into vpx subdirectory. libavcodec
2010-05-25 conrad theora: Don't read an excess bit for maximum length long bit runs if the run libavcodec
2010-05-25 cehoyos VP8 decoding via libvpx. libavcodec
2010-05-24 cehoyos Fix documentation of av_audio_convert. libavcodec
2010-05-23 reimar Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction. libavcodec
2010-05-21 stefano Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to libavcodec
2010-05-21 stefano Rename findPixelFormat() to find_pix_fmt(). libavcodec
2010-05-20 stefano Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. libavcodec
2010-05-20 stefano Fix doxy reference to unexisting function. libavcodec
2010-05-19 michael Change eval API to take parent log context and log level offset. libavcodec
2010-05-19 bcoudurier fix x264 encoding when delay is > number of input frames libavcodec
2010-05-19 alexc Add a chomp BSF to consume zero padding at the end of a packet. libavcodec
2010-05-19 alexc Make aac_decode_frame() consume zero padding at the end of a packet. libavcodec
2010-05-19 conrad Bump minor version for CODEC_ID_VP8 libavcodec
2010-05-19 conrad Add VP8 CODEC_ID libavcodec
2010-05-19 benoit Fix signedness of q_delta field of the IVIMbInfo. libavcodec
2010-05-18 cehoyos Factorize some code into the new function ff_toupper4(). libavcodec
2010-05-17 stefano Add log_level_offset to AVCodecContext. libavcodec
2010-05-17 benoit Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1') libavcodec
2010-05-16 stefano Change the order of parameters for ff_eval_expr() and libavcodec
2010-05-16 cehoyos Factorize code into a single function. libavcodec
2010-05-16 stefano Add missing rawvideo pixel formats to codec tags mappings for nut. libavcodec
2010-05-16 stefano Add NV12 and NV21 AVI tags. libavcodec
2010-05-14 fenrir Reindent after last commit on dxva2 h264 AVHWAccel. libavcodec
2010-05-14 fenrir Fixed h264 long term support with dxva2 AVHWAccel. libavcodec
2010-05-14 alexc fmaxf -> FFMAX to fix pre-C99 systems libavcodec
2010-05-14 alexc aacenc: Add a rate only trellis for codebook selection for the TLS. libavcodec
2010-05-14 alexc aacenc: Use exact values when quantizing, not fuzzy values. libavcodec
2010-05-14 alexc aacenc: Use an estimated codebook for the TLS (two loop search). libavcodec
2010-05-14 alexc aacenc: Select the TLS (two-loop search) as the default scalefactor coder. libavcodec
2010-05-14 alexc aacenc: Fix psy logic. libavcodec
2010-05-13 cehoyos Fix compilation of AC3 decoder if E-AC3 decoder was disabled. libavcodec
2010-05-13 rbultje Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec
2010-05-13 rbultje Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec
2010-05-13 mru Add mpegaudiodec_float.o dependency on tables header with hardcoded tables libavcodec
2010-05-13 michael 1.0 and the resulting exactly representable value must be marked as float as well, libavcodec
2010-05-13 michael Cast constants to float to avoid gcc converting to and from libavcodec
2010-05-13 michael Use standard C for implementing sign_extend() and zero_extend(). libavcodec
2010-05-13 rbultje Reindent after r23112. libavcodec
2010-05-13 rbultje Move handling of paletted data to the IFF demuxer. This allows future libavcodec
2010-05-13 rbultje Handle palette underflows, fill remaining space with black (zero) data. libavcodec
2010-05-13 rbultje Move a while(..){..} -> do{..}while(..), slightly faster. libavcodec
2010-05-13 michael Fix compilation with low precission mpeg audio decoding. libavcodec
2010-05-13 michael Fix mpegaudio tablegen. libavcodec
2010-05-13 michael Support writing 2d float arrays. libavcodec
2010-05-12 lorenm change a variable-length array to a malloc. libavcodec
2010-05-12 reimar Set coded_frame to NULL when closing a codec, since it might libavcodec
2010-05-11 michael Do the same sign flip optimization to the low freq decoder. libavcodec
2010-05-11 michael Factorize READ_FLIP_SIGN() optimization out libavcodec
2010-05-11 michael Optimize decoding high freqs. libavcodec
2010-05-11 michael Make lsf_sf_expand() 4 times faster. libavcodec
2010-05-11 michael float based mp1/mp2/mp3 decoders. libavcodec
2010-05-11 alexc Set cur_channel in the AAC encoder context where needed. libavcodec
2010-05-11 michael Remove unused FRAC_RND() macro from mpegaudiodec.c. libavcodec
2010-05-11 ramiro mlpdec: Comment channel_params field in struct SubStream. libavcodec
2010-05-11 ramiro mlpdec: Allocate channel decoding parameters for each substream. Some file libavcodec
2010-05-11 michael Adding missing () to mathops.h. libavcodec
2010-05-10 reimar Replace more "m" constraints with MANGLE to fix compilation issues libavcodec
2010-05-10 rbultje Optimize decodeplane32(). libavcodec
2010-05-10 rbultje Ensure that width and height are > 0. avcodec_open() itself only checks that libavcodec
2010-05-10 benoit Check NAL unit size to avoid reading past the buffer. libavcodec
2010-05-09 stefano Reorder nut specific codec tags and add a comment for marking them as libavcodec
2010-05-09 stefano Add missing nut-specific codec tags for rawvideo pixel formats. libavcodec
2010-05-09 stefano Make the codec tags for the yuvjXXX pixel formats the same as the libavcodec
2010-05-09 stefano Add support to the Y411 codec tag, corresponding to the rawvideo pixel libavcodec
2010-05-09 rbultje Remove "bps" parameter to decodeplane8/32(), it's unused. libavcodec
2010-05-09 mru IFF: decode last 8 pixels per line libavcodec
2010-05-08 rbultje Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec
2010-05-08 reimar Another try for fixing/improving decode_video documentation. libavcodec
2010-05-06 darkshikari Add intra refresh and crf-max support to the libavcodec libx264 wrapper. libavcodec
2010-05-06 alexc 10l: store the result of clipping added in r23035 libavcodec
2010-05-06 alexc Error out when too many bits per frame are requested. libavcodec
2010-05-06 alexc Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense." libavcodec
2010-05-05 conrad schroenc: Set colorspace info libavcodec
2010-05-05 conrad schroenc: Use AV_RB32 libavcodec
2010-05-05 conrad schroenc: Set open-gop libavcodec
2010-05-05 conrad schroenc: Set keyframe interval libavcodec
2010-05-05 conrad schroenc: Use constant quality for constant quality, not noise threshold libavcodec
2010-05-05 conrad schroenc: Don't touch gop_structure by default, it should be left adaptive libavcodec
2010-05-05 cehoyos Align plane size to word-boundary. libavcodec
2010-05-03 rbultje Revert r22974 int->unsigned parts that don't have any meaningful effect. libavcodec
2010-05-03 alexc 10l: The SBR refactor requires the use of 2 independent output X buffers. libavcodec
2010-05-03 mstorsjo amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output libavcodec
2010-05-02 rbultje Another buffer overflow, fixes issue1758. libavcodec
2010-05-02 reimar Clarify how allocation works for the picture argument for libavcodec
2010-05-01 rbultje Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...). libavcodec
2010-04-30 alexc Enforce time border monotonicity. libavcodec
2010-04-30 alexc Move the SBR patch count check to prevent overwrites. libavcodec
2010-04-30 alexc Increase size of patch_borders[]. libavcodec
2010-04-30 michael avi bgr24 padding fix. libavcodec
2010-04-30 alexc Reindent libavcodec
2010-04-30 alexc Rewrite ff_sbr_apply in a manner more friendly to PS. libavcodec
2010-04-30 mru ARM: NEON optimised VP6 edge filter libavcodec
2010-04-30 mru VP56: move vp56_edge_filter to new VP56DSPContext libavcodec
2010-04-28 michael Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavcodec
2010-04-26 rbultje Reidnent after r22795. libavcodec
2010-04-26 rbultje Move some branches outside looped code. Should improve the generated asm (and libavcodec
2010-04-26 rbultje Switch some ints to unsigned (they can only have positive values, this allows libavcodec
2010-04-26 cehoyos Make two functions out of #define hackery. libavcodec
2010-04-25 stefano Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 libavcodec
2010-04-23 rbultje Add acelp_filters.o as QCELP decoder object file. libavcodec
2010-04-23 mru Workaround for missing llrintf() libavcodec
2010-04-22 jbr ac3dec: return smaller of buf_size and frame_size instead of always returning libavcodec
2010-04-22 mru ARM: fix build for darwin/iphone libavcodec
2010-04-22 michael Set .supported_samplerates for mpeg audio encoders. libavcodec
2010-04-21 rbultje WMAVoice postfilter. libavcodec
2010-04-21 rbultje Move clipping of audio samples (for those codecs outputting float) from decoder libavcodec
2010-04-21 jai_menon Fix typo. libavcodec
2010-04-21 rbultje Implement QCELP postfilter. libavcodec
2010-04-21 rbultje Make the Sipr16k postfilter function write data into the target/output buffer. libavcodec
2010-04-21 rbultje Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). libavcodec
2010-04-21 rbultje Split the input/output data arguments to ff_adaptive_gain_control(). libavcodec
2010-04-21 conrad theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) libavcodec
2010-04-21 vitor 10l: do not try to unpack DTX frames in AMR-NB decoder libavcodec
2010-04-20 diego Remove explicit filename from Doxygen @file commands. libavcodec
2010-04-20 diego cosmetics: Switch Doxygen comments to JavaDoc style. libavcodec
2010-04-19 darkshikari vertical align in libx264.c libavcodec
2010-04-17 cehoyos Add const to some pointer parameters. libavcodec
2010-04-17 conrad vp3: Use avctx pointer directly libavcodec
2010-04-17 conrad vp3: Read fps and aspect ratio in the decoder libavcodec
2010-04-17 conrad vp3: Don't crop if there's a left/top offset, it's wrong libavcodec
2010-04-17 conrad vp3: DC-only IDCT libavcodec
2010-04-16 conrad vp3: More buffer length checks libavcodec
2010-04-16 conrad vp3: Remove internal debug statement libavcodec
2010-04-15 gb H.264: cosmetics (vertical align). libavcodec
2010-04-15 gb H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). libavcodec
2010-04-15 gb H.264: move avctx->refs init before AVCodecContext.get_format(). libavcodec
2010-04-14 andoma pngdec: Add support for PIX_FMT_Y400A libavcodec
2010-04-14 andoma Add PIX_FMT_Y400A, 8bit gray, 8bit alpha libavcodec
2010-04-13 stefano Factorize code in get_bit_rate(). libavcodec
2010-04-13 diego Add rectangle.h #include for fill_rectangle(). libavcodec
2010-04-13 diego Move static function fill_filter_caches() from h264.h to h264.c. libavcodec
2010-04-13 mru DCA: indent libavcodec
2010-04-13 mru DCA: optimise dca_subsubframe() libavcodec
2010-04-13 gb [VA-API] Fix long-term reference frames addition to the DPB. libavcodec
2010-04-13 mru 10l: fix build on non-NEON ARM libavcodec
2010-04-12 stefano Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, libavcodec
2010-04-12 stefano Fix grammar: a expression -> an expression. libavcodec
2010-04-12 stefano Remove stray empty line. libavcodec
2010-04-12 mru DCA: ARM/NEON optimised lfe_fir libavcodec
2010-04-12 mru DCA: 16-byte-align lfe_fir tables libavcodec
2010-04-12 mru DCA: break out lfe_interpolation_fir() inner loops to a function libavcodec
2010-04-12 stefano Fix constness for func[12] parameters in ff_parse_expr() and libavcodec
2010-04-12 stefano Change constness for func[12]_name parameters of ff_parse_expr() and libavcodec
2010-04-12 stefano Rename ff_parse() to ff_parse_expr(). libavcodec
2010-04-12 stefano Remove unnecessary header inclusion directives. libavcodec
2010-04-12 benoit Extradata length checks for Huffyuv. libavcodec
2010-04-12 mru DCA: use FASTDIV in decode_blockcode() libavcodec
2010-04-12 mru ARM: fix NEON synth_filter_float with hardfp calls libavcodec
2010-04-12 jai_menon Remove useless header inclusion. libavcodec
2010-04-12 mru DCA: simplify lfe_interpolation_fir() libavcodec
2010-04-12 mru DCA: use a local variable for loop boundary libavcodec
2010-04-12 mru DCA: use some type-punning in qmf_32_subbands() libavcodec
2010-04-11 stefano Rename ff_eval2() to ff_parse_and_eval_expr(). libavcodec
2010-04-11 stefano Rename ff_parse_eval() to ff_eval_expr(). libavcodec
2010-04-11 stefano Place some empty line in the doxy. libavcodec
2010-04-11 stefano Remove redundant file descriptions from copyright headers. libavcodec
2010-04-11 stefano Avoid the use of the symbol ff_expr_s for referencing AVExpr. libavcodec
2010-04-11 jai_menon DECLARE_ALIGNED usage requires #inclusion of 'mem.h'. libavcodec
2010-04-11 stefano Doxument ff_free_expr(). libavcodec
2010-04-11 stefano Make ff_fill_linesize() use the information stored in libavcodec
2010-04-11 stefano Rename ff_eval_free() to ff_free_expr(). libavcodec
2010-04-11 stefano Rename AVEvalExpr to AVExpr, as suggested by Michael. libavcodec
2010-04-11 stefano Move AVEvalExpr declaration at the beginning of the file, where it is libavcodec
2010-04-10 jai_menon alacenc : Report supported input sample formats. libavcodec
2010-04-10 mru ARM: NEON optimised synth_filter_float libavcodec
2010-04-10 mru Make synth_filter a function pointer libavcodec
2010-04-10 mru DCA: align some arrays libavcodec
2010-04-08 alexc Reindent read_sbr_extension. libavcodec
2010-04-08 alexc Print an error and skip PS when PS is found but explicitly found but libavcodec
2010-04-08 alexc Add support for PS sync extensions. libavcodec
2010-04-08 alexc Use get_bits_left() in the sync extension check. libavcodec
2010-04-08 alexc Fix ext_object_type. libavcodec
2010-04-06 benoit Fix segfault when encoder initialization fails. libavcodec
2010-04-04 siretart Avoid division by zero libavcodec
2010-04-03 vitor Add help for (I)RDFT test in fft-test libavcodec
2010-04-03 vitor Make code using 1d-DCT consistent with the API change libavcodec
2010-04-03 stefano Replace all remaining occurrences of AVERROR_NOMEM with libavcodec
2010-04-02 alexc aacenc: Error when an unsupported profile is requested libavcodec