Mercurial > libavcodec.hg
graph
-
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
-
Change whitespace placement a little to improve readabiliy slightly. libavcodec2009-10-29, by michael
-
vorbis_dec: factor out duplicated code for index reading, bounds checking and libavcodec2009-10-28, by reimar
-
Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4. libavcodec2009-10-28, by reimar
-
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. libavcodec2009-10-28, by reimar
-
The encoders in pnmenc.c now depend on the init/end functions in pnm.c. libavcodec2009-10-28, by diego
-
Remove crufty leftovers from the era when this file resided within libavformat. libavcodec2009-10-27, by diego
-
Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. libavcodec2009-10-22, by daniel
-
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. libavcodec2009-10-19, by diego
-
Add additional long names for the Flash Video decoder and encoder. libavcodec2009-10-19, by stefano
-
Add additional long names for the Sorenson Vector Quantizer 3 decoder. libavcodec2009-10-19, by stefano
-
Add additional long names for the Sorenson Vector Quantizer 1 decoder libavcodec2009-10-19, by stefano
-
mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make libavcodec2009-10-19, by reimar
-
fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com libavcodec2009-10-18, by bcoudurier
-
add CONFIG_LPC to the build system for lpc dsputil functions. fixes build libavcodec2009-10-18, by jbr
-
Replace big square-root table by a call to ff_sqrt(). Based on a patch libavcodec2009-10-18, by vitor
-
Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodec2009-10-17, by jbr
-
Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). libavcodec2009-10-16, by astrange
-
mlp: Only initialize VLC tables once. This caused a crash when multiple libavcodec2009-10-16, by ramiro
-
Do not try to free memory that was never allocated (partial revert of r20231). libavcodec2009-10-16, by cehoyos
-
Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodec2009-10-16, by michael
-
Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodec2009-10-16, by michael
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodec2009-10-16, by reimar
-
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodec2009-10-15, by reimar
-
Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. libavcodec2009-10-15, by reimar
-
Do not initialize ff_cos_* tables again in rdft_init, they are already libavcodec2009-10-15, by reimar
-
Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodec2009-10-15, by reimar
-
Print a warning message when avcodec_default_free_buffers finds unreleased libavcodec2009-10-13, by reimar
-
Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodec2009-10-13, by reimar
-
Add an execute2 function that is more flexible and allows to use parallel libavcodec2009-10-12, by reimar
-
ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs libavcodec2009-10-11, by mru
-
100l in avpicture_layout: width of chroma planes depends on format depth, too. libavcodec2009-10-11, by reimar
-
Print error message when true interlaced VC-1 frames are encountered libavcodec2009-10-10, by kostya
-
AAC: Fix regression introduced in r20067 where ADTS files would always be libavcodec2009-10-09, by superdump
-
Since some junk may be or may be not present before actual VC-1 extradata, libavcodec2009-10-06, by kostya
-
Add vorbis channel layout support according to those defined in the Vorbis I libavcodec2009-10-02, by superdump
-
Make avcodec_open set codec_id and codec_type if they haven't been set. libavcodec2009-10-01, by reimar
-
put_bits can only reliably write up to 31 bit bits, above it relies on libavcodec2009-10-01, by reimar
-
Use MANGLE in cavsdsp, the current version using "m" constraints will not libavcodec2009-10-01, by reimar
-
Do not attempt to decode TIFF files containing fax data with uncompressed libavcodec2009-10-01, by kostya
-
Change an error to a warning to support broken AC-3 files known to exist. libavcodec2009-10-01, by jbr
-
Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 libavcodec2009-09-30, by reimar
-
Simplify stereo rematrixing by only using one temporary variable. It is also libavcodec2009-09-30, by jbr
-
remove unneeded assignment in inner loop. rematrixing bands are contiguous. libavcodec2009-09-30, by jbr
-
WMA: store level_table as floats, use type punning for sign flip in decode libavcodec2009-09-29, by mru
-
Refactor channel element configuration and mapping code into its own function libavcodec2009-09-28, by superdump
-
AAC: Add channel layout support for channel configuration as defined in the libavcodec2009-09-28, by superdump
-
Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them libavcodec2009-09-28, by kostya
-
Make TIFF decoder load compression options only for corresponding codec libavcodec2009-09-28, by kostya
-
Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is libavcodec2009-09-27, by kostya
-
Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() libavcodec2009-09-27, by jbr
-
Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, libavcodec2009-09-27, by kostya
-
cosmetics: Rename some variables to be more descriptive of their use. Do some libavcodec2009-09-27, by jbr
-
Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set. libavcodec2009-09-27, by jbr
-
Specify maximum sample rate of MLP by defining the factor relative to 48000 libavcodec2009-09-26, by reimar
-
Remove ff_realloc_static, it is no longer used and since it was declared libavcodec2009-09-24, by reimar
-
Remove a piece of code left-over from the removed alloc'd static vlc table code. libavcodec2009-09-24, by reimar
-
Support both LSB and MSB orders for TIFF CCITT G.x compressed data. libavcodec2009-09-24, by kostya
-
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and libavcodec2009-09-24, by reimar
-
Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec libavcodec2009-09-24, by reimar
-
Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. libavcodec2009-09-24, by reimar
-
Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static libavcodec2009-09-24, by reimar
-
Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open(). libavcodec2009-09-23, by michael
-
Add checks for per-packet mode indexes and per-header mode mapping indexes. libavcodec2009-09-23, by michael
-
Check num_units_in_tick/time_scale to be valid and within the range we support. libavcodec2009-09-23, by michael
-
Another micro-optimization for unpack_vlcs(): Eliminate a possible libavcodec2009-09-23, by melanson
-
Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome libavcodec2009-09-22, by michael
-
Perform the DC prediction reversal immediately after decoding all of libavcodec2009-09-22, by melanson
-
AAC: Simplify some logic from r19956. (The escape codebook is unsigned.) libavcodec2009-09-22, by alexc
-
Use a custom radix sort implementation instead of qsort in dnxhd encoder. libavcodec2009-09-21, by reimar
-
aacenc: Split paths in the scalefactor selection trellis into a 2-D array. libavcodec2009-09-21, by alexc
-
aacenc: Replace cbrt() with cbrtf() when the result is destined for float libavcodec2009-09-21, by alexc
-
aacenc: Multiple distortion by lambda after it's summed and not each individual libavcodec2009-09-21, by alexc
-
aacenc: Don't make unnecessary compares to the escape value in tight loops. libavcodec2009-09-21, by alexc
-
Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodec2009-09-21, by mru
-
Modify unpack_vlcs() so that there are fewer dereferences through the libavcodec2009-09-21, by melanson
-
Fix embarassing typo in last commit: Restore mistakenly removed ','. libavcodec2009-09-20, by diego
-
Support uncompressed 16 bit sgi image format, as e.g. used by the files at libavcodec2009-09-19, by reimar
-
Simplify color_flags calculation, remove a pointless initialization libavcodec2009-09-19, by reimar
-
Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction libavcodec2009-09-19, by jbr
-
Reorder functions so that encoding functions are disabled by the preprocessor. libavcodec2009-09-18, by diego
-
add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME libavcodec2009-09-16, by jbr
-
Monkey's Audio uses subframes too, declare that in its capabilities libavcodec2009-09-16, by kostya
-
Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field. libavcodec2009-09-16, by gb
-
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so libavcodec2009-09-15, by vitor
-
Fix max_coded_frame_size computation to account for byte alignment. libavcodec2009-09-15, by jai_menon
-
Simplify: reget_buffer behaves exactly like get_buffer if the buffer was libavcodec2009-09-10, by reimar
-
Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. libavcodec2009-09-08, by banan
-
Try to clarify that anyone using get_bits must check for buffer overrun libavcodec2009-09-08, by reimar
-
Mark all pix_fmts and supported_framerates compound literals as const. libavcodec2009-09-06, by reimar
-
Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec2009-09-06, by reimar
-
The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. libavcodec2009-09-06, by reimar
-
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavcodec2009-09-06, by ramiro
-
Use memcpy to copy till end of line in one go instead of copying pixel by pixel libavcodec2009-09-05, by reimar
-
Slightly simplify detection of end of compressed data in xan_unpack libavcodec2009-09-05, by reimar
-
libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no libavcodec2009-09-04, by jbr
-
Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name. libavcodec2009-08-30, by diego
-
Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit libavcodec2009-08-30, by kostya
-
Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block libavcodec2009-08-30, by kostya
-
Store the frame size in the LibSpeexContext in case the header does not exist. libavcodec2009-08-29, by jbr
-
Use the output data type to determine the maximum number of samples that can be libavcodec2009-08-28, by jbr
-
Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavcodec2009-08-28, by jbr
-
Re-add search_for_ms to the coefficients encoders to silence warnings libavcodec2009-08-27, by alexc
-
100l, revision 19728 added a bug that broke twinvq decoding. I forgot to libavcodec2009-08-27, by vitor
-
1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2. libavcodec2009-08-27, by lorenm
-
merge 2-channel M/S stereo decoding code with the multichannel version libavcodec2009-08-26, by faust3
-
100l typo, xsub encoder printed end time hours where minutes should have been. libavcodec2009-08-26, by reimar
-
100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 libavcodec2009-08-26, by reimar
-
Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. libavcodec2009-08-21, by diego
-
Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. libavcodec2009-08-21, by reimar
-
Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle libavcodec2009-08-20, by reimar
-
Use the AOT enum instead of integer literals for setting and comparing audio libavcodec2009-08-17, by alexc
-
Add a function that can apply an order 2 rational transfer function in-place. libavcodec2009-08-15, by superdump
-
Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. libavcodec2009-08-15, by reimar
-
Add ff_celp_circ_addf() function to be used for sparse vector circular libavcodec2009-08-12, by superdump
-
Fix a memleak with win32 threads: the handle returned by _beginthreadex libavcodec2009-08-12, by reimar
-
Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native libavcodec2009-08-11, by cehoyos
-
Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the libavcodec2009-08-05, by diego
-
Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or libavcodec2009-08-05, by diego
-
Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure. libavcodec2009-08-05, by diego
-
Modify decode_band_structure() so that the actual band structure is only libavcodec2009-08-05, by jbr
-
Parse frame size code, see "svq3.c: parse frame size" thread on ML. libavcodec2009-08-04, by rbultje
-
Update x264 asm code to latest to add support for 64-bit Windows. libavcodec2009-08-04, by darkshikari
-
Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master libavcodec2009-08-03, by heydowns
-
Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf() libavcodec2009-08-03, by superdump
-
Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. libavcodec2009-08-03, by diego
-
Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. libavcodec2009-08-03, by jbr
-
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. libavcodec2009-07-30, by diego
-
Only enable WMV3 decoder when it has been turned on in the build system. libavcodec2009-07-29, by diego
-
Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER, libavcodec2009-07-29, by diego
-
Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. libavcodec2009-07-27, by diego
-
Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set. libavcodec2009-07-23, by diego
-
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. libavcodec2009-07-22, by diego
-
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. libavcodec2009-07-22, by diego
-
Revert unintended portion of last commit. (Setting the default coder to libavcodec2009-07-22, by alexc
-
Be sure to increment our position in the coefficient array when skipping a zero libavcodec2009-07-22, by alexc
-
Actually use all the codebooks we are iterating over in the two-loop scalefactor search. libavcodec2009-07-20, by alexc
-
Icc 11.1 still does not align the stack pointer, disable some x264 functions. libavcodec2009-07-17, by cehoyos
-
When calculating AAC quantized band cost, don't leave garbage in the bit count libavcodec2009-07-16, by alexc
-
Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. libavcodec2009-07-14, by alexc
-
Fix "warning: assignment discards qualifiers from pointer target type" libavcodec2009-07-13, by conrad
-
Ignore subsequent channel configurations after the first in an AAC file. The libavcodec2009-07-10, by alexc
-
Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. libavcodec2009-07-09, by alexc
-
Refactor windowing and early psy from bitstream writing parts of the AAC encoder. libavcodec2009-07-08, by alexc
-
Merge the AAC encoder from SoC svn. It is still considered experimental. libavcodec2009-07-08, by alexc
-
Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just libavcodec2009-07-07, by diego
-
Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. libavcodec2009-07-07, by diego
-
Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. libavcodec2009-07-06, by reimar
-
Ensure that the filter limit values do not exceed the maximum allowed value of 127. libavcodec2009-07-05, by reimar
-
Extend init_loop_filter to work for filter limit values up to 127 instead libavcodec2009-07-05, by reimar
-
Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. libavcodec2009-07-05, by reimar
-
Check that palctrl is available on init instead of crashing when trying to use libavcodec2009-07-05, by reimar
-
If the end of the input buffer is reached while decoding MJPEG and at least libavcodec2009-07-04, by reimar
-
Make the MJPEG decoder return -1 when no image was decoded so that decode libavcodec2009-07-04, by reimar
-
Add a got_picture flag to MJpegDecodeContext which indicates if its picture libavcodec2009-07-04, by reimar
-
mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. libavcodec2009-07-04, by reimar
-
Revert r19317, "simplify slice_end, return size of output frame". libavcodec2009-07-01, by bcoudurier
-
RV3/4 intra types array causes alignment issues (at least on ARM5), thus change libavcodec2009-07-01, by kostya
-
Drop code that attempts to decode frames that are prefixed by junk. libavcodec2009-06-30, by michael
-
Add doxy to av_log_missing_feature() etc. stating that the function is libavcodec2009-06-29, by rbultje
-
Move av_log_missing_feature() from the internal.h to the public avcodec.h libavcodec2009-06-29, by rbultje
-
Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: libavcodec2009-06-27, by cehoyos
-
Make documentation better match the code. Now AVCodecContext.sample_fmt libavcodec2009-06-23, by vitor
-
Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name libavcodec2009-06-21, by stefano
-
Fetch timestamp for the first frame of field only if frame_offset and libavcodec2009-06-21, by bcoudurier
-
Convertion of LSF values to coefficients of linear prediction filter libavcodec2009-06-20, by voroshil
-
Add support for encoding XSUB subtitles. Muxing support is still missing. libavcodec2009-06-19, by reimar
-
Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder libavcodec2009-06-19, by reimar
-
G.729 decoding routine (skeleton, including parameters decoding). libavcodec2009-06-18, by voroshil
-
VC-1/WMV3 decoding: don't clear blocks unless they're actually used. libavcodec2009-06-16, by darkshikari
-
Fix typo in vc1.c, make capitalization in warning/error messages more consistent. libavcodec2009-06-16, by darkshikari
-
Fix unaligned accesses by doing bytewise access until aligned, then libavcodec2009-06-15, by heydowns
-
check if frame size matches old sys and assumes corrupted input, fixes #1192 libavcodec2009-06-14, by bcoudurier
-
Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, libavcodec2009-06-14, by voroshil
-
Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits). libavcodec2009-06-13, by kostya
-
Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be libavcodec2009-06-12, by alexc
-
Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. libavcodec2009-06-12, by darkshikari
-
The internal header libavutil/internal.h should not be used outside libavutil. libavcodec2009-06-11, by diego
-
Split decoder-specific code off from vc1.c into vc1dec.c and keep code libavcodec2009-06-11, by diego
-
Disable native Vorbis encoder; quality is much worse than libvorbis and libavcodec2009-06-11, by conrad
-
Add field prev_interlaced_frame to H264Context to be able to flag soft telecine libavcodec2009-06-09, by cehoyos
-
Express the H.264 parser dependency on the golomb code in configure instead of libavcodec2009-06-09, by diego
-
Properly initialize AVFrames to default values in the MPEG decoder (fixes libavcodec2009-06-09, by lucabe
-
clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen libavcodec2009-06-06, by bcoudurier
-
Get new buffer during frame decoding in VB video decoder, not only once libavcodec2009-06-06, by kostya
-
vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CAP_DR1 libavcodec2009-06-05, by bcoudurier
-
renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec2009-06-05, by bcoudurier
-
sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec2009-06-05, by bcoudurier
-
pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1 libavcodec2009-06-05, by bcoudurier
-
Check combined depth and number of components in TIFF decoder, thus eliminating libavcodec2009-06-02, by kostya
-
mszh decompression: add a special case for an all-0 mask, i.e. 32 uncompressed libavcodec2009-05-31, by reimar
-
avctx->priv_data is initialized to 0, get rid of useless extra initialization. libavcodec2009-05-31, by reimar
-
100l, the compression field in lcl extradata must be interpreted as libavcodec2009-05-31, by reimar
-
Pad the decompression buffer and use av_memcpy_backptr for the mszh decompression. libavcodec2009-05-31, by reimar
-
Use bytestream_get_le16 to simplify offset/count calculation for mszh decompression. libavcodec2009-05-31, by reimar
-
Use srcptr_end variable to avoid having to update both srcptr and srclen. libavcodec2009-05-31, by reimar
-
Add sanity check for mthread_inlen, avoids crashes due to invalid reads. libavcodec2009-05-31, by reimar
-
Factor out zlib decompression code to avoid massive code duplication, libavcodec2009-05-31, by reimar
-
Move variable into block where it is used, avoiding a unused variable libavcodec2009-05-31, by reimar
-
Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG_DEBUG. libavcodec2009-05-31, by reimar
-
Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possible libavcodec2009-05-31, by reimar
-
Get rid of extradata casts, it already has the right uint8_t * type libavcodec2009-05-31, by reimar
-
Make lcldec produce YUV output when the input file is coded like that, instead libavcodec2009-05-31, by reimar
-
lclenc.c: compress directly into output buffer instead of using a pointless libavcodec2009-05-31, by reimar
-
Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled libavcodec2009-05-31, by reimar
-
Remove useless () from lcldec for more consistency with "normal" FFmpeg coding style. libavcodec2009-05-30, by reimar
-
remove unused hack which set AVCodecContext frame_number to pic timestamp libavcodec2009-05-30, by bcoudurier
-
msrle uncompressed decoding, fix #1074 and many other samples under /RLE libavcodec2009-05-27, by bcoudurier
-
Rename alloc_picture to ff_alloc_picture and move its definition libavcodec2009-05-27, by bcoudurier
-
Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. libavcodec2009-05-27, by bcoudurier
-
do not reference remainder packets in the parser, fix timestamps fetching libavcodec2009-05-26, by bcoudurier
-
In the event of a mismatch, do not follow the sample rate index in an AAC PCE. libavcodec2009-05-26, by alexc
-
Use dimensions stored in AVCodecContext instead of local variables. libavcodec2009-05-26, by jai_menon
-
Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack libavcodec2009-05-25, by reimar
-
honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly libavcodec2009-05-25, by bcoudurier
-
mlp: Use LABEL_MANGLE() to export label symbols from inside asm block. libavcodec2009-05-25, by ramiro
-
eatqi: move "block" variable into context to ensure sufficient alignment for libavcodec2009-05-24, by reimar
-
Distinguish between non-coded blocks and decode errors in rtjpeg's get_block libavcodec2009-05-24, by reimar
-
Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment libavcodec2009-05-24, by reimar
-
fix qtrle encoding when previous frame linesize differs, fix #998 libavcodec2009-05-23, by bcoudurier
-
Set progressive_sequence before MPV_common_init which cares about it when libavcodec2009-05-23, by bcoudurier
-
Move ALIGN macro to libavutil/common.h and use it in various places libavcodec2009-05-22, by conrad
-
Move eatgq blocks array from the stack to the codec context and make sure libavcodec2009-05-22, by reimar
-
eac3dec: fix bug in GAQ dequantization. large mantissas should only be libavcodec2009-05-21, by jbr
-
eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ libavcodec2009-05-21, by jbr
-
Use iMDCT output scaling to simplify ffvorbis and make it slightly faster. libavcodec2009-05-20, by serge
-
Fix for a problem with inverted sign of output data from ffvorbis decoder. libavcodec2009-05-20, by serge
-
The AC-3 decoder is now LGPL. Exchange the license header and change references libavcodec2009-05-19, by diego
-
LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster. libavcodec2009-05-19, by darkshikari
-
cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. libavcodec2009-05-19, by diego
-
Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 libavcodec2009-05-17, by banan
-
Add a forward declaration of mpeg1_decode_block_intra to fix compilation libavcodec2009-05-17, by reimar
-
eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is libavcodec2009-05-17, by jbr
-
Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec2009-05-16, by serge
-
Fix off-by-one error in MS RLE decoder which may result into writing past libavcodec2009-05-16, by kostya
-
cosmetics: K&R coding style, indent correctly, break overly long lines libavcodec2009-05-15, by diego
-
cosmetics: Move functions around so that encoding and decoding functions are libavcodec2009-05-15, by diego
-
Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after libavcodec2009-05-15, by diego
-
Add av_cold attribute to amr_nb decoding/encoding initialization functions. libavcodec2009-05-15, by diego
-
mlp: Simplify adressing of state and coeffs arrays for both filters by making libavcodec2009-05-15, by ramiro
-
mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. libavcodec2009-05-15, by ramiro
-
Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") libavcodec2009-05-14, by serge
-
Allow parsing and decoding of ADTS AAC files with channel config = 0 libavcodec2009-05-13, by alexc
-
Add a chroma_sample_location field to define positioning of chroma samples libavcodec2009-05-11, by conrad
-
check for palette presence, fix crash with QT-BMP.mov, issue #1074 libavcodec2009-05-10, by bcoudurier
-
Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. libavcodec2009-05-09, by diego
-
mlpdec: Fix possible writing out of array bounds introduced by being libavcodec2009-05-06, by ramiro
-
Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' message libavcodec2009-05-06, by kostya
-
ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also libavcodec2009-05-06, by jbr
-
Do not scan for MP3 header after the given buffer and return skipped libavcodec2009-05-04, by diego
-
Add missing return statement to out-of-memory condition. Fixes the warning: libavcodec2009-04-30, by diego
-
Revert r18700, documentation of deprecated functions might be useful for libavcodec2009-04-27, by vitor
-
Check if there is enough bytes before reading the buffer in the EA ADPCM libavcodec2009-04-27, by vitor
-
Remove useless and outright wrong chatter from avcodec_encode_video(). libavcodec2009-04-27, by michael
-
Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2(). libavcodec2009-04-27, by michael
-
Remove documentation from deprecated fields, they should not be used, libavcodec2009-04-27, by michael
-
Remove confusing and redundant engrish chatter from avcodec_decode_video2(). libavcodec2009-04-27, by michael
-
mlpdec: Simplify filtering code by using only one counter variable. libavcodec2009-04-26, by ramiro
-
Make sure we only parse max amount of subpackets (5) in the cook decoder. libavcodec2009-04-25, by banan
-
Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically. libavcodec2009-04-25, by kostya
-
TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB. libavcodec2009-04-24, by kostya
-
Make avcodec_thread_init() set the thread count, even in the case when libavcodec2009-04-23, by stefano
-
Display dimensions should not affect the real size of coded frame, thus set libavcodec2009-04-23, by kostya
-
Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) libavcodec2009-04-22, by michael
-
Remove redundant assignment. err is assigned in every switch case anyway. Issue libavcodec2009-04-21, by superdump
-
ac3enc: log a warning message if the channel layout is not specified at libavcodec2009-04-20, by jbr
-
mlpdec: Read context variable to local variable to make code cleaner. libavcodec2009-04-18, by ramiro
-
mlpdec: Use some context arrays with local variables in rematrix_channels(). libavcodec2009-04-18, by ramiro
-
truehd: Simplify rematrix_channels() as per Michael's original review. libavcodec2009-04-18, by ramiro
-
mlpdec: Make read_matrix_params() take unsigned int substr for consistency. libavcodec2009-04-18, by ramiro
-
mlpdec: Check for {matrix,filter}_changed as soon as they are incremented. libavcodec2009-04-18, by ramiro
-
Change buffer check to avoid an unlikely pointer arithmetic overflow. libavcodec2009-04-17, by reimar
-
Simplify ipvideo_decode_opcodes by using get_bits, this might be slower libavcodec2009-04-17, by reimar
-
Introduce codec id for MPEG-4 ALS and associate it with corresponding libavcodec2009-04-17, by jai_menon
-
Change buffer size checks to avoid the very unlikely overflow case. libavcodec2009-04-17, by reimar
-
Remove 2 useless assignments from ff_rate_control_init() found by CSA. libavcodec2009-04-17, by michael
-
Use memcpy instead of the very inefficient bytecopy where both are correct libavcodec2009-04-17, by reimar
-
Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA. libavcodec2009-04-17, by michael
-
Remove unused variables from slice_buffer_load_line() found by CSA. libavcodec2009-04-17, by michael
-
Remove 2 unused variables from MPV_decode_mb_internal() found by CSA. libavcodec2009-04-17, by michael
-
Remove unused variable in init_mv_penalty_and_fcode() found by CSA. libavcodec2009-04-17, by michael
-
Remove useless assignment in generate_codebook(). Found by Clang static analyser. libavcodec2009-04-17, by vitor
-
Remove useless assignment from h263_pred_dc() found by the clang static analyzer. libavcodec2009-04-17, by michael
-
Move declarations in mpeg1_encode_motion() closer to where they are needed. libavcodec2009-04-17, by michael
-
Get rid of an unused variable, found by the clang static analyzer. libavcodec2009-04-17, by michael
-
Change tgq_decode_mb function arguments from using int8_t to uint8_t, this does libavcodec2009-04-17, by reimar
-
Add guaranteed alignment for loading dest pixels in avg_pixels16_neon libavcodec2009-04-16, by conrad
-
flacenc: write initial blocksize to STREAMINFO header instead of current libavcodec2009-04-16, by jbr
-
avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing libavcodec2009-04-15, by conrad
-
Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. libavcodec2009-04-13, by koorogi
-
Do not use full include path for get_bits.h, since the header is in libavcodec2009-04-13, by stefano
-
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. libavcodec2009-04-12, by diego