Mercurial > libavcodec.hg
graph
-
In dv decoder, use the expected aspect ratio logic, like other decoders do, libavcodec2010-09-27, by bcoudurier
-
rawdec: ensure that there is always a valid palette for formats that libavcodec2010-09-25, by reimar
-
Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, this libavcodec2010-09-24, by rbultje
-
Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in the libavcodec2010-09-24, by rbultje
-
Deprecate av_opt_show() in favor of a new function av_opt_show2(), libavcodec2010-09-24, by stefano
-
The debug text output of macroblocks can indicate MB_TYPE_INTERLACED, libavcodec2010-09-21, by iive
-
Properly add HAVE_YASM around yasmified symbols. Should fix compile error libavcodec2010-09-17, by rbultje
-
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm, libavcodec2010-09-17, by rbultje
-
Move sse16_sse2() from inline asm to yasm. It is one of the functions causing libavcodec2010-09-17, by rbultje
-
Check avctx width/height more thoroughly (e.g. all values 0 except width would libavcodec2010-09-15, by reimar
-
Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from libavcodec2010-09-14, by rbultje
-
Move AMR-NB frame unpacking code to a common file so it can be reused in libavcodec2010-09-10, by vitor
-
Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this) libavcodec2010-09-10, by reimar
-
Add missing stdint.h #include; necessary to pass 'make checkheaders'. libavcodec2010-09-08, by diego
-
Remove reference to not anymore existing symbol has_altivec and use libavcodec2010-09-08, by stefano
-
Remove use of deprecated functions av_image_fill_pointers/linesizes in libavcodec2010-09-07, by stefano
-
Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, libavcodec2010-09-07, by stefano
-
Move lsp2lpc_sipr() function to common code so it can be reused in a libavcodec2010-09-07, by vitor
-
Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. libavcodec2010-09-07, by vitor
-
Fix slice height for y position calculation for vp3_draw_horiz_band libavcodec2010-09-06, by reimar
-
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ libavcodec2010-09-04, by stefano
-
Port latest x264 deblock asm (before they moved to using NV12 as internal libavcodec2010-09-03, by rbultje
-
Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square libavcodec2010-09-01, by rbultje
-
Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, libavcodec2010-09-01, by rbultje
-
Checking return values of av_malloc(z) and report an error in case. libavcodec2010-08-31, by bindhammer
-
Fix compilation failure if yasm is disabled (missing vp3 symbols). libavcodec2010-08-30, by rbultje
-
Split intra prediction initialization (i.e. assigning of function pointers) libavcodec2010-08-30, by rbultje
-
Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 libavcodec2010-08-30, by rbultje
-
Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 libavcodec2010-08-30, by rbultje
-
Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() libavcodec2010-08-30, by rbultje
-
Include stdint.h instead of inttypes.h, it is enough for what this file need. libavcodec2010-08-29, by vitor
-
Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61. libavcodec2010-08-26, by rbultje
-
Clarify code/avoid possible bugs by using precalculated values that are used for extradata as well libavcodec2010-08-26, by bindhammer
-
Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QT libavcodec2010-08-26, by mstorsjo
-
Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributing libavcodec2010-08-25, by rbultje
-
Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should libavcodec2010-08-25, by rbultje
-
Mark xmm registers as clobbered in simple loopfilter. Should fix the last libavcodec2010-08-24, by rbultje
-
added interlacing option and compression option for colorram (lut) libavcodec2010-08-24, by bindhammer
-
enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system libavcodec2010-08-23, by bindhammer
-
Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures). libavcodec2010-08-23, by rbultje
-
Export the presentation video dimensions as avctx->width/avctx->height. libavcodec2010-08-21, by reimar
-
Fixed mpeg12 top field first flag value with field picture encoding. libavcodec2010-08-20, by fenrir
-
Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending libavcodec2010-08-09, by rbultje
-
libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_size’". libavcodec2010-08-06, by alexc
-
Remove use of the deprecated function avcodec_check_dimensions(), use libavcodec2010-08-06, by stefano
-
VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs libavcodec2010-08-04, by darkshikari
-
only store intra prediction modes on the boundary for keyframes, not as a plane. libavcodec2010-08-02, by skal
-
Use word-writing instead of dword-writing (with two cached but otherwise libavcodec2010-07-31, by rbultje
-
Simplify verbatim mode fallback by checking the frame size before writing. libavcodec2010-07-31, by jbr
-
Calculate an exact frame size before writing. Now the buffer size requirements libavcodec2010-07-31, by jbr
-
cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params() libavcodec2010-07-31, by jbr
-
Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single libavcodec2010-07-31, by jbr
-
Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, libavcodec2010-07-31, by stefano
-
Remove x86/mmx.h. It is not used anymore and has been deprecated for years. libavcodec2010-07-31, by vitor
-
Combine and simplify output_subframe_fixed() and output_subframe_lpc(). libavcodec2010-07-30, by jbr
-
Combine and simplify output_subframe_constant() and output_subframe_verbatim(). libavcodec2010-07-30, by jbr
-
cosmetics: change FlacEncodeContext variable name from ctx to s in several libavcodec2010-07-30, by jbr
-
Do not need to set coded_frame->key_frame = 1 because it is already set in libavcodec2010-07-30, by jbr
-
Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx libavcodec2010-07-28, by cehoyos
-
b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and sleeping libavcodec2010-07-27, by skal
-
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() libavcodec2010-07-26, by stefano
-
Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster. libavcodec2010-07-26, by rbultje
-
Save a register (or regsize of stackspace for x86-32) for the no-loop libavcodec2010-07-26, by rbultje
-
Use nested ifs instead of &&, which appears to not work with %ifidn (i.e. this libavcodec2010-07-26, by rbultje
-
Split pextrw macro-spaghetti into several opt-specific macros, this will make libavcodec2010-07-26, by rbultje
-
Fix r24445: Instead of needlessly initialising a variable, silence the warning. libavcodec2010-07-25, by cehoyos
-
Fix obvious bug in assignment. Somehow, the test vectors don't test this... libavcodec2010-07-25, by rbultje
-
Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so this libavcodec2010-07-24, by rbultje
-
VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an if() libavcodec2010-07-23, by conrad
-
Decode DCT tokens by branching to a different code path for each branch libavcodec2010-07-23, by conrad
-
Move renormalization of the VP56 arith decoder to before decoding a bit libavcodec2010-07-23, by conrad
-
vp56's arith decoder's code_word is only 16 bits, no need for unsigned long libavcodec2010-07-23, by conrad
-
VP8: always_inline some things to force gcc to do the right thing libavcodec2010-07-23, by darkshikari
-
In h264 parser, return immediately if buf_size is 0, avoid printing libavcodec2010-07-23, by bcoudurier
-
Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles on libavcodec2010-07-22, by rbultje
-
Eliminate a pointless memset for intra blocks in P-frames in VP8 libavcodec2010-07-22, by darkshikari
-
Make ff_inverse stay with libavutil, and optional copy it to libavcodec. libavcodec2010-07-21, by flameeyes
-
VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16) libavcodec2010-07-20, by rbultje
-
vp8: add do { } while(0) around XCHG() macro to avoid confusing if/else libavcodec2010-07-20, by mru
-
Revert r24339 (it causes fate failures on x86-64) - I'll figure out what's libavcodec2010-07-19, by rbultje
-
Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than libavcodec2010-07-19, by rbultje
-
Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions. libavcodec2010-07-19, by rbultje
-
Be more efficient with registers or stack memory. Saves 8/16 bytes stack libavcodec2010-07-19, by rbultje
-
Change function prototypes for width=8 inner and mbedge loopfilter functions libavcodec2010-07-19, by rbultje
-
aacenc: Adjust array offsets for the current channel before calling ff_psy_suggest_window(). libavcodec2010-07-19, by alexc
-
aacenc: Refactor apply_window_and_mdct() so it no longer takes an offset channel. libavcodec2010-07-19, by alexc
-
Revert 24270, it contained some stuff that shouldn't have been in there. libavcodec2010-07-16, by rbultje
-
Give x86 r%d registers names, this will simplify implementation of the chroma libavcodec2010-07-16, by rbultje
-
Change return statement, the REP_RET is a mistake since the else case (x86-64, libavcodec2010-07-16, by rbultje
-
vp8: Save mb border needed for intra prediction so that loop filter can run libavcodec2010-07-16, by conrad
-
Pass the composition and ancillary ID for DVB subtitles via extradata instead libavcodec2010-07-14, by reimar
-
Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore. libavcodec2010-07-12, by cehoyos
-
Use correct length modifier for size comparison in printf expression, fixes: libavcodec2010-07-12, by diego
-
Use math constant instead of hardcoded rounded value for sqrt(0.5). libavcodec2010-07-12, by benoit
-
vc1: ff_draw_horiz_band needs a one row delay when the loop filter is active libavcodec2010-07-11, by conrad
-
Do not try to decode less than one frame of data in TrueSpeech decoder. libavcodec2010-07-11, by kostya
-
100l, change avsubtitle_free to the actually tested and working version. libavcodec2010-07-11, by reimar
-
Set pix_fmt to the correct value for the format the PGS decoder actually uses. libavcodec2010-07-11, by reimar
-
Document that and why subtitle decoders do not support direct-rendering. libavcodec2010-07-10, by reimar
-
Add back previously removed non-existing function params in doxygen comments. libavcodec2010-07-08, by diego
-
Improve variable names in imlt_window_float() and mlt_compensate_output(). libavcodec2010-07-08, by diego
-
ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3 libavcodec2010-07-07, by jbr
-
Add new decoder property max_lowres and do not init decoder if requested value is higher. libavcodec2010-07-07, by cehoyos
-
Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM libavcodec2010-07-06, by vitor
-
Add av_unused to decode_mb_skip declaration to fix the following warning: libavcodec2010-07-06, by diego
-
DCA: Occasionally a false XCH sync word can turn up after the core DTS data, libavcodec2010-07-05, by banan
-
DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream parsing libavcodec2010-07-05, by banan
-
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). libavcodec2010-07-03, by rbultje
-
Change all occurences of "inofficial" to "unofficial" in code, comments libavcodec2010-07-03, by cehoyos
-
VP8: Move calculation of outer filter limit out of dsp functions for normal libavcodec2010-07-02, by conrad
-
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. libavcodec2010-07-02, by diego
-
@begingroup --> @defgroup, only the latter is correct Doxygen syntax. libavcodec2010-07-02, by diego
-
Move #ifdef before zlib_decomp() up so it covers the Doxygen comments. libavcodec2010-07-02, by diego
-
Fix the signature of ff_set_min_dist_lsf() to match the implementation libavcodec2010-07-02, by diego
-
Fix Doxygen documentation of gb parameter in ff_wma_get_large_val(). libavcodec2010-07-02, by diego
-
Remove non-existing stray arguments from Doxygen function documentation. libavcodec2010-07-02, by diego
-
Fix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'. libavcodec2010-07-02, by diego
-
Remove redundant and harmful explicit filename after @file Doxygen command. libavcodec2010-07-02, by diego
-
adu and mp3on4 functions are also needed by their respective float decoders libavcodec2010-07-01, by aurel
-
Fix "initialization from incompatible pointer type" warning in rv34. libavcodec2010-06-30, by benoit
-
vorbis: cosmetics, remove trailing comma for values that will never have libavcodec2010-06-29, by conrad
-
Fix some intra pred MMX functions that used MMXEXT instructions libavcodec2010-06-28, by darkshikari
-
aacenc: Start the lookahead pointer 1/4 of the way into the first short window. libavcodec2010-06-28, by alexc
-
aacenc: Fill in the estimated codebook for the final computed scalefactor in the TLS. libavcodec2010-06-28, by alexc
-
Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all libavcodec2010-06-28, by rbultje
-
Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but libavcodec2010-06-28, by rbultje
-
Change type of zz_table to uint8_t to match the scantables it points to. libavcodec2010-06-27, by reimar
-
vorbisdec: Take channels into account when checking against residue overflow libavcodec2010-06-27, by conrad
-
16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 libavcodec2010-06-25, by darkshikari
-
Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section. libavcodec2010-06-23, by alexc
-
Add a macro to pack 4 bytes into native byte-order so they can be written libavcodec2010-06-22, by rbultje
-
IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gmail dot com> libavcodec2010-06-22, by pross
-
Bump micro version, add changelog entry for DTS-ES extension decoding support libavcodec2010-06-22, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extension libavcodec2010-06-22, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: update and add channel mapping tables for DTS-ES mappings libavcodec2010-06-22, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: move original code around to allow reused by DTS-ES code libavcodec2010-06-22, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: move subband_samples into context structure libavcodec2010-06-22, by mstorsjo
-
mathematics.h no longer needs config.h, so update tablegen code and libavcodec2010-06-21, by reimar
-
psdec: IPD/OPD reset is no longer needed by the context initializer. libavcodec2010-06-20, by alexc
-
Fix breakage in compilation with --disable-mpegaudio-hp introduced in libavcodec2010-06-20, by vitor
-
Factorize the mpegaudio windowing code in a function and call it by a libavcodec2010-06-19, by vitor
-
Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263 libavcodec2010-06-15, by bcoudurier
-
nellymoserdec: Increase the log level of messages when failing to decode data libavcodec2010-06-14, by mstorsjo
-
Include float.h to provide FLT_MAX define. Should fix compilation on windows. libavcodec2010-06-11, by vitor
-
Move transform declarations out of IVIBandDesc so indeo4 can use them as well. libavcodec2010-06-11, by maxim
-
Split do_output_subblock() into common code and decoder specific parts libavcodec2010-06-11, by vitor
-
Split ra144.c in common code (to be shared with the future encoder) and libavcodec2010-06-11, by vitor
-
Quant changes only once per MB so move the corresponding scale factor assignment libavcodec2010-06-10, by maxim
-
avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer libavcodec2010-06-10, by thardin
-
Cosmetics: use and place braces correctly in if ... else statements. libavcodec2010-06-10, by benoit
-
Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those into uint16_t. libavcodec2010-06-08, by maxim
-
libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold libavcodec2010-06-08, by mstorsjo
-
Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of the RDFT. libavcodec2010-06-07, by alexc
-
Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable libavcodec2010-06-07, by vitor
-
aac: Move an initialization macro used only by the decoder out of the header. libavcodec2010-06-05, by alexc
-
Move eval.c and eval.h from libavcodec to libavutil, and make the eval libavcodec2010-06-05, by stefano
-
Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora libavcodec2010-06-04, by conrad
-
Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 codecs. libavcodec2010-06-03, by michael
-
aacdec: Work around illegal files with all elem_id tags set to the same value. libavcodec2010-06-03, by alexc
-
ARM: remove some unnecessary ifdefs, fix implicit declaration warnings libavcodec2010-06-02, by mru
-
Avoid division by zero that caused noise, typically at the beginning or libavcodec2010-06-02, by cehoyos
-
Move get_buffer() calls from decode_init() to decode_frame(). Anything else is libavcodec2010-06-01, by rbultje
-
Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters: libavcodec2010-06-01, by stefano
-
Pass codec pixel format list to get_format, if present, fix vdpau decoding libavcodec2010-05-31, by bcoudurier
-
321l: do not use shifted s->linesize instead of correct s->uvlinesize. libavcodec2010-05-29, by kostya
-
In h264 decoder, use jpeg yuv pixel format when full range is set in vui libavcodec2010-05-28, by bcoudurier
-
vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to the libavcodec2010-05-28, by conrad
-
Some fields were incorrectly reset (to NULL) when calling avcodec_copy_context(). libavcodec2010-05-27, by cehoyos
-
Add support for the newly added Nut codec tags (added in Nut r669): libavcodec2010-05-26, by stefano
-
Bump minor version bump and add an APIchanges entry after addition of libavcodec2010-05-26, by stefano
-
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once. libavcodec2010-05-26, by alexc
-
aacenc: Split find_max_val() from find_min_book() to eliminate duplicate searches. libavcodec2010-05-25, by alexc
-
Remove useless costly inf checks from the trellis scalefactor search. libavcodec2010-05-25, by alexc
-
aacenc: Trellis over scalefactors using an estimated codebook rather than every codebook. libavcodec2010-05-25, by alexc
-
aacenc: Only trellis over a column of 61 scalefactors (reduced from 256). libavcodec2010-05-25, by alexc
-
aacenc: Factor out find_min_book so it can be used by multiple coefficient coders. libavcodec2010-05-25, by alexc
-
theora: Don't read an excess bit for maximum length long bit runs if the run libavcodec2010-05-25, by conrad
-
Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction. libavcodec2010-05-23, by reimar
-
Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to libavcodec2010-05-21, by stefano
-
Make aac_decode_frame() consume zero padding at the end of a packet. libavcodec2010-05-19, by alexc
-
Add missing rawvideo pixel formats to codec tags mappings for nut. libavcodec2010-05-16, by stefano
-
aacenc: Select the TLS (two-loop search) as the default scalefactor coder. libavcodec2010-05-14, by alexc
-
Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec2010-05-13, by rbultje
-
Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec2010-05-13, by rbultje
-
Add mpegaudiodec_float.o dependency on tables header with hardcoded tables libavcodec2010-05-13, by mru
-
1.0 and the resulting exactly representable value must be marked as float as well, libavcodec2010-05-13, by michael
-
Move handling of paletted data to the IFF demuxer. This allows future libavcodec2010-05-13, by rbultje
-
Handle palette underflows, fill remaining space with black (zero) data. libavcodec2010-05-13, by rbultje
-
mlpdec: Allocate channel decoding parameters for each substream. Some file libavcodec2010-05-11, by ramiro
-
Ensure that width and height are > 0. avcodec_open() itself only checks that libavcodec2010-05-10, by rbultje
-
Reorder nut specific codec tags and add a comment for marking them as libavcodec2010-05-09, by stefano
-
Add support to the Y411 codec tag, corresponding to the rawvideo pixel libavcodec2010-05-09, by stefano
-
Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>. libavcodec2010-05-08, by rbultje
-
Add intra refresh and crf-max support to the libavcodec libx264 wrapper. libavcodec2010-05-06, by darkshikari
-
Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense." libavcodec2010-05-06, by alexc
-
schroenc: Use constant quality for constant quality, not noise threshold libavcodec2010-05-05, by conrad
-
schroenc: Don't touch gop_structure by default, it should be left adaptive libavcodec2010-05-05, by conrad
-
Revert r22974 int->unsigned parts that don't have any meaningful effect. libavcodec2010-05-03, by rbultje
-
10l: The SBR refactor requires the use of 2 independent output X buffers. libavcodec2010-05-03, by alexc
-
amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output libavcodec2010-05-03, by mstorsjo
-
Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...). libavcodec2010-05-01, by rbultje
-
Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavcodec2010-04-28, by michael
-
Move some branches outside looped code. Should improve the generated asm (and libavcodec2010-04-26, by rbultje
-
Switch some ints to unsigned (they can only have positive values, this allows libavcodec2010-04-26, by rbultje
-
Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 libavcodec2010-04-25, by stefano
-
ac3dec: return smaller of buf_size and frame_size instead of always returning libavcodec2010-04-22, by jbr
-
Move clipping of audio samples (for those codecs outputting float) from decoder libavcodec2010-04-21, by rbultje
-
Make the Sipr16k postfilter function write data into the target/output buffer. libavcodec2010-04-21, by rbultje
-
Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). libavcodec2010-04-21, by rbultje
-
Split the input/output data arguments to ff_adaptive_gain_control(). libavcodec2010-04-21, by rbultje
-
theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) libavcodec2010-04-21, by conrad
-
H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). libavcodec2010-04-15, by gb
-
Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, libavcodec2010-04-12, by stefano
-
Change constness for func[12]_name parameters of ff_parse_expr() and libavcodec2010-04-12, by stefano
-
Move AVEvalExpr declaration at the beginning of the file, where it is libavcodec2010-04-11, by stefano
-
Print an error and skip PS when PS is found but explicitly found but libavcodec2010-04-08, by alexc
-
Reduce the size of the bidir refine hashtable from 4096 to 256 and libavcodec2010-04-02, by michael
-
Convert two "m" constraints to MANGLE to fix compilation with some compilers. libavcodec2010-04-01, by reimar
-
Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec2010-03-30, by stefano
-
Make sure the EC code does not attempt to use inter based concealment if there libavcodec2010-03-30, by michael
-
Set VDPAU H264 picture parameter field_order_cnt and frame_num at the libavcodec2010-03-30, by cehoyos
-
Include appropriate header in table generators instead of using a dummy libavcodec2010-03-29, by reimar
-
Change ref_index structure so it matches how its organized in h264. libavcodec2010-03-23, by michael
-
Disallow VLC coding with more than 8 bits as there are several bugs libavcodec2010-03-22, by michael
-
Throw out last experimental warning that was printed for colorspaces with more than libavcodec2010-03-22, by michael
-
Ignore x264 build=0 as there is no such version, this restores previous libavcodec2010-03-21, by michael
-
Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than libavcodec2010-03-21, by stefano
-
Do not use puts, it adds additional newlines making the generated files libavcodec2010-03-21, by reimar
-
Extend and move macros to create table printing functions to header. libavcodec2010-03-21, by reimar
-
Split VLC-related tables out of dvdata.h to make it easier to add support libavcodec2010-03-21, by reimar
-
Split DCT-II and DCT-III in different functions, they do not share any code. libavcodec2010-03-21, by vitor
-
Call DCT by function pointer. Needed for any future ASM implementation and libavcodec2010-03-21, by vitor
-
fix compilation with --disable-everything --enable-decoder=mpeg2video libavcodec2010-03-20, by aurel
-
Remove avcodec_thread_execute from avcodec.h, and make static functions that libavcodec2010-03-15, by benoit
-
libxvid is producing standard mpeg4 so it don't need its own codec id libavcodec2010-03-12, by aurel
-
Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot st) libavcodec2010-03-11, by pross
-
Check level_prefix a bit (this just checks the max our bitreader can handle, libavcodec2010-03-10, by michael
-
aacsbr: Check that bs_num_env is valid before writing arrays with it as an offset. libavcodec2010-03-09, by alexc
-
aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of those functions. libavcodec2010-03-09, by alexc
-
aacsbr: Make the previous value of bs_num_env local to read_sbr_data(). libavcodec2010-03-09, by alexc
-
Replace many includes of libavutil/common.h with what is actually needed libavcodec2010-03-09, by mru
-
aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several context libavcodec2010-03-09, by alexc
-
aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid(). libavcodec2010-03-09, by alexc
-
aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid). libavcodec2010-03-09, by alexc
-
Check for reference frames so RV 3/4 won't segfault trying to copy data from libavcodec2010-03-09, by kostya
-
10l: Include missing return values in functions made non-void by the previous commit. libavcodec2010-03-09, by alexc
-
aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatted streams. libavcodec2010-03-09, by alexc
-
Scale tile dimensions in case both local decoding and scalability mode libavcodec2010-03-08, by kostya
-
Add support for non-backwards compatible signaled parametric stereo. libavcodec2010-03-07, by alexc
-
Fix --enable-hardcoded-tables compilation: the generate table files now libavcodec2010-03-07, by reimar
-
When tracking non-zero coefficients during Indeo 5 decoding, make sure libavcodec2010-03-07, by kostya
-
Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c libavcodec2010-03-06, by mru
-
Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c libavcodec2010-03-06, by mru
-
Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c libavcodec2010-03-06, by mru
-
Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss(). libavcodec2010-03-05, by stefano
-
AAC parser: Don't write channels, sample rate, and frame size each frame. libavcodec2010-03-04, by alexc
-
Delay translating DCT tokens into coefficients until immediately before IDCT libavcodec2010-03-03, by conrad
-
Move all context fields that are not used in the mb and block layers libavcodec2010-03-03, by michael
-
Perform coefficient transformations in Bink Audio DCT decoder (issue1770) libavcodec2010-03-03, by pross
-
Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration. libavcodec2010-03-03, by cehoyos
-
Pass correct buffer-pointer and buffer-size to hardware accelerated libavcodec2010-03-02, by cehoyos
-
Fix a bunch of bugs ive introduced recently that broke threaded decoding. libavcodec2010-03-02, by michael
-
revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 libavcodec2010-03-01, by aurel
-
Make av_build_filter static (and remove av_): It is not used outside resample2.c. libavcodec2010-02-28, by cehoyos
-
Make av_get_bit_rate() static and remove av_, the function is only used libavcodec2010-02-28, by cehoyos
-
Include libxvid_internal.h: It contains the prototype for av_tempfile(). libavcodec2010-02-28, by cehoyos
-
Make the following functions static (and remove ff_), they are only used libavcodec2010-02-28, by cehoyos
-
Make function get_channel_name() static: It is only used in audioconvert.c. libavcodec2010-02-28, by cehoyos
-
Include internal.h and imgconvert.h, they contain the prototypes for the libavcodec2010-02-28, by cehoyos
-
Include msrledec.h: It contains the prototype for ff_msrle_decode(). libavcodec2010-02-28, by cehoyos
-
Include atrac.h: It contains the prototypes for atrac_generate_tables() libavcodec2010-02-28, by cehoyos
-
Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header. libavcodec2010-02-28, by cehoyos
-
Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding libavcodec2010-02-27, by reimar
-
Encapsulate VLC information needed for decoding blocks and macroblocks in libavcodec2010-02-27, by kostya
-
Make it clear that ff_ivi_init_static_vlc() does not need arguments libavcodec2010-02-27, by kostya
-
Do not read beyond end of input in EA-TGV. This should avoid FATE test #362 libavcodec2010-02-26, by vitor
-
Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). libavcodec2010-02-26, by michael
-
Remove 3 mv_cache zeroing instructions that zeroed the right side. libavcodec2010-02-26, by michael
-
Remove useless check of the 2 left MBs of a pair being in the same slice. libavcodec2010-02-26, by michael
-
Remove unneeded line of code from the neighbor setting code in h264. libavcodec2010-02-26, by michael
-
Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to libavcodec2010-02-25, by michael
-
svq3 now in working condition, at least vissually, ill let fate tell us libavcodec2010-02-25, by michael
-
Reorder intra4x4_pred_mode so that we can read/write 4 values at once. libavcodec2010-02-25, by michael
-
aac: Keep decode_band_types() from eating all padding at the end of a buffer. libavcodec2010-02-24, by alexc
-
Change mvd_cache & mvd_table to 8bit, this is overall a bit faster libavcodec2010-02-24, by michael
-
it is not necessary to display the decoder name, as av_log() automatically prints the context libavcodec2010-02-24, by pross
-
10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and libavcodec2010-02-23, by kostya
-
Bink video decoder now can use extradata to detect alpha plane presence libavcodec2010-02-23, by kostya
-
Try to set has_b_frames in codec init if we know everything alraedy. libavcodec2010-02-23, by michael
-
Macroblock and block Huffman code sets are to be used by both Indeo 4 and libavcodec2010-02-22, by kostya
-
Fix compilation for --enable-version3 --enable-libopencore_amrwb (only). libavcodec2010-02-22, by cehoyos
-
Decode fully coded superblocks in the same manner as partial superblocks and qpi libavcodec2010-02-21, by conrad
-
Make the special 4129 case for long-run bit strings a #define and explain it libavcodec2010-02-21, by conrad
-
Free encoder extradata in avcodec_close(). Should fix several small memory libavcodec2010-02-20, by vitor
-
16l trocadero: don't forget to free frame data buffer in APE decoder libavcodec2010-02-19, by kostya
-
Since WavPack chunk can contain more samples than FFmpeg is guaranteed to libavcodec2010-02-19, by kostya
-
Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache. libavcodec2010-02-18, by michael
-
Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs libavcodec2010-02-17, by michael
-
Move check for and call of predict_field_decoding_flag() from the mb code to libavcodec2010-02-17, by michael
-
Limit the Rice parameter used for progressive decoding in ALS. libavcodec2010-02-16, by thilo.borgmann
-
Add lsp.o as a dependency for wmavoice. This fixes a compilation error when libavcodec2010-02-16, by rbultje
-
2 cpu cycles faster context calculation for decode_cabac_intra_mb_type() libavcodec2010-02-16, by michael
-
Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its libavcodec2010-02-15, by michael
-
add heuristic to discern the old sample clips from streams encoded libavcodec2010-02-15, by stefang
-
avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar libavcodec2010-02-15, by stefang
-
AAC: Mark functions that are only called when the output configuration is not locked as av_cold. libavcodec2010-02-15, by alexc
-
Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cbp so libavcodec2010-02-14, by michael
-
Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call it libavcodec2010-02-13, by michael
-
Directly check whether a fragment is coded for 4MV mode instead of iterating libavcodec2010-02-13, by conrad
-
Restructure spatial direct MV generation so that the zero predictior shortcut libavcodec2010-02-13, by michael
-
Pack MVs together from the begin for spatial direct, this simplifies the code libavcodec2010-02-13, by michael
-
Move apply_loop_filter above render_slice, it'll be used by the latter soon libavcodec2010-02-12, by conrad
-
Theora 3.4 doesn't exist; these fields were misunderstandings of the spec libavcodec2010-02-12, by conrad
-
Try to support truncated h264 frames mixed with mpeg pes headers in mkv. libavcodec2010-02-12, by michael
-
Use int8_t instead of char, the signedness of char can differ between systems. libavcodec2010-02-12, by reimar
-
Move 'chksum' declaration to the only block where that variable is used libavcodec2010-02-11, by kostya
-
Move band checksum verifying into preprocessor condition, so compiler won't libavcodec2010-02-11, by kostya
-
Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler. libavcodec2010-02-09, by michael
-
Set partitioning to 16x16 for spatial direct MBs with mixed interlacing. libavcodec2010-02-08, by michael
-
Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned libavcodec2010-02-08, by michael
-
Change xvid/divx/lavc build variables to be consistent to x264_build. libavcodec2010-02-08, by michael
-
Precalculate a few variables for direct mv prediction for interlaced MBs. libavcodec2010-02-07, by michael
-
Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective true partitioning. libavcodec2010-02-07, by michael
-
Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame. libavcodec2010-02-07, by michael
-
Long term references behave different from short term in spatial direct MV calculation. libavcodec2010-02-06, by michael
-
Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). libavcodec2010-02-02, by cehoyos
-
Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE. libavcodec2010-02-01, by michael
-
Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and libavcodec2010-01-31, by reimar
-
Get rid of a check in one direction that cant be true in it in that part libavcodec2010-01-31, by michael
-
Make VP5 and VP6 decoders output a qscale table to allow for more automatic libavcodec2010-01-29, by reimar
-
Add no_repeat_mask option, so that single-pulse vectors can also be libavcodec2010-01-29, by rbultje
-
Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec libavcodec2010-01-29, by superdump
-
Simplify error handling by processing header errors separate from CRC and libavcodec2010-01-28, by jbr
-
Move variable declaration to block where it is used and simplify code. libavcodec2010-01-28, by reimar
-
Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist. libavcodec2010-01-28, by rbultje
-
Change wraper functions to always inline, they are faster now that way. libavcodec2010-01-28, by michael
-
Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy libavcodec2010-01-28, by michael
-
Fix possible crashes in mlp parser, it tries to go back 7 bytes after libavcodec2010-01-27, by reimar
-
Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the libavcodec2010-01-27, by reimar
-
Use table to speedup access to non_zero_count in MBAFF with differing interlacing. libavcodec2010-01-27, by michael
-
Split fill_caches() between loopfilter & decode, the 2 no longer where common libavcodec2010-01-26, by michael
-
use left_xy[1] in mbaff QP loop filter check, this improves the amount that can libavcodec2010-01-26, by michael
-
Simplify left_xy content for the loop filter, this also makes it closer to libavcodec2010-01-26, by michael
-
100l typo fix, mixed up +-1 forcing the loop filter skip to never skip. libavcodec2010-01-26, by michael
-
Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. libavcodec2010-01-24, by michael
-
Remove is_complex from loop_filter() its useless there in its current form. libavcodec2010-01-24, by michael
-
Remove all uses of slice_type* from the loop filter, also remove its libavcodec2010-01-24, by michael
-
Move +52 from the loop filter to the alpha/beta offsets in the context. libavcodec2010-01-23, by michael
-
Use qstride = 0 and allocate only a single line for qscale_table since libavcodec2010-01-23, by reimar
-
Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions. libavcodec2010-01-23, by fenrir
-
Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame. libavcodec2010-01-23, by fenrir
-
Remove redundant initialization of the palette, it is part of the context libavcodec2010-01-23, by reimar
-
Optmize 8x8dct check used to skip some borders in the loop filter. libavcodec2010-01-23, by michael
-
Zero the frame data on allocation for VB codec, e.g. the FATE sample seems to libavcodec2010-01-23, by reimar
-
The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs libavcodec2010-01-22, by reimar
-
Make calculation of mask_edge free of branches, faster of course but probably libavcodec2010-01-21, by michael
-
Only calculate the second chroma qp if it differs from the firstin the main libavcodec2010-01-20, by michael
-
Mark the h264 c loop filter as av_always_inline av_flatten to make sure its libavcodec2010-01-19, by michael
-
Reenable ff_h264_filter_mb_fast() for all slices it supported before. libavcodec2010-01-19, by michael
-
Remove -2 -> -1 remapping, its not needed anymore as we must remap all libavcodec2010-01-19, by michael
-
Dont waste time initializing stuff for deblocking intra mbs, none of libavcodec2010-01-19, by michael
-
Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. libavcodec2010-01-19, by michael
-
Remove code that handles the case of a MB pair to our right being available. libavcodec2010-01-19, by michael
-
Remove unneeded for_deblock check, this code was alraedy under for_deblock. libavcodec2010-01-18, by michael
-
Rather call filter_mb_mbaff_edge*v() more often than do extra calculations libavcodec2010-01-18, by michael
-
PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_mb_fast() too. libavcodec2010-01-18, by michael
-
Reenable filter_mb_fast for I slices and progressive CABAC P slices. libavcodec2010-01-18, by michael
-
Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches libavcodec2010-01-18, by michael
-
Perform reference remapping at fill_cache() time instead of in the libavcodec2010-01-18, by michael
-
Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller libavcodec2010-01-16, by michael
-
Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. libavcodec2010-01-16, by michael
-
Replace cabac checks in inline functions from h264.h with constants. libavcodec2010-01-16, by michael
-
Split some SIPR structs to a header file for the upcoming SIPR16k commit libavcodec2010-01-16, by vitor
-
Support decoding of Avid uncompressed mov files, fixes issue 1685. libavcodec2010-01-15, by cehoyos
-
AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() libavcodec2010-01-13, by mru
-
Remove the struct SiprModeParam of the context. This will simplify splitting libavcodec2010-01-13, by vitor
-
Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. libavcodec2010-01-13, by michael
-
Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. libavcodec2010-01-12, by reimar
-
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just libavcodec2010-01-12, by michael
-
Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). libavcodec2010-01-12, by michael
-
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer libavcodec2010-01-12, by zuxy
-
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavcodec2010-01-12, by cehoyos
-
fft-test: Replace do_mdct with a tf_transform enum and switch on it. libavcodec2010-01-11, by alexc
-
10l: Fix forgotten variable rename from r14893 (fixes issue 1675). libavcodec2010-01-11, by cehoyos
-
Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the libavcodec2010-01-11, by michael
-
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 libavcodec2010-01-09, by michael
-
Make some tables static again, i mistakely thought they would be used in several libavcodec2010-01-09, by michael
-
Always initialize bit_depth_luma and bit_depth_chroma in the H264 libavcodec2010-01-09, by jai_menon
-
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. libavcodec2010-01-08, by michael
-
Change local variable type from unsigned int to int in order to libavcodec2010-01-08, by thilo.borgmann
-
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. libavcodec2010-01-08, by michael
-
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability libavcodec2010-01-08, by michael
-
Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodec2010-01-08, by michael
-
Explain why the level variable is magically inceased in mpeg4_encode_dc(). libavcodec2010-01-08, by diego
-
Optimize short-term prediction by reducing index arithmetic. libavcodec2010-01-07, by thilo.borgmann
-
Mark h263_get_picture_format() av_const to indicate that it has no funny libavcodec2010-01-07, by michael
-
Stop the approximation in bessel() once it does no longer improve. libavcodec2010-01-06, by michael
-
Use correct context for av_log(), should prevent a crash for malformed files. libavcodec2010-01-05, by vitor
-
Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. libavcodec2010-01-05, by cehoyos
-
The H.263 wrong_run table is only for encoding; only enable it in such cases. libavcodec2010-01-04, by diego
-
VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. libavcodec2010-01-04, by gb
-
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavcodec2010-01-03, by stefano
-
Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it libavcodec2010-01-02, by reimar
-
Small ELBG optimization: use last pixel as a initial guess for the codebook libavcodec2010-01-02, by vitor
-
It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. libavcodec2010-01-01, by michael
-
Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. libavcodec2009-12-31, by cehoyos
-
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. libavcodec2009-12-30, by diego
-
cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. libavcodec2009-12-30, by diego
-
cosmetics: Move H.263-related functions around to avoid forward declarations. libavcodec2009-12-30, by diego
-
Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. libavcodec2009-12-29, by diego
-
Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. libavcodec2009-12-29, by cehoyos
-
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. libavcodec2009-12-29, by diego
-
Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure. libavcodec2009-12-28, by diego
-
Declare the dependency of the H.263 decoder on the H.263 parser in configure. libavcodec2009-12-28, by diego
-
cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef. libavcodec2009-12-27, by diego
-
Add missing opcodes for 16-bit Interplay Video decoding and finally enable it libavcodec2009-12-27, by kostya
-
16-bit Interplay Video stores motion vector data at the end of frame, libavcodec2009-12-27, by kostya
-
10l trocadero: forgot one case where picture linesize should be used libavcodec2009-12-27, by kostya
-
Add 16-bit image data handling (but not decoding yet) to Interplay Video libavcodec2009-12-27, by kostya
-
Change main loop in Interplay Video decoder, so variables x and y really mean libavcodec2009-12-27, by kostya
-
Optimize unpack_vectors() by not shuffling around redundant vectors. libavcodec2009-12-19, by melanson
-
Cosmetics: make celp_filters.* formatting more consistent with the rest of libavcodec2009-12-16, by vitor
-
Set reordered_opaque in default_reget_buffer() with internal buffers. libavcodec2009-12-14, by michael
-
Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warnings). libavcodec2009-12-14, by cehoyos
-
Read and decode block data in separate functions to prepare support for libavcodec2009-12-13, by thilo.borgmann
-
Clarify comment: although still hacky, it is correct for existing libtheora libavcodec2009-12-12, by conrad
-
SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation. libavcodec2009-12-12, by jai_menon
-
Fail earlier for unsupported resolutions or pixel formats when encoding libavcodec2009-12-11, by cehoyos
-
Make sure av_new_packet() initializes the data and destruct pointers. libavcodec2009-12-11, by michael
-
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on libavcodec2009-12-10, by michael
-
revert r20775, because equivalent code has been committed to x264 instead libavcodec2009-12-09, by lorenm
-
aac: Set sample rate in avctx from ADTS header (if not already set by some libavcodec2009-12-08, by andoma
-
Make sure that compilation fails if functions like ff_put_string are used in code libavcodec2009-12-07, by reimar
-
slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on conroe libavcodec2009-12-05, by lorenm
-
Make sure the parsers do not overwrite width/height as this can interfere libavcodec2009-12-05, by michael
-
100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder libavcodec2009-12-04, by kostya
-
Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. libavcodec2009-12-03, by michael
-
lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though libavcodec2009-12-03, by bcoudurier
-
AAC: Add a global header but output not locked output configuration status. libavcodec2009-12-02, by alexc
-
Set the SBR mode to implicit on ADTS frames occurring before the output is locked. libavcodec2009-12-02, by alexc
-
Small refactoring: Instead of 4 loops for decoding AC coefficients based libavcodec2009-12-02, by melanson
-
Use a list to track which fragments coded in this frame still have libavcodec2009-12-02, by melanson
-
Store original width/height so that rv20 does not get stuck with some libavcodec2009-12-01, by michael
-
Rename parameters of put_sbits() to make them consistent with those of libavcodec2009-11-30, by stefano
-
Move "slice below image" check from mpeg_decode_slice to its caller. libavcodec2009-11-30, by michael
-
Disable error resilience for field pictures, this was never supported, libavcodec2009-11-30, by michael
-
Print errors instead of just ignoring contradictionary values in mpeg2 silently. libavcodec2009-11-29, by michael
-
Override a few values read so as to ensure that things are not inconsistent. libavcodec2009-11-29, by michael
-
Make sure field_select is not set to nonsensical values even if unused. libavcodec2009-11-29, by michael
-
Also check the location of the picture start code and picture coding libavcodec2009-11-28, by michael
-
Move mpeg_decode_postinit() out of bitstream decoding functions, it does not libavcodec2009-11-28, by michael
-
Use pixel formats names defined in av_pix_fmt_descriptors rather than libavcodec2009-11-28, by stefano
-
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavcodec2009-11-26, by reimar
-
Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than libavcodec2009-11-26, by stefano
-
Allow decoders to correctly set the sample format by defaulting to libavcodec2009-11-26, by jai_menon
-
Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use libavcodec2009-11-26, by stefano
-
Mark apply_mdct() function as static; it is only used within the file. libavcodec2009-11-26, by diego
-
Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather libavcodec2009-11-26, by stefano
-
-DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. libavcodec2009-11-25, by diego
-
Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma libavcodec2009-11-25, by ramiro
-
Call avcodec_set_dimensions() instead of simply setting avctx->width/height libavcodec2009-11-24, by kostya
-
Make sure avcodec_set_dimensions() is used when rv20 changes resolution. libavcodec2009-11-23, by michael
-
Update dimensions in AVCodecContext when RV3/4 frame dimensions change libavcodec2009-11-22, by kostya
-
In win32 thread implementation do not access jobnr if the thread is asked libavcodec2009-11-20, by reimar
-
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavcodec2009-11-20, by daniel
-
Implement missing case for decoding samples with large pivot value in APE libavcodec2009-11-20, by kostya
-
10l trocadero: ZMBV encoder used zero score to detect whether block should be libavcodec2009-11-20, by kostya
-
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set libavcodec2009-11-19, by reimar
-
Revert r20548, it was a dream. It seems faad does not ouput the last frame libavcodec2009-11-19, by bcoudurier
-
Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. libavcodec2009-11-15, by alexc
-
Merge data tables from als_data.h with the decoder source to reduce libavcodec2009-11-14, by thilo.borgmann
-
ac3dec: apply dynamic range compression to correct channels in dual-mono mode. libavcodec2009-11-14, by jbr
-
Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann libavcodec2009-11-11, by alexc
-
Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. libavcodec2009-11-11, by alexc
-
AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the libavcodec2009-11-11, by alexc
-
Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this libavcodec2009-11-11, by vitor
-
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types. libavcodec2009-11-11, by alexc
-
Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec libavcodec2009-11-10, by jbr
-
Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test libavcodec2009-11-10, by cehoyos
-
Fix palette copying in av_picture_copy(). Previous code worked only if libavcodec2009-11-10, by vitor
-
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavcodec2009-11-10, by cehoyos
-
Add a NULL pointer check to avcodec_close() this should prevent a segfault libavcodec2009-11-10, by michael
-
Make get_bits_left() available for use in libavcodec (was previously held libavcodec2009-11-09, by rbultje
-
And on the sixth day, God gave us the <= operand, which makes the loop libavcodec2009-11-09, by rbultje
-
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodec2009-11-05, by reimar
-
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodec2009-11-04, by reimar
-
Don't lock the channel output configuration based on the first value seen for libavcodec2009-11-03, by alexc
-
Revert r20050, which caused decoding errors with at least one valid AC-3 file. libavcodec2009-11-03, by jbr
-
Set the sample format for Smacker audio in the decoder rather than in the libavcodec2009-11-01, by jbr