log

age author description
2010-02-28 cehoyos Make av_get_bit_rate() static and remove av_, the function is only used libavcodec
2010-02-28 cehoyos Include libxvid_internal.h: It contains the prototype for av_tempfile(). libavcodec
2010-02-28 cehoyos Make the following functions static (and remove ff_), they are only used libavcodec
2010-02-28 cehoyos Make function get_channel_name() static: It is only used in audioconvert.c. libavcodec
2010-02-28 cehoyos Process picture aspect ratio changes in H.264. libavcodec
2010-02-28 cehoyos Include internal.h and imgconvert.h, they contain the prototypes for the libavcodec
2010-02-28 cehoyos Include msrledec.h: It contains the prototype for ff_msrle_decode(). libavcodec
2010-02-28 cehoyos Include atrac.h: It contains the prototypes for atrac_generate_tables() libavcodec
2010-02-28 cehoyos Include mpegaudiodecheader.h: It contains the prototype for libavcodec
2010-02-28 cehoyos Remove declaration of unused variables. libavcodec
2010-02-28 cehoyos Include h263_parser.h: It contains the prototype for libavcodec
2010-02-28 cehoyos Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header. libavcodec
2010-02-27 reimar Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding libavcodec
2010-02-27 kostya Strides in Indeo 5 reconstruction filter should be signed, libavcodec
2010-02-27 kostya Encapsulate VLC information needed for decoding blocks and macroblocks in libavcodec
2010-02-27 kostya Make it clear that ff_ivi_init_static_vlc() does not need arguments libavcodec
2010-02-27 michael Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup libavcodec
2010-02-27 michael Split *_type setting up, 4 cpu cycles faster. libavcodec
2010-02-26 michael Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. libavcodec
2010-02-26 fenrir Fixed a segfault in the DCA decoder with corrupted streams. libavcodec
2010-02-26 vitor Do not read beyond end of input in EA-TGV. This should avoid FATE test #362 libavcodec
2010-02-26 michael Only load the topleft mv/ref when the topright is unavailable. libavcodec
2010-02-26 michael Remove some useless operations from the code setting left_cbp. libavcodec
2010-02-26 michael Simplify code to set cbp_* libavcodec
2010-02-26 benoit Fix typos in ref_index documentation. libavcodec
2010-02-26 michael Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). libavcodec
2010-02-26 michael Remove 3 mv_cache zeroing instructions that zeroed the right side. libavcodec
2010-02-26 michael Remove useless check of the 2 left MBs of a pair being in the same slice. libavcodec
2010-02-26 michael Clarify ref_index. libavcodec
2010-02-26 michael Remove unneeded line of code from the neighbor setting code in h264. libavcodec
2010-02-26 michael Simplify code in mv_pred. libavcodec
2010-02-25 michael Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to libavcodec
2010-02-25 michael svq3 now in working condition, at least vissually, ill let fate tell us libavcodec
2010-02-25 michael fix compilation, sorry ive not checked cvslog for a while :((( libavcodec
2010-02-25 michael Dont allocate direct_table 8 times too large. libavcodec
2010-02-25 michael Store data in direct_table interleaved. libavcodec
2010-02-25 michael Simplify intra4x4_pred_mode_cache init. libavcodec
2010-02-25 michael Reorder intra4x4_pred_mode so that we can read/write 4 values at once. libavcodec
2010-02-25 michael Store intra4x4_pred_mode per row only. libavcodec
2010-02-25 michael unroll tiny and trivial loop. Same speed but clearer. libavcodec
2010-02-25 michael Cut the size of mvd_table by yet another factor of 2. libavcodec
2010-02-25 michael Keep mvd_table values of only 2 mb rows. libavcodec
2010-02-24 alexc aac: Keep decode_band_types() from eating all padding at the end of a buffer. libavcodec
2010-02-24 michael 3rd and hopefully last 100l fix. libavcodec
2010-02-24 michael Fix doxy and assert(). libavcodec
2010-02-24 michael Try to fix 100l compilation failure on some systems. libavcodec
2010-02-24 michael Change mvd_cache & mvd_table to 8bit, this is overall a bit faster libavcodec
2010-02-24 michael Extend fill_rectangle() support for 16bit libavcodec
2010-02-24 michael Calculate mvd without abs() libavcodec
2010-02-24 michael switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. libavcodec
2010-02-24 michael Factorize common code from the top of decode_cabac_mb_mvd() libavcodec
2010-02-24 michael Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) libavcodec
2010-02-24 michael Replace ad-hoc fill rectangle by fill_rectangle(). libavcodec
2010-02-24 kostya ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls libavcodec
2010-02-24 pross it is not necessary to display the decoder name, as av_log() automatically prints the context libavcodec
2010-02-24 michael Replace /2 by faster >>1 as the mvd values are now all positive. libavcodec
2010-02-24 michael Remove unused variable. Seems i forgot to commit this. libavcodec
2010-02-23 ramiro mlp_parser: Fix memleak. libavcodec
2010-02-23 daniel Cosmetics: break all Makefile lines at 80 columns or less libavcodec
2010-02-23 pross Use reported_size to truncate final Bink Audio frame libavcodec
2010-02-23 daniel Fix iff demuxer dependencies libavcodec
2010-02-23 daniel Fix vc1 parser dependencies libavcodec
2010-02-23 daniel Fix h264 parser dependencies libavcodec
2010-02-23 daniel Fix mpeg4video parser dependencies libavcodec
2010-02-23 daniel Fix wmv2 encoder dependencies libavcodec
2010-02-23 daniel Fix gif encoder dependencies libavcodec
2010-02-23 daniel Fix snow encoder dependencies libavcodec
2010-02-23 daniel Fix svq1 encoder dependencies libavcodec
2010-02-23 kostya 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and libavcodec
2010-02-23 kostya Decode alpha plane in Bink video libavcodec
2010-02-23 kostya cosmetics: reindent after last commit libavcodec
2010-02-23 kostya Move plane decoding code into separate function in Bink decoder libavcodec
2010-02-23 kostya Bink video decoder now can use extradata to detect alpha plane presence libavcodec
2010-02-23 mru Declare indeo VLC table storage with correct type libavcodec
2010-02-23 michael Try to set has_b_frames in codec init if we know everything alraedy. libavcodec
2010-02-23 michael Move extradata reading code into codec init instead of doing it libavcodec
2010-02-22 kostya Make Bink decoder able to skip alpha plane libavcodec
2010-02-22 kostya Macroblock and block Huffman code sets are to be used by both Indeo 4 and libavcodec
2010-02-22 kostya Make Bink decoder to stop decoding planes after all bits are used. libavcodec
2010-02-22 kostya Correct bundle lengths calculation for small Bink files. libavcodec
2010-02-22 mru ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16 libavcodec
2010-02-22 cehoyos Fix compilation for --enable-version3 --enable-libopencore_amrwb (only). libavcodec
2010-02-22 mru ARM: add missing preserve8 directives libavcodec
2010-02-21 mru get/show_bits() can read up to MIN_CACHE_BITS bits libavcodec
2010-02-21 michael Fix timestamp association for mpeg2 field pictures. libavcodec
2010-02-21 mru Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend libavcodec
2010-02-21 mru Add zero_extend() function libavcodec
2010-02-21 cehoyos Remove unused variable mb_xy. libavcodec
2010-02-21 vitor AMR-NB floating-point based decoder. libavcodec
2010-02-21 diego Remove unused variable, fixes warnings of the type: libavcodec
2010-02-21 mru indent libavcodec
2010-02-21 mru Avoid negative shifts in build_table() libavcodec
2010-02-21 kostya Bink video decoder libavcodec
2010-02-21 mru VC1: fix missing include h263.h libavcodec
2010-02-21 conrad Simplify determing whether fragments are coded libavcodec
2010-02-21 conrad Handle Theora's continued runs in superblock coding. libavcodec
2010-02-21 conrad Decode fully coded superblocks in the same manner as partial superblocks and qpi libavcodec
2010-02-21 conrad Make the special 4129 case for long-run bit strings a #define and explain it libavcodec
2010-02-21 conrad Use memset to set the runs partially coded superblocks libavcodec
2010-02-20 mru Replace log2f(10) with a constant libavcodec
2010-02-20 vitor Free encoder extradata in avcodec_close(). Should fix several small memory libavcodec
2010-02-20 ramiro x86_fft.o depends on MMX and FFT. libavcodec
2010-02-20 stefang remove tables of codebook vector values which are contained in libavcodec
2010-02-19 kostya 16l trocadero: don't forget to free frame data buffer in APE decoder libavcodec
2010-02-19 daniel msmpeg4v* encoders depend on h263dec libavcodec
2010-02-19 daniel Declare WMV1 decoder dependencies libavcodec
2010-02-19 daniel Declare CAF demuxer dependency on mpegaudio libavcodec
2010-02-19 daniel Fix compilation of binkaudio_rdft when dct is disabled libavcodec
2010-02-19 stefang remove a Huffman table from WMA which also exists in AAC libavcodec
2010-02-19 vitor Add missing dependency of TwinVQ libavcodec
2010-02-19 stefang remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct libavcodec
2010-02-19 kostya cosmetics: reindent after last commit libavcodec
2010-02-19 kostya Since WavPack chunk can contain more samples than FFmpeg is guaranteed to libavcodec
2010-02-19 thilo.borgmann Add the dependency for mpeg4audio.o of the ALS decoder. libavcodec
2010-02-19 thilo.borgmann Do sequential bit reading outside of []-operators. libavcodec
2010-02-19 michael get rid of an if() 1 cpu cycle faster. libavcodec
2010-02-19 michael Get rid of a local variable, 10 cpu cycles faster. libavcodec
2010-02-18 michael Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache. libavcodec
2010-02-18 alexc Add some AAC buffer overread checks. libavcodec
2010-02-18 stefang fix intra prediction modes with inter-MB neighbors, libavcodec
2010-02-18 mru H264: use alias-safe macros libavcodec
2010-02-18 michael Simplify deblock_left/top condition for deblocking_filter=2 libavcodec
2010-02-18 michael Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles. libavcodec
2010-02-17 mru Move NEG_[US]SR32 macros to mathops.h libavcodec
2010-02-17 thilo.borgmann Fix sizeof()-statement to use the actual pointer type. libavcodec
2010-02-17 thilo.borgmann Fix wrong buffer allocation for MCC in ALS. libavcodec
2010-02-17 alexc get_bits: Fix spelling and grammar in GET_VLC() comment. libavcodec
2010-02-17 mru 10l: remove stray '(' I don't know where it came from libavcodec
2010-02-17 mru Use LOCAL_ALIGNED macro for local arrays libavcodec
2010-02-17 mru Add LOCAL_ALIGNED() macro for declaring aligned local arrays libavcodec
2010-02-17 mru Simplify some declarations of aligned arrays libavcodec
2010-02-17 michael Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs libavcodec
2010-02-17 michael Move check for and call of predict_field_decoding_flag() from the mb code to libavcodec
2010-02-16 michael 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less. libavcodec
2010-02-16 thilo.borgmann Limit the Rice parameter used for progressive decoding in ALS. libavcodec
2010-02-16 rbultje Add lsp.o as a dependency for wmavoice. This fixes a compilation error when libavcodec
2010-02-16 pross Support <8-bit ILBM uncompressed bitmaps libavcodec
2010-02-16 michael 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type() libavcodec
2010-02-16 michael Drop a few redundant slice_num checks. libavcodec
2010-02-15 michael Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its libavcodec
2010-02-15 michael Split setting neighboring MBs from fill_decode_caches() libavcodec
2010-02-15 michael Simplify decode_cabac_mb_intra4x4_pred_mode(). libavcodec
2010-02-15 michael Merge decode_cabac_mb_type_b() into calling code. libavcodec
2010-02-15 cehoyos Remove outdated comment. libavcodec
2010-02-15 stefang add heuristic to discern the old sample clips from streams encoded libavcodec
2010-02-15 stefang avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar libavcodec
2010-02-15 alexc AAC: Mark che_configure() as av_cold. libavcodec
2010-02-15 alexc AAC: Mark functions that are only called when the output configuration is not locked as av_cold. libavcodec
2010-02-15 pross IFF bitmap n-bit color support libavcodec
2010-02-15 michael 10l ;; gcc 2.95 compilation fix by mike libavcodec
2010-02-15 michael 10l use pack16to32(), should fix big endian h264 failures. libavcodec
2010-02-15 michael Merge the single line function decode_cabac_mb_transform_size() libavcodec
2010-02-14 michael indent libavcodec
2010-02-14 michael Merge decode_cabac_mb_dqp() with surronding code. libavcodec
2010-02-14 michael Drop if(0) code. libavcodec
2010-02-14 michael Set sub_mb_type in direct_cache instead of just the direct flag. libavcodec
2010-02-14 michael Store sub_mb_type in direct_cache/direct_table. libavcodec
2010-02-14 michael Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cbp so libavcodec
2010-02-14 michael Revert r21814 libavcodec
2010-02-14 michael Cosmetics, vertical align. libavcodec
2010-02-13 michael Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call it libavcodec
2010-02-13 astrange h264: Remove unused variables. libavcodec
2010-02-13 astrange h264: Fix pointer warnings by removing redundant [0] libavcodec
2010-02-13 astrange Fix integer overflow warnings in h264.h libavcodec
2010-02-13 michael Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type) libavcodec
2010-02-13 michael Skiped MBs dont need the cbp stuff so skip initing that. libavcodec
2010-02-13 thilo.borgmann Reindent a line. libavcodec
2010-02-13 michael Also skip direct/mvd_cache init for skiped blocks. libavcodec
2010-02-13 michael Move more code under if(!IS_DIRECT(mb_type)). libavcodec
2010-02-13 conrad Move CODEC_FLAG_GRAY check to outer loop libavcodec
2010-02-13 conrad Move branch based on custom mode outside the loop libavcodec
2010-02-13 conrad Directly check whether a fragment is coded for 4MV mode instead of iterating libavcodec
2010-02-13 conrad Eliminate fragment -> macroblock mapping array libavcodec
2010-02-13 conrad Eliminate macroblock -> fragment mapping array libavcodec
2010-02-13 conrad Eliminate superblock <-> macroblock mapping array libavcodec
2010-02-13 thilo.borgmann Support arithmetic decoding in ALS. libavcodec
2010-02-13 michael Skip some more code that isnt needed for direct MBs. libavcodec
2010-02-13 vitor Fix reading beyond buffer end on RA144Context.lpc_tables. libavcodec
2010-02-13 michael Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler. libavcodec
2010-02-13 michael Dont calculate any surrounding MVs for temporal MBs libavcodec
2010-02-13 michael Simplify if() libavcodec
2010-02-13 michael Init sub_mb_type cleanly. libavcodec
2010-02-13 michael 100l Forgoten hunk.unbreak compile before someone notices. libavcodec
2010-02-13 michael Restructure spatial direct MV generation so that the zero predictior shortcut libavcodec
2010-02-13 michael Split spatial and temporal direct MV generation. libavcodec
2010-02-13 cehoyos Fix compilation with --enable-libgsm on Gentoo and OpenSUSE. libavcodec
2010-02-13 michael Special case for spatial direct MV predictor being 0. libavcodec
2010-02-13 michael Pack MVs together from the begin for spatial direct, this simplifies the code libavcodec
2010-02-12 michael Dont drop B frames without last_picture. libavcodec
2010-02-12 conrad Special case VP5/6 chroma alignment on x86 as well libavcodec
2010-02-12 conrad Don't pre-calculate first_pixel libavcodec
2010-02-12 conrad Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder libavcodec
2010-02-12 conrad Cosmetics: reindent libavcodec
2010-02-12 conrad Do loop filter per-row rather than per-frame libavcodec
2010-02-12 conrad Move apply_loop_filter above render_slice, it'll be used by the latter soon libavcodec
2010-02-12 conrad Export Theora colorspace info if present libavcodec
2010-02-12 conrad Theora 3.4 doesn't exist; these fields were misunderstandings of the spec libavcodec
2010-02-12 conrad Remove unused code that's moved elsewhere libavcodec
2010-02-12 michael Try to support truncated h264 frames mixed with mpeg pes headers in mkv. libavcodec
2010-02-12 reimar Use int8_t instead of char, the signedness of char can differ between systems. libavcodec
2010-02-12 rbultje WMAVoice decoder. libavcodec
2010-02-11 mru Fix build with --disable-mdct libavcodec
2010-02-11 kostya Move 'chksum' declaration to the only block where that variable is used libavcodec
2010-02-11 kostya Move band checksum verifying into preprocessor condition, so compiler won't libavcodec
2010-02-10 alexc Output the first AAC frame. This is needed for SBR conformance. libavcodec
2010-02-10 conrad Enable SSE2 (put|avg)_pixels_16_sse2 libavcodec
2010-02-09 mru ARMv6 optimised pix_sum libavcodec
2010-02-09 mru ARMv6 optimised pix_norm1 libavcodec
2010-02-09 mru ARMv6 optimised sse16 libavcodec
2010-02-09 mru ARMv6 optimised diff_pixels libavcodec
2010-02-09 mru ARMv6 optimised get_pixels libavcodec
2010-02-09 mru ARMv6 optimised pix_abs8 libavcodec
2010-02-09 mru ARMv6 optimised pix_abs16_y2 libavcodec
2010-02-09 mru ARMv6 optimised pix_abs16_x2 libavcodec
2010-02-09 mru ARMv6 optimised pix_abs16 libavcodec
2010-02-09 mru ARMv6 optimised put_pixels functions except xy2 variants libavcodec
2010-02-09 kostya Indeo 5 decoder libavcodec
2010-02-09 michael Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler. libavcodec
2010-02-08 michael Set partitioning to 16x16 for spatial direct MBs with mixed interlacing. libavcodec
2010-02-08 michael Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned libavcodec
2010-02-08 michael Detect equal 4x4 blocks in spatial direct MBs. libavcodec
2010-02-08 michael Remove an apparently unneeded && !FRAME_MBAFF. libavcodec
2010-02-08 michael Branchless calculation of ref_offset. libavcodec
2010-02-08 michael Remove incorrect fixme, i see no case that is missing. libavcodec
2010-02-08 michael Replace call to pred_motion() in direct spatial mv pred by code libavcodec
2010-02-08 michael Change xvid/divx/lavc build variables to be consistent to x264_build. libavcodec
2010-02-08 michael Set x264_build so that checks are simpler. libavcodec
2010-02-07 michael Ooops, 10l forgot to commit h264.h. libavcodec
2010-02-07 michael Zero a/b only in the branch where they need to be zeroed. libavcodec
2010-02-07 michael Merge mv&ref related code for spatial direct MV code. libavcodec
2010-02-07 michael Precalculate a few variables for direct mv prediction for interlaced MBs. libavcodec
2010-02-07 michael Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective true partitioning. libavcodec
2010-02-07 michael Factorize setting sub_mb_type out. libavcodec
2010-02-07 michael Remove FIXMEs for cases that are disallowed by the spec. libavcodec
2010-02-07 michael Check direct_8x8_inference_flag. libavcodec
2010-02-07 michael Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame. libavcodec
2010-02-07 michael Fix CAVLC+8x8DCT+MBAFF loopfiltering. libavcodec
2010-02-07 michael Fix colocated map. libavcodec
2010-02-07 michael Fix reference selection for colocated MBs from frames to fields. libavcodec
2010-02-07 michael Add assert(sps.direct_8x8_inference_flag) to FIXME comment. libavcodec
2010-02-07 michael ref_offset must be added after checking references validity. libavcodec
2010-02-06 reimar Add include necessary for ff_set_qscale libavcodec
2010-02-06 jai_menon Avoid using an intermediate variable. libavcodec
2010-02-06 jai_menon Remove redundant use of numchannels since it is 1 for mono. libavcodec
2010-02-06 jai_menon alac.c : Use av_freep instead of av_free. libavcodec
2010-02-06 michael Long term references behave different from short term in spatial direct MV calculation. libavcodec
2010-02-04 jai_menon Add ALAC 24 bps decoding support. libavcodec
2010-02-04 michael Fix large timebases. libavcodec
2010-02-04 michael Implement cool new vlc code. libavcodec
2010-02-03 pross IFF PBM/ILBM bitmap decoder libavcodec
2010-02-03 michael Revert libavcodec
2010-02-02 cehoyos Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). libavcodec
2010-02-01 thilo.borgmann Remove unnecessary fields in ALSSpecificConfig. libavcodec
2010-02-01 michael Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE. libavcodec
2010-01-31 daniel Update binkaudio to new DECLARE_ALIGNED syntax libavcodec
2010-01-31 daniel libavcodec version bump for Bink codec IDs (r21536) libavcodec
2010-01-31 pross Bink Audio decoder libavcodec
2010-01-31 reimar Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and libavcodec
2010-01-31 pross Add v210x decoder long name libavcodec
2010-01-31 michael Get rid of a check in one direction that cant be true in it in that part libavcodec
2010-01-31 mru Blackfin: use SRAM only when CONFIG_SRAM is set libavcodec
2010-01-30 michael Flush the bitreservour. libavcodec
2010-01-30 michael Split first reference list comparission from mv comparission. libavcodec
2010-01-30 reimar Make the jump-table section-relative for x86_64 with PIC enabled. libavcodec
2010-01-30 stefano Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). libavcodec
2010-01-30 michael Replace h->left_type[0] by the local variable for it we have. libavcodec
2010-01-30 michael slightly faster bit trickery. libavcodec
2010-01-30 michael Replace ?: by branchless code. libavcodec
2010-01-30 daniel Add Bink codec IDs libavcodec
2010-01-30 kostya Indeo Video Interactive 4 and 5 common code and DSP functions. libavcodec
2010-01-29 reimar Make VP5 and VP6 decoders output a qscale table to allow for more automatic libavcodec
2010-01-29 rbultje Add no_repeat_mask option, so that single-pulse vectors can also be libavcodec
2010-01-29 superdump Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec libavcodec
2010-01-28 aurel vp56: check buffer size to fix a potential segfault libavcodec
2010-01-28 jbr Simplify error handling by processing header errors separate from CRC and libavcodec
2010-01-28 reimar Move variable declaration to block where it is used and simplify code. libavcodec
2010-01-28 cehoyos Export H264 profile and level in AVCodecContext. libavcodec
2010-01-28 reimar Extract duplicated code into a separate function. libavcodec
2010-01-28 michael factorize first filter call out, this makes the code somewhat libavcodec
2010-01-28 rbultje Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist. libavcodec
2010-01-28 benoit Initialize thread_context[0] with h264 parser context. libavcodec
2010-01-28 michael Change wraper functions to always inline, they are faster now that way. libavcodec
2010-01-28 michael indent libavcodec
2010-01-28 michael Restructure check_mv() libavcodec
2010-01-28 michael Restructure if() in check_mv() libavcodec
2010-01-28 michael Unroll loops in check_mv() libavcodec
2010-01-28 michael Factor mv/ref compare code out. libavcodec
2010-01-28 michael Simplify first edge filter condition. libavcodec
2010-01-28 michael Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy libavcodec
2010-01-28 michael Make the fast loop filter path work with unavailable left MBs. libavcodec
2010-01-28 michael get rid of the start variable. libavcodec
2010-01-28 michael Unroll main loop so the edge==0 case is seperate. libavcodec
2010-01-27 cehoyos Fix svq3_* function declarations. libavcodec
2010-01-27 mru SVQ1: 4-byte-align codebook tables libavcodec
2010-01-27 reimar Fix possible crashes in mlp parser, it tries to go back 7 bytes after libavcodec
2010-01-27 reimar Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the libavcodec
2010-01-27 michael Revert Revision: 21362 libavcodec
2010-01-27 michael Update comment. libavcodec
2010-01-27 michael Use table to speedup access to non_zero_count in MBAFF with differing interlacing. libavcodec
2010-01-27 stefano Fix misc typos, patch by libavcodec
2010-01-27 michael Simplify left_xy init libavcodec
2010-01-26 michael Split fill_caches() between loopfilter & decode, the 2 no longer where common libavcodec
2010-01-26 michael Optimize loop filtering of the left edge in MBAFF. libavcodec
2010-01-26 michael use left_xy[1] in mbaff QP loop filter check, this improves the amount that can libavcodec
2010-01-26 michael Optimize mv/ref cache init for left MB. libavcodec
2010-01-26 mru Add UMULH() libavcodec
2010-01-26 lorenm optimize h264_loop_filter_strength_mmx2 libavcodec
2010-01-26 michael remove unneeded check libavcodec
2010-01-26 michael Use left_mb_xy from fill_caches instead of recalculating it. libavcodec
2010-01-26 michael Simplify left_xy content for the loop filter, this also makes it closer to libavcodec
2010-01-26 michael Simplify loop filter a little by using top/left_type. libavcodec
2010-01-26 michael Set top & left types for deblock in fill_caches(). libavcodec
2010-01-26 michael 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip. libavcodec
2010-01-26 michael cosmetic libavcodec
2010-01-26 michael Fix qp_thres loop filter check for MBAFF. libavcodec
2010-01-26 michael Optimize mb neighbor initialization for MBAFF in fill_caches(). libavcodec
2010-01-26 cehoyos Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611. libavcodec
2010-01-25 michael Fix heap overflow due to lack of nb_components check. libavcodec
2010-01-25 cehoyos Release buffer when decoding is finished. libavcodec
2010-01-25 michael Optimize decode_cabac_field_decoding_flag(). libavcodec
2010-01-25 astrange 100l, correct wrong H.264+adaptive MBAFF decoding libavcodec
2010-01-25 astrange H.264: Use 64-/128-bit write-combining macros for copies libavcodec
2010-01-24 jbr Only check frame size if the header is valid. libavcodec
2010-01-24 cehoyos Fix decoding ATI VCR2 codec, sample in libavcodec
2010-01-24 michael Branchless setting of MB_TYPE_8x8DCT. libavcodec
2010-01-24 michael Remove cruft. libavcodec
2010-01-24 michael Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. libavcodec
2010-01-24 michael a[b-1] -> (a-1)[b]. libavcodec
2010-01-24 michael Optimize suffix_length computation, 1 cpu cycle speedup. libavcodec
2010-01-24 michael Simplify suffix_length computation, same speed. libavcodec
2010-01-24 michael Optimize level_code computation, 6cpu cycles speedup. libavcodec
2010-01-24 reimar Fix crash in MLP decoder due to integer overflow. libavcodec
2010-01-24 michael 1 cpu cycle faster suffix_length calculation. libavcodec
2010-01-24 fenrir VC-1/WMV3 DXVA2 implementation libavcodec
2010-01-24 michael Remove is_complex from loop_filter() its useless there in its current form. libavcodec
2010-01-24 fenrir Added a few missing consts in dxva_h264. libavcodec
2010-01-24 fenrir Added a missing const to ff_h264_get_slice_type(). libavcodec
2010-01-24 fenrir Added missing const to get_bits_count(). libavcodec
2010-01-24 michael Prefer cbp over cbp_table. libavcodec
2010-01-24 michael Remove all uses of slice_type* from the loop filter, also remove its libavcodec
2010-01-23 michael Remove unneeded reset of non_zero_count_cache for deblock. libavcodec
2010-01-23 michael Remove useless things from the deblock side of fill_caches(). libavcodec
2010-01-23 michael make mv_cache init 64bit where possible. libavcodec
2010-01-23 fenrir Moved reusable functions from dxva2_h264.c to dxva2.c libavcodec
2010-01-23 michael Move +52 from the loop filter to the alpha/beta offsets in the context. libavcodec
2010-01-23 reimar Release buffer when the codec is closed. libavcodec
2010-01-23 reimar Use qstride = 0 and allocate only a single line for qscale_table since libavcodec
2010-01-23 fenrir Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions. libavcodec
2010-01-23 fenrir Reindent the content of one if(){} in ff_dxva2_common_end_frame. libavcodec
2010-01-23 fenrir Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame. libavcodec
2010-01-23 michael Set edges based on cbp and mv partitioning, not just skiped MBs. libavcodec
2010-01-23 reimar Use AVPALETTE_COUNT instead of hard-coding 256. libavcodec
2010-01-23 reimar Remove redundant initialization of the palette, it is part of the context libavcodec
2010-01-23 michael Optimize filter_mb_mbaff_edge*() libavcodec
2010-01-23 michael Optmize 8x8dct check used to skip some borders in the loop filter. libavcodec
2010-01-23 reimar Use av_freep intead of av_free to free pointers in vp56 context. libavcodec
2010-01-23 reimar Zero the frame data on allocation for VB codec, e.g. the FATE sample seems to libavcodec
2010-01-23 daniel Export wma_critical_freqs as ff_wma_critical_freqs libavcodec
2010-01-22 reimar The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs libavcodec
2010-01-22 alexc Implement an sse version of scalarproduct_float(). libavcodec
2010-01-22 kostya Check for chunk boundaries when decoding VB codec data libavcodec
2010-01-22 kostya Zero palette in case not all entries are initialized later libavcodec
2010-01-22 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
2010-01-22 michael Gcc idiocy fixes related to filter_mb_edge*. libavcodec
2010-01-21 michael Move dquant check into qscale overflow check. libavcodec
2010-01-21 michael Make calculation of mask_edge free of branches, faster of course but probably libavcodec
2010-01-21 michael Clarify CODEC_CAP_SUBFRAMES. libavcodec
2010-01-21 mru Set CODEC_CAP_SUBFRAMES for adpcm decoders libavcodec
2010-01-21 conrad Use two separate memory arguments since 8+() is invalid gas syntax libavcodec
2010-01-20 mru Always call avcodec_thread_init() libavcodec
2010-01-20 michael Attempt to fix asm compilation failure. libavcodec
2010-01-20 fenrir H264 DXVA2 implementation libavcodec
2010-01-20 mru Move COPY3_IF_LT to lavc/mathops.h libavcodec
2010-01-20 astrange H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts. libavcodec
2010-01-20 michael Simplify/Optimize another of the mbaff loop filter cases. libavcodec
2010-01-20 michael Only calculate the second chroma qp if it differs from the firstin the main libavcodec
2010-01-20 michael Set bS with 64bits at a time. libavcodec
2010-01-20 michael Merge multiple IS_* macro uses where possible. libavcodec
2010-01-20 michael Simplify and optimize intra code in h264_loopfilter.c libavcodec
2010-01-20 vitor Floating point discrete cosine transform libavcodec
2010-01-20 conrad Use constant offsets for memory operands since gcc is unable to libavcodec
2010-01-20 michael Sightly simplify initialization of int start. libavcodec
2010-01-19 michael Mark the h264 c loop filter as av_always_inline av_flatten to make sure its libavcodec
2010-01-19 michael skip outer pixels if possible in h264_loop_filter_luma_c(). libavcodec
2010-01-19 michael Reenable ff_h264_filter_mb_fast() for all slices it supported before. libavcodec
2010-01-19 michael Fix h264_loop_filter_strength_mmx2() so it works with b frames. libavcodec
2010-01-19 michael Remove -2 -> -1 remapping, its not needed anymore as we must remap all libavcodec
2010-01-19 darkshikari Update libx264.c to use new libx264 features libavcodec
2010-01-19 jai_menon Apply changes made in r21308 to svq3.c. libavcodec
2010-01-19 michael Dont waste time initializing stuff for deblocking intra mbs, none of libavcodec
2010-01-19 michael Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. libavcodec
2010-01-19 michael Move a few things into a deeper if() in fetch_diagonal_mv(). libavcodec
2010-01-19 michael Remove code that handles the case of a MB pair to our right being available. libavcodec
2010-01-18 michael Cosmetic, get rid of &x[0] libavcodec
2010-01-18 michael Fix compilation with -O0. libavcodec
2010-01-18 michael Fix accumulated indention errors. libavcodec
2010-01-18 michael Optimize top non_zero_count_cache init. libavcodec
2010-01-18 michael Dont init chroma elements of non_zero_count_cache for deblock. libavcodec
2010-01-18 michael Remove unneeded for_deblock check, this code was alraedy under for_deblock. libavcodec
2010-01-18 michael Rather call filter_mb_mbaff_edge*v() more often than do extra calculations libavcodec
2010-01-18 michael Fix 10l segfault with threads. libavcodec
2010-01-18 michael Use h->slice_num where possible. libavcodec
2010-01-18 michael Enable filter_mb_fast for CAVLC P slices. libavcodec
2010-01-18 michael filter_mb_fast needs cbp_table to be set. libavcodec
2010-01-18 michael PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_mb_fast() too. libavcodec
2010-01-18 michael Reenable filter_mb_fast for I slices and progressive CABAC P slices. libavcodec
2010-01-18 michael Set h->cbp for ff_h264_filter_mb_fast(). libavcodec
2010-01-18 michael 10l for someone, Store chroma_qp_diff in the correct struct. libavcodec
2010-01-18 gb Install <libavcodec/vaapi.h> header. libavcodec
2010-01-18 michael Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches libavcodec
2010-01-18 michael Perform reference remapping at fill_cache() time instead of in the libavcodec
2010-01-18 michael Make qp check for loop filter skiping also work with MBAFF. libavcodec
2010-01-18 michael Comment about a cornercase we ignore currently libavcodec
2010-01-18 michael Move the qp check to skip the loop filter up. libavcodec
2010-01-17 michael Reorganize how values are stored in h->non_zero_count. libavcodec
2010-01-17 michael Disable a few things in fill_filter_caches() that arent needed. libavcodec
2010-01-17 michael Split fill_caches() between filter and decoder. libavcodec
2010-01-17 michael Rearchitecturing the stiched up goose part 1 libavcodec
2010-01-17 astrange Add missing Makefile dependencies to CONFIG_SNOW_ENCODER. libavcodec
2010-01-16 michael Comment for() ; out libavcodec
2010-01-16 michael Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller libavcodec
2010-01-16 michael Apply last 2 optimizations to similar code i forgot. libavcodec
2010-01-16 michael Another microopt, 4 cpu cycles for avoidance of FFABS(). libavcodec
2010-01-16 mru Add missing guards and includes to arm/aac.h libavcodec
2010-01-16 michael Minor (2 cpu cycles) optimization ||->|. libavcodec
2010-01-16 cehoyos Support decoding of SoftLab-NSK VideoTizer. libavcodec
2010-01-16 michael Consider slice_beta_offet in qp_thresh. libavcodec
2010-01-16 michael Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. libavcodec
2010-01-16 cehoyos Correctly decode some Avid AV1x samples, fixes issue 1684. libavcodec
2010-01-16 cehoyos Support lowres 3 when decoding MPEG video. libavcodec
2010-01-16 michael Replace cabac checks in inline functions from h264.h with constants. libavcodec
2010-01-16 mru Add symbol versioning for shared libraries libavcodec
2010-01-16 vitor SIPR16k decoder libavcodec
2010-01-16 vitor Allow a SIPR table to be used by the upcoming SIPR16k decoder libavcodec
2010-01-16 vitor Split some SIPR structs to a header file for the upcoming SIPR16k commit libavcodec
2010-01-16 cehoyos Support 2Vuy in mov, fixes issue 1690. libavcodec
2010-01-15 mru Fix out of tree build with hardcoded tables libavcodec
2010-01-15 mru AAC: optimise bitstream reading in decode_spectrum_and_dequant() libavcodec
2010-01-15 cehoyos Support decoding of Avid uncompressed mov files, fixes issue 1685. libavcodec
2010-01-15 cehoyos Support decoding Avid 1:1x codec, (partially) fixes issue1684. libavcodec
2010-01-15 michael Add forgotten include of h264_mvpred.h to h264.h. libavcodec
2010-01-15 michael Add forgotton multiple inclusion guards to h264_mvpred.h. libavcodec
2010-01-15 mru AAC: ARM/NEON asm for VMUL2/4 functions libavcodec
2010-01-15 cehoyos Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c libavcodec
2010-01-14 reimar Change code so it uses 2 adds instead of one FFABS. libavcodec
2010-01-14 astrange Implement alpha channel decoding for BGR HuffYUV. libavcodec
2010-01-13 mru AAC: Reduce depth of vlc_spectral tables to 2 libavcodec
2010-01-13 mru AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() libavcodec
2010-01-13 mru AAC: simplify some calculations in decode_spectrum_and_dequant() libavcodec
2010-01-13 mru AAC: Compress codebook tables and optimise sign bit handling libavcodec
2010-01-13 vitor Remove needless use of log2f() libavcodec
2010-01-13 vitor Remove the struct SiprModeParam of the context. This will simplify splitting libavcodec
2010-01-13 mru SIPR: kill variable-length arrays libavcodec
2010-01-13 michael remove unused variable libavcodec
2010-01-13 michael Split cabac decoding code out of h264.c. libavcodec
2010-01-13 michael Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. libavcodec
2010-01-13 zuxy More av_cold for infrequently called functions. libavcodec
2010-01-13 michael Split cavlc out of h264.c. libavcodec
2010-01-12 reimar Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. libavcodec
2010-01-12 michael Split motion vector prediction off h264.c/h. libavcodec
2010-01-12 michael Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just libavcodec
2010-01-12 michael Split all the reference picture handling off h264.c. libavcodec
2010-01-12 thilo.borgmann Reindent after last commit. libavcodec
2010-01-12 thilo.borgmann Replace variable length array with an allocated buffer libavcodec
2010-01-12 michael Split (picture|seq) parameter set decoding out of h264.c. libavcodec
2010-01-12 michael Split SEI code off h264.c. libavcodec
2010-01-12 michael Split direct mode (macro)block decoding off h264.c. libavcodec
2010-01-12 michael Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). libavcodec
2010-01-12 zuxy Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer libavcodec
2010-01-12 michael Split h264 loop filter off h264.c. libavcodec
2010-01-12 michael Move svq3.o to the correct spot. libavcodec
2010-01-12 michael Get rid of #include "svq3.c" libavcodec
2010-01-12 michael Better title for the file. libavcodec
2010-01-12 cehoyos Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavcodec
2010-01-11 mru AAC: use table for cbrtf(n)*n libavcodec
2010-01-11 mru AAC: escape_sequence is 21 bits max libavcodec
2010-01-11 alexc fft-test: Add RDFT/IRDFT support. libavcodec
2010-01-11 alexc fft-test: Replace do_mdct with a tf_transform enum and switch on it. libavcodec
2010-01-11 kostya Fix two RLE buffer size calculations in TSCC decoder. libavcodec
2010-01-11 cehoyos 10l: Fix forgotten variable rename from r14893 (fixes issue 1675). libavcodec
2010-01-11 astrange Add missing internal.h to files calling ff_match_2uint16(). libavcodec
2010-01-11 michael Optimize ff_snow_horizontal_compose97i. libavcodec
2010-01-11 michael Merge vertical_compose53iL0*() libavcodec
2010-01-11 michael Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the libavcodec
2010-01-11 conrad Add support for dirac in ogg libavcodec
2010-01-11 conrad Add a function to parse Dirac's sequence header libavcodec
2010-01-11 conrad Export fullrange flag and color information for h.264 libavcodec
2010-01-10 vitor SIPR decoder for modes 8k5, 6k5 and 5k0. libavcodec
2010-01-10 pross Deluxe Paint Animation decoder libavcodec
2010-01-10 michael Doxy for ff_match_2uint16(). libavcodec
2010-01-10 michael Fix implicit declaration warning. libavcodec
2010-01-09 michael Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 libavcodec
2010-01-09 michael Make inter_level/run global again, msmpeg4 uses them. libavcodec
2010-01-09 michael Make some tables static again, i mistakely thought they would be used in several libavcodec
2010-01-09 ramiro Export get_slice_type() as ff_h264_get_slice_type(). libavcodec
2010-01-09 michael Split H263 encoder and decoder from common code. libavcodec
2010-01-09 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
2010-01-09 jai_menon Always initialize bit_depth_luma and bit_depth_chroma in the H264 libavcodec
2010-01-09 pross update my email address libavcodec
2010-01-08 michael Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. libavcodec
2010-01-08 thilo.borgmann Change local variable type from unsigned int to int in order to libavcodec
2010-01-08 michael Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. libavcodec
2010-01-08 michael Use h263 tables in msmpeg4v1 dont duplicate them halfway. libavcodec
2010-01-08 daniel Release cyuv/aura decoder buffer libavcodec
2010-01-08 mru AAC: add a const to decode_spectrum_and_dequant() args libavcodec
2010-01-08 michael Rename most non static h263 tables so their name contains h263. libavcodec
2010-01-08 michael Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability libavcodec
2010-01-08 michael Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodec
2010-01-08 jai_menon Snow : re-indent after r21093. libavcodec
2010-01-08 jai_menon Snow : remove pointless 'if(1)'. libavcodec
2010-01-08 michael Remove useless line. libavcodec
2010-01-08 michael Fix indention. libavcodec
2010-01-08 andoma Log unknown NAL code from correct context libavcodec
2010-01-08 jai_menon Snow : use non-NULL context for av_log. libavcodec
2010-01-08 jai_menon Cosmetics : remove duplicated comment. libavcodec
2010-01-08 diego Explain why the level variable is magically inceased in mpeg4_encode_dc(). libavcodec
2010-01-08 alexc fft-test: whitespace cosmetics libavcodec
2010-01-08 jai_menon Snow : release buffers allocated using avctx->get_buffer. libavcodec
2010-01-08 jai_menon Set bits_per_coded_sample in the raw video encoder. libavcodec
2010-01-08 michael Add a few CONFIG_MPEG4_DECODER that should be there. libavcodec
2010-01-07 michael Split the mpeg4 encoder and decoder off h263.c libavcodec
2010-01-07 thilo.borgmann Add multi-channel correlation support for ALS. libavcodec
2010-01-07 cehoyos Fix red/blue swap for 4xa files. libavcodec
2010-01-07 thilo.borgmann Optimize short-term prediction by reducing index arithmetic. libavcodec
2010-01-07 michael Add some const qualifiers. libavcodec
2010-01-07 michael Document decide_ac_pred() and restore_ac_coeffs(). libavcodec
2010-01-07 michael Move restore_ac_coeffs() call into decode_ac_pred(). libavcodec
2010-01-07 michael Move restore_ac_coeffs() up so its declared before its use. libavcodec
2010-01-07 michael More doxy libavcodec
2010-01-07 michael Document ff_h263_show_pict_info(). libavcodec
2010-01-07 michael Factorize if() surrounding every ff_h263_show_pict_info() call. libavcodec
2010-01-07 michael 2 more if(CONFIG_*_DECODER) libavcodec
2010-01-07 michael Split out intel H263 decoder. libavcodec
2010-01-07 michael flv.h should ideally be included in flvdec.c libavcodec
2010-01-07 michael Move forgotton "AVCodec flv_encoder" over to flvenc.c. libavcodec
2010-01-07 michael Split flv decoding out. libavcodec
2010-01-07 michael Split out flv encoding. libavcodec
2010-01-07 michael Document aspect_to_info(). libavcodec
2010-01-07 michael Cleanup aspect_to_info(). libavcodec
2010-01-07 michael Document several more things. libavcodec
2010-01-07 michael Document *VLC_BITS. libavcodec
2010-01-07 michael Simplify h263_get_picture_format(). libavcodec
2010-01-07 michael Mark h263_get_picture_format() av_const to indicate that it has no funny libavcodec
2010-01-07 michael Document h263_get_picture_format(). libavcodec
2010-01-06 cehoyos 100l: Fix compilation after r21037. libavcodec
2010-01-06 michael Stop the approximation in bessel() once it does no longer improve. libavcodec
2010-01-06 daniel Handle more ADPCM codecs in av_get_bits_per_sample(). libavcodec
2010-01-05 vitor Use correct context for av_log(), should prevent a crash for malformed files. libavcodec
2010-01-05 diego Add a few explanatory comments to cornercase workarounds. libavcodec
2010-01-05 thilo.borgmann Replace array operator [] with direct access via pointer. libavcodec
2010-01-05 cehoyos Cosmetics: Fix indentation and comment after r21027. libavcodec
2010-01-05 cehoyos Support decoding raw 2bpp in mov, fixes issue 1528. libavcodec
2010-01-05 cehoyos Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. libavcodec
2010-01-04 vitor Reindent after last commit libavcodec
2010-01-04 vitor Add missing "static" qualifier libavcodec
2010-01-04 diego The H.263 wrong_run table is only for encoding; only enable it in such cases. libavcodec
2010-01-04 gb VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. libavcodec
2010-01-04 gb Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, libavcodec
2010-01-03 stefano Document avcodec_pix_fmt_to_codec_tag(). libavcodec
2010-01-03 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavcodec
2010-01-02 reimar Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it libavcodec
2010-01-02 vitor Small ELBG optimization: use last pixel as a initial guess for the codebook libavcodec
2010-01-01 michael Adjust threshold for xvid packed b frame detection. libavcodec
2010-01-01 michael It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. libavcodec
2010-01-01 stefano Remove residual use of the doxygen markup which is deprecated, libavcodec
2009-12-31 diego Remove unused function msmpeg4_memsetw(). libavcodec
2009-12-31 cehoyos Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. libavcodec
2009-12-30 cehoyos Support raw black&white in mov, fixes issue 1654. libavcodec
2009-12-30 diego cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. libavcodec
2009-12-30 diego 10l: Move ff_mpeg4_pred_dc() to an appropriate place. libavcodec
2009-12-30 diego cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. libavcodec
2009-12-30 diego cosmetics: Move H.263-related functions around to avoid forward declarations. libavcodec
2009-12-30 diego cosmetics: Reorder functions to avoid forward declarations. libavcodec
2009-12-30 diego Remove unnecessary forward declaration for msmpeg4_memsetw(). libavcodec
2009-12-30 diego Get rid of pointless CONFIG_ANY_H263 preprocessor definition. libavcodec
2009-12-30 diego Add required header #includes for mpegvideo.h and config.h. libavcodec
2009-12-30 diego Eliminate CONFIG_ANY_H263_DECODER preprocessor definition. libavcodec
2009-12-30 diego Get rid of pointless CONFIG_WMV_DECODER definition. libavcodec
2009-12-30 diego Get rid of pointless CONFIG_WMV2 definition. libavcodec
2009-12-30 diego Simplify CONFIG_ANY_H263_DECODER preprocessor definition: libavcodec
2009-12-29 diego Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER. libavcodec
2009-12-29 diego Remove pointless CONFIG_MLP_DECODER preprocessor check. libavcodec
2009-12-29 diego Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser. libavcodec
2009-12-29 diego The MLP decoder depends on the MLP parser. libavcodec
2009-12-29 diego Enable the TrueHD decoder when the MLP decoder is enabled. libavcodec
2009-12-29 diego Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. libavcodec
2009-12-29 cehoyos Fix colours for QT JPEG2000, fixes issue 1540. libavcodec
2009-12-29 cehoyos Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. libavcodec
2009-12-29 diego Declare AAC parser dependencies in configure. libavcodec
2009-12-29 diego The S/P-DIF muxer depends on mpeg4audio.o. libavcodec
2009-12-29 diego Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. libavcodec
2009-12-29 gb Add H.264 bitstream decoding through VAAPI. libavcodec
2009-12-29 diego vc1_parser.o does not depend on h263dec.o and intrax8.o. libavcodec
2009-12-28 diego Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure. libavcodec
2009-12-28 diego Declare dependencies for H.263 family decoders in configure. libavcodec
2009-12-28 diego Declare the dependency of the H.263 decoder on the H.263 parser in configure. libavcodec
2009-12-28 diego Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. libavcodec
2009-12-28 diego cosmetics: Remove pointless '#if 1' preprocessor directives. libavcodec
2009-12-28 gb Use VA_INVALID_ID instead of hard coded values. libavcodec
2009-12-28 gb Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). libavcodec
2009-12-28 gb Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id(). libavcodec
2009-12-27 diego Remove commented-out debug console output. libavcodec
2009-12-27 diego cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef. libavcodec
2009-12-27 kostya 16-bit Interplay video does not need palette control libavcodec
2009-12-27 kostya Add missing opcodes for 16-bit Interplay Video decoding and finally enable it libavcodec
2009-12-27 kostya 16-bit Interplay Video stores motion vector data at the end of frame, libavcodec
2009-12-27 kostya 10l trocadero: forgot one case where picture linesize should be used libavcodec
2009-12-27 kostya cosmetics: reindent and break long lines after last commits libavcodec
2009-12-27 kostya Add 16-bit image data handling (but not decoding yet) to Interplay Video libavcodec
2009-12-27 kostya Use frame linesize in Interplay Video block copying function libavcodec
2009-12-27 kostya Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with libavcodec
2009-12-27 kostya Recognize 16-bit Interplay Video variant libavcodec
2009-12-27 kostya Change main loop in Interplay Video decoder, so variables x and y really mean libavcodec
2009-12-26 reimar Fix cdg reference and buffer_hints value: libavcodec
2009-12-25 kostya cosmetics: reindent libavcodec
2009-12-24 diego cosmetics: Reformat some function declarations. libavcodec
2009-12-23 kostya Auravision Aura 2 decoder libavcodec
2009-12-23 kostya Add Auravision Aura decoding support libavcodec
2009-12-23 kostya There is no need to print FFmpeg or codec name in error message libavcodec
2009-12-23 kostya cosmetics: correct formatting a bit libavcodec
2009-12-22 mru ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access libavcodec
2009-12-20 gb Add new fields for the VDPAU/MPEG-4 back-end. libavcodec
2009-12-19 diego Add long_name for Xxan codec. libavcodec
2009-12-19 kostya Improve handling allocated buffers in Xan decoder libavcodec
2009-12-19 kostya cosmetics: reindent a bit libavcodec
2009-12-19 vitor Add tables used by both AMR-NB and SIPR libavcodec
2009-12-19 melanson Cosmetic: indent after last change. libavcodec
2009-12-19 melanson Optimize unpack_vectors() by not shuffling around redundant vectors. libavcodec
2009-12-18 michael More sane error message when extradata has not been set. libavcodec
2009-12-18 cehoyos Swap red and blue when decoding r210. libavcodec
2009-12-17 reimar Add decoder for R210 (uncompressed 10-bit RGB) codec. libavcodec
2009-12-17 vitor CD+G demuxer and decoder libavcodec
2009-12-16 reimar Set bits_per_raw_sample appropriately in dpx decoder. libavcodec
2009-12-16 vitor Cosmetics: make celp_filters.* formatting more consistent with the rest of libavcodec
2009-12-16 vitor Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests. libavcodec
2009-12-16 cehoyos Undo r20874: It broke AAC decoding. libavcodec
2009-12-15 cehoyos Use enum and constant to avoid three icc warnings. libavcodec
2009-12-15 ramiro Fix a typo in documentation. libavcodec
2009-12-14 michael Merge init & declaration of buf_end. libavcodec
2009-12-14 michael Set reordered_opaque in default_reget_buffer() with internal buffers. libavcodec
2009-12-14 michael Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding. libavcodec
2009-12-14 cehoyos Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warnings). libavcodec
2009-12-13 thilo.borgmann Read and decode block data in separate functions to prepare support for libavcodec
2009-12-12 conrad Clarify comment: although still hacky, it is correct for existing libtheora libavcodec
2009-12-12 conrad libtheoraenc.c: mark keyframes libavcodec
2009-12-12 michael Be less picky on invalid frame_pred_frame_dct values. libavcodec
2009-12-12 jai_menon SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation. libavcodec
2009-12-12 vitor Commit functions used by both AMRNB and SIPR libavcodec
2009-12-11 cehoyos Fail earlier for unsupported resolutions or pixel formats when encoding libavcodec
2009-12-11 michael indent libavcodec
2009-12-11 michael Make sure av_new_packet() initializes the data and destruct pointers. libavcodec
2009-12-10 cehoyos (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. libavcodec
2009-12-10 cehoyos Do not print 'faac:' when using libfaad. libavcodec
2009-12-10 michael Cosmetic (restructure RGB ljpeg check to be more readable) libavcodec
2009-12-10 michael 10l, Fix YUV ljpeg that i just broke by mistake. libavcodec
2009-12-10 michael Correct a forgotten RGB32. libavcodec
2009-12-10 michael Flip red and blue in rct-less lossless jpeg. libavcodec
2009-12-10 michael Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on libavcodec
2009-12-10 michael Fix RGB LJPEG encoding. libavcodec
2009-12-09 michael Improve time_increment_bits guessing code. libavcodec
2009-12-09 michael End startcode prefix search at the end of a AVC unit. libavcodec
2009-12-09 lorenm revert r20775, because equivalent code has been committed to x264 instead libavcodec
2009-12-09 darkshikari Minor version bump for mbtree addition. libavcodec
2009-12-08 lorenm fix a crash in ape decoding on x86_32 sse2 libavcodec
2009-12-08 darkshikari Boolify options passed to x264. libavcodec
2009-12-08 darkshikari Add MBtree support for libx264 libavcodec
2009-12-08 andoma aac: Set sample rate in avctx from ADTS header (if not already set by some libavcodec
2009-12-08 michael Reduce warnings about too few consumed bytes to debug level. libavcodec
2009-12-07 reimar Make sure that compilation fails if functions like ff_put_string are used in code libavcodec
2009-12-07 michael Print error messages on errors. libavcodec
2009-12-06 michael Fix apparent 10l typos introduced in r8627. libavcodec
2009-12-06 cehoyos Cosmetics: Fix indentation after r20751. libavcodec
2009-12-06 cehoyos Simplified deblocking checks. libavcodec
2009-12-06 cehoyos Faster checks in reverse_dc_prediction. libavcodec
2009-12-06 cehoyos Check transform==15 first, since it's more common than 13. libavcodec
2009-12-06 cehoyos Revert r20747: It mixed functional and cosmetical changes. libavcodec
2009-12-06 darkshikari Various VP3 optimizations. libavcodec
2009-12-05 lorenm slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on conroe libavcodec
2009-12-05 lorenm r20739 broke compilation on systems without yasm libavcodec
2009-12-05 lorenm refactor and optimize scalarproduct libavcodec
2009-12-05 cehoyos Cosmetics: Reindent after r20679. libavcodec
2009-12-05 cehoyos Cosmetics: Reindent after r20736. libavcodec
2009-12-05 michael Make sure the parsers do not overwrite width/height as this can interfere libavcodec
2009-12-04 stefano Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo libavcodec
2009-12-04 lorenm 1-13% faster apply_filter, 1-3% faster ape decoding on core2 libavcodec
2009-12-04 kostya 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder libavcodec
2009-12-03 michael Make sure ff_init_qscale_tab() is called one way or another when libavcodec
2009-12-03 michael Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. libavcodec
2009-12-03 bcoudurier lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though libavcodec
2009-12-03 bcoudurier use lzw compression in gif encoder libavcodec
2009-12-03 lorenm port ape dsp functions from sse2 to mmx libavcodec
2009-12-03 lorenm avoid an unpredictable branch libavcodec
2009-12-03 lorenm inline to allow constant propagation libavcodec
2009-12-02 cehoyos Revert r20095: Allow compiling to vorbis again. libavcodec
2009-12-02 bcoudurier pass avctx as argument instead of width and height libavcodec
2009-12-02 bcoudurier remove useless params libavcodec
2009-12-02 bcoudurier remove useless params libavcodec
2009-12-02 bcoudurier move private context declaration at the top libavcodec
2009-12-02 michael Fix 1 pass RC in snow. libavcodec
2009-12-02 mru ARM: 1l c&p fix: do not set pred16x16_plane for rv40 libavcodec
2009-12-02 mru ARM: NEON optimised H264 16x16, 8x8 pred libavcodec
2009-12-02 alexc AAC: Add a global header but output not locked output configuration status. libavcodec
2009-12-02 alexc Set the SBR mode to implicit on ADTS frames occurring before the output is locked. libavcodec
2009-12-02 melanson Small refactoring: Instead of 4 loops for decoding AC coefficients based libavcodec
2009-12-02 melanson Use a list to track which fragments coded in this frame still have libavcodec
2009-12-02 mru ARM: small tweak of NEON H264 IDCT libavcodec
2009-12-02 mru ARM: NEON 2xN chroma MC libavcodec
2009-12-02 mru ARM: NEON 16x16 and 8x8 avg qpel MC libavcodec
2009-12-01 bcoudurier fix typo, ALT_BITSTREAM_WRITER_LE does not exist libavcodec
2009-12-01 michael Store original width/height so that rv20 does not get stuck with some libavcodec
2009-12-01 michael Make rv1/2 decoder use the next slice if needed. libavcodec
2009-12-01 michael Support ASCII pnms. libavcodec
2009-12-01 jai_menon pngdec.c : release allocated buffers. libavcodec
2009-12-01 michael slif aka "SoftLab MPEG-2 I-frames Codec" support. libavcodec
2009-12-01 michael 4:2:2 4:4:4 bugfix for the error concealment code. libavcodec
2009-11-30 stefano Rename parameters of put_sbits() to make them consistent with those of libavcodec
2009-11-30 michael Move "slice below image" check from mpeg_decode_slice to its caller. libavcodec
2009-11-30 michael Move dummy picture allocation code from mpeg1/2 to mpegvideo. libavcodec
2009-11-30 michael Disable error resilience for field pictures, this was never supported, libavcodec
2009-11-30 michael Set mb_y in mpeg2 field pictures like h264 does. libavcodec
2009-11-30 michael Make ""MPEG motion vector out of boundary" message more verbose. libavcodec
2009-11-30 attila Fix an issue uncovered by commit 20623: libavcodec
2009-11-30 michael Start decoding from seq/gop too, not just I frames. libavcodec
2009-11-30 michael Fix dual prime motion compensation in field pictures. libavcodec
2009-11-29 stefano Use more consistent / meaningful parameter names for the libavcodec
2009-11-29 mru nellymoser: use constant seed for dithering RNG libavcodec
2009-11-29 mru cook: use constant seed for dithering RNG libavcodec
2009-11-29 michael Print errors instead of just ignoring contradictionary values in mpeg2 silently. libavcodec
2009-11-29 michael Override a few values read so as to ensure that things are not inconsistent. libavcodec
2009-11-29 michael Restructure dummy frame allocation. libavcodec
2009-11-29 michael Make sure field_select is not set to nonsensical values even if unused. libavcodec
2009-11-28 michael Factorize "s->first_slice = 1" out. libavcodec
2009-11-28 michael Also check the location of the picture start code and picture coding libavcodec
2009-11-28 michael Check order of startcodes, ignore some obviously wrong ones. libavcodec
2009-11-28 michael Move mpeg_decode_postinit() out of bitstream decoding functions, it does not libavcodec
2009-11-28 michael Inline mpeg_decode_extension, will simplify future changes. libavcodec
2009-11-28 michael Simplify mpeg_decode_user_data() libavcodec
2009-11-28 stefano Fix put_bits32() doxy. libavcodec
2009-11-28 stefano Consistently put braces for function definitions. libavcodec
2009-11-28 stefano Fix typo, "Write" -> "Writes". libavcodec
2009-11-28 stefano Use pixel formats names defined in av_pix_fmt_descriptors rather than libavcodec
2009-11-28 stefano Remove unused PixFmtInfo.is_hwaccel field. libavcodec
2009-11-26 reimar Add support for hardcoding the motionpixels rgb to yuv table. libavcodec
2009-11-26 reimar 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavcodec
2009-11-26 stefano Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than libavcodec
2009-11-26 jai_menon Allow decoders to correctly set the sample format by defaulting to libavcodec
2009-11-26 stefano Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use libavcodec
2009-11-26 mru Revert "Add required header #include to fix 'make checkheaders'." libavcodec
2009-11-26 diego cosmetics: K&R style, prettyprinting libavcodec
2009-11-26 diego Mark apply_mdct() function as static; it is only used within the file. libavcodec
2009-11-26 stefano Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather libavcodec
2009-11-25 stefano Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than libavcodec
2009-11-25 diego -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. libavcodec
2009-11-25 diego Add required header #include to fix 'make checkheaders'. libavcodec
2009-11-25 ramiro Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma libavcodec
2009-11-25 conrad Support compiling against libtheora older than 1.1 libavcodec
2009-11-24 vitor Make lsp2polyf() function non-static for upcoming usage in SIPR libavcodec
2009-11-24 darkshikari Add weightp support in API for libx264. libavcodec
2009-11-24 cehoyos Call ff_find_hwaccel() after calling avcodec_set_dimensions(). libavcodec
2009-11-24 mru WMA: extend exponent range to 95 libavcodec
2009-11-24 kostya Call avcodec_set_dimensions() instead of simply setting avctx->width/height libavcodec
2009-11-23 vitor Add missing include. Fix the following compiler warnings: libavcodec
2009-11-23 mru WMA: extend exponent table up to 75 libavcodec
2009-11-23 michael Use avcodec_set_dimensions() libavcodec
2009-11-23 michael Correct order of arguments for avcodec_check_dimensions(). libavcodec
2009-11-23 michael Make sure avcodec_set_dimensions() is used when rv20 changes resolution. libavcodec
2009-11-22 vitor Make sorting function used in TwinVQ a shared function libavcodec
2009-11-22 conrad Set colorspace for libtheora encoding libavcodec
2009-11-22 conrad Support 4:2:2 and 4:4:4 subsampling in libtheora encoding libavcodec
2009-11-22 conrad Add support for two pass encoding in libtheora libavcodec
2009-11-22 conrad Update libtheora wrapper to use the 1.0 API libavcodec
2009-11-22 kostya Update dimensions in AVCodecContext when RV3/4 frame dimensions change libavcodec
2009-11-21 alexc 10l: Fix inverted if-condition from r20448. Fixes issue 1562. libavcodec
2009-11-21 cehoyos Factorize av_get_bit_rate (for future use outside of libavcodec). libavcodec
2009-11-20 michael Allocate pictures with enough padding for jpeg. libavcodec
2009-11-20 reimar In win32 thread implementation do not access jobnr if the thread is asked libavcodec
2009-11-20 daniel Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavcodec
2009-11-20 ramiro Indent libavcodec
2009-11-20 kostya Implement missing case for decoding samples with large pivot value in APE libavcodec
2009-11-20 kostya cosmetics: break some long lines and insert few spaces libavcodec
2009-11-20 kostya 10l trocadero: ZMBV encoder used zero score to detect whether block should be libavcodec
2009-11-20 bcoudurier avoid integer overflow in dnxhd encoder, fixes #1557 libavcodec
2009-11-19 bcoudurier clarify why the encoder is failing libavcodec
2009-11-19 stefano Fix name for PIX_FMT_NV21 PixFmtInfo entry. libavcodec
2009-11-19 reimar Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set libavcodec
2009-11-19 bcoudurier Revert r20548, it was a dream. It seems faad does not ouput the last frame libavcodec
2009-11-18 bcoudurier faad needs CODEC_CAP_DELAY, otherwise you miss last frame libavcodec
2009-11-18 diego Add functions to return library license and library configuration. libavcodec
2009-11-16 rbultje Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodec
2009-11-16 cehoyos Cosmetics: Fix indentation. libavcodec
2009-11-15 alexc Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. libavcodec
2009-11-15 vitor Implement ff_decode_pitch_lag() that is used by both AMR and SIPR. libavcodec
2009-11-14 thilo.borgmann Merge data tables from als_data.h with the decoder source to reduce libavcodec
2009-11-14 thilo.borgmann Add long-term prediction to the ALS decoder. libavcodec
2009-11-14 jbr ac3dec: apply dynamic range compression to correct channels in dual-mono mode. libavcodec
2009-11-13 benoit Reset rbsp buffer size when freeing its data buffer. libavcodec
2009-11-12 vitor Bump minor version after MPEG-4 Lossless commit libavcodec
2009-11-12 cehoyos Bump minor version after applying ALS decoder. libavcodec
2009-11-12 alexc Mark AOT_ALS as a supported MPEG-4 audio object type. libavcodec
2009-11-12 alexc Cosmetics: Re-indent libavcodec
2009-11-12 alexc Fix a __warn_memset_zero_len gcc-4.4 warning. libavcodec
2009-11-11 cehoyos Add MPEG-4 Audio Lossless Coding (ALS) decoder. libavcodec
2009-11-11 alexc Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann libavcodec
2009-11-11 alexc Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. libavcodec
2009-11-11 alexc AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the libavcodec
2009-11-11 alexc Add a channels field to MPEG4AudioConfig. libavcodec
2009-11-11 vitor Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this libavcodec
2009-11-11 alexc Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types. libavcodec
2009-11-10 jbr Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec libavcodec
2009-11-10 michael indent libavcodec
2009-11-10 cehoyos Cosmetics: Fix indentation after r20505. libavcodec
2009-11-10 cehoyos Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test libavcodec
2009-11-10 michael Try to fix has_b_frame calculation for open gop files. libavcodec
2009-11-10 vitor Fix palette copying in av_picture_copy(). Previous code worked only if libavcodec
2009-11-10 cehoyos Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavcodec
2009-11-10 jai_menon Handle JPEG2000 frames stored in the Quicktime container. libavcodec
2009-11-10 jai_menon cosmetics : fix indentation. libavcodec
2009-11-10 vitor Avoid variable-length array use in ff_acelp_lspd2lpc() libavcodec
2009-11-10 michael Add a NULL pointer check to avcodec_close() this should prevent a segfault libavcodec
2009-11-09 rbultje Make get_bits_left() available for use in libavcodec (was previously held libavcodec
2009-11-09 rbultje And on the sixth day, God gave us the <= operand, which makes the loop libavcodec
2009-11-09 vitor Do not hardcode filter order in ff_acelp_lspd2lpc() libavcodec
2009-11-09 cehoyos Move ff_reverse in libavcodec to av_reverse in libavutil. libavcodec
2009-11-08 cehoyos Use enum FrameType as parameter to construct_perm_table(). libavcodec
2009-11-08 michael Remove unused variable. libavcodec
2009-11-08 jbr ac3dec: revert r20089. The change was just wrong. 10l for me. libavcodec
2009-11-07 michael Simpliy exp*table init, based on patch by reimar. libavcodec
2009-11-05 reimar Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodec
2009-11-05 reynaldo Correct double include introduced by r20450 libavcodec
2009-11-04 vitor Reduce stack memory allocation in MP3 decoder libavcodec
2009-11-04 reynaldo Implement ff_scale_vector_to_given_sum_of_squares() libavcodec
2009-11-04 reimar Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodec
2009-11-03 alexc Don't lock the channel output configuration based on the first value seen for libavcodec
2009-11-03 compn add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov libavcodec
2009-11-03 jbr Simplify AC-3 critical band end calculation (correctly this time). libavcodec
2009-11-03 jbr Revert r20050, which caused decoding errors with at least one valid AC-3 file. libavcodec
2009-11-02 michael Avoid huge array for rgb ljpeg on the stack. libavcodec
2009-11-02 compn map VYUY fourcc to rawcodec libavcodec
2009-11-01 jbr Set sample format in flac_decode_init() rather than in libavcodec
2009-11-01 jbr Set the sample format for Smacker audio in the decoder rather than in the libavcodec
2009-10-31 vitor Implement AMR gain function that is used by both AMR and SIPR. libavcodec
2009-10-29 michael Change whitespace placement a little to improve readabiliy slightly. libavcodec
2009-10-29 michael Multiple inclusion guards for synth_filter.h. libavcodec
2009-10-29 cehoyos Support demuxing teletext in DVB streams. libavcodec
2009-10-29 michael Vertically align function arguments. libavcodec
2009-10-29 mru Add generic rules for building helpers with HOSTCC libavcodec
2009-10-28 reimar vorbis_dec: factor out duplicated code for index reading, bounds checking and libavcodec
2009-10-28 reimar Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4. libavcodec
2009-10-28 mru Makefile cosmetics libavcodec
2009-10-28 mru Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set libavcodec
2009-10-28 reimar Fix out-of-tree builds with --enable-hardcoded-tables libavcodec
2009-10-28 reimar Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. libavcodec
2009-10-28 reimar Better formatting for 2D tables in tableprint code. libavcodec
2009-10-28 reimar 10l, fix incorrect endif comment. libavcodec
2009-10-28 reimar Add support for hardcoding the mpegaudiodec tables. libavcodec
2009-10-28 michael Remove unused variable j. libavcodec
2009-10-28 michael Split synth filter out of dca.c. libavcodec
2009-10-28 diego Split PAM encoder off into its own file. libavcodec
2009-10-28 diego Split the decoders from pnmen.c off into their own file. libavcodec
2009-10-28 diego The encoders in pnmenc.c now depend on the init/end functions in pnm.c. libavcodec
2009-10-27 vitor Commit some functions that are used by both SIPR and AMR. libavcodec
2009-10-27 stefano Move pixdesc.{h,c} from libavcodec to libavutil. libavcodec
2009-10-27 stefano Consistently use third person in doxies. libavcodec
2009-10-27 diego Move PNM init/end functions to the PNM common code. libavcodec
2009-10-27 diego whitespace cosmetics: K&R coding style, prettyprinting libavcodec
2009-10-27 diego Remove crufty leftovers from the era when this file resided within libavformat. libavcodec
2009-10-27 compn add some raw codec fourccs, fixes: libavcodec
2009-10-27 benoit Fix indentation. libavcodec
2009-10-27 benoit Only memset for palettes of 16 elements. libavcodec
2009-10-27 cehoyos Clarify responsibility for freeing a buffer when using vdpau. libavcodec
2009-10-26 stefano Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags. libavcodec
2009-10-25 lorenm s/movdqa/movaps/ in sse1 fft. (regression in r20293) libavcodec
2009-10-24 vitor Bump micro version after the FRWU decoder inclusion libavcodec
2009-10-23 diego Compile LPC code when CONFIG_LPC is set. libavcodec
2009-10-22 daniel Build extradata in adpcm_ms encoder. libavcodec
2009-10-22 daniel Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. libavcodec
2009-10-20 reimar sin_tables.c is a generated file, so add it to CLEANFILES libavcodec
2009-10-20 benoit Remove SHIFT_TEMPS from jfdct code. libavcodec
2009-10-19 diego Add missing dependency of the S/PDIF muxer on the AAC parser. libavcodec
2009-10-19 diego Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. libavcodec
2009-10-19 stefano Add additional long names for the Flash Video decoder and encoder. libavcodec
2009-10-19 stefano Add additional long names for the Sorenson Vector Quantizer 3 decoder. libavcodec
2009-10-19 stefano Add additional long names for the Sorenson Vector Quantizer 1 decoder libavcodec
2009-10-19 reimar mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make libavcodec
2009-10-19 diego whitespace cosmetics: prettyprinting, K&R style libavcodec
2009-10-19 cehoyos Flip (M)JPEG frames encoded by Intel JPEG library. libavcodec
2009-10-19 diego Remove pointless parentheses. libavcodec
2009-10-19 diego cosmetics: Remove pointless parentheses from return statement. libavcodec
2009-10-19 darkshikari Update libx264.c for x264 API change libavcodec
2009-10-18 lorenm fix linking on systems with a function name prefix (10l in r20287) libavcodec
2009-10-18 lorenm sync yasm macros to x264 libavcodec
2009-10-18 bcoudurier fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com libavcodec
2009-10-18 lorenm huffyuv: add some const qualifiers libavcodec
2009-10-18 lorenm simd add_hfyu_left_prediction libavcodec
2009-10-18 jbr add CONFIG_LPC to the build system for lpc dsputil functions. fixes build libavcodec
2009-10-18 mru WMAPRO: use some type punning in decode_coeffs() libavcodec
2009-10-18 vitor Replace big square-root table by a call to ff_sqrt(). Based on a patch libavcodec
2009-10-18 diego Fix typo that mistakenly slipped into previous commit: libavcodec
2009-10-18 diego cosmetics: Break overly long lines. libavcodec
2009-10-17 jbr Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodec
2009-10-17 michael Revert r20249, it seems the union trick works everywhere libavcodec
2009-10-17 jai_menon alacenc : use private compression_level value consistently. libavcodec
2009-10-16 astrange Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). libavcodec
2009-10-16 astrange Huffyuv: Add missing const to src pointers in dsputil functions. libavcodec
2009-10-16 astrange Huffyuv: Remove unnecessary allocation in alloc_temp(). libavcodec
2009-10-16 astrange Huffyuv: Fix a valgrind warning in get_vlc2(). libavcodec
2009-10-16 jai_menon alacenc : Move some code around for clarity. libavcodec
2009-10-16 ramiro mlp: Indent. libavcodec
2009-10-16 ramiro mlp: Only initialize VLC tables once. This caused a crash when multiple libavcodec
2009-10-16 ramiro mlp: Use smaller CRC tables if CONFIG_SMALL. libavcodec
2009-10-16 cehoyos Do not try to free memory that was never allocated (partial revert of r20231). libavcodec
2009-10-16 cehoyos Release unreleased buffers found by make test. libavcodec
2009-10-16 michael Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodec
2009-10-16 michael Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodec
2009-10-16 reimar Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodec
2009-10-15 reimar Add support for hardcoded ff_sin_* tables. libavcodec
2009-10-15 reimar Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodec
2009-10-15 reimar Remove silly casts to the same type as we already have. libavcodec
2009-10-15 reimar Add missing release_buffer at decode end for asv1 decoder. libavcodec
2009-10-15 reimar Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. libavcodec
2009-10-15 cehoyos Raise MAX_THREADS to 16. libavcodec
2009-10-15 reimar Do not initialize ff_cos_* tables again in rdft_init, they are already libavcodec
2009-10-15 reimar Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodec
2009-10-14 reimar Use hardcoded instead of runtime-calculated ff_cos_* tables if libavcodec
2009-10-14 kostya Release frame after decoding is done libavcodec
2009-10-13 reimar Print a warning message when avcodec_default_free_buffers finds unreleased libavcodec
2009-10-13 reimar Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodec
2009-10-13 reimar Call release_buffer on close for v210dec and v210x libavcodec
2009-10-13 reimar Add missing release_buffer on close libavcodec
2009-10-13 reimar Add decoder for "forward uncompressed". libavcodec
2009-10-13 reimar Implement execute2 for w32thread libavcodec
2009-10-13 reimar Fix w32thread implementation to handle job count > thread_count. libavcodec
2009-10-13 reimar fft_dispatch array should be const libavcodec
2009-10-13 reimar Simplify: use FFSWAP libavcodec
2009-10-12 faust3 extend description of avcodec_decode_audio3: libavcodec
2009-10-12 reimar Reindent after removing the outer for loops in the execute2 patch libavcodec
2009-10-12 reimar Move dnxhdenc to execute2 multithreading API. libavcodec
2009-10-12 reimar Add an execute2 function that is more flexible and allows to use parallel libavcodec
2009-10-11 mru ARM: align stack in NEON h264 mc functions libavcodec
2009-10-11 mru ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs libavcodec
2009-10-11 reimar 100l in avpicture_layout: width of chroma planes depends on format depth, too. libavcodec
2009-10-11 kostya Warn when WVC1 cannot be decoded libavcodec
2009-10-10 reimar Hack: set the coded frame PTS to the incoming PTS. libavcodec
2009-10-10 reimar Fix 100l incorrect bitmask check. libavcodec
2009-10-10 kostya Print error message when true interlaced VC-1 frames are encountered libavcodec
2009-10-09 superdump AAC: Fix regression introduced in r20067 where ADTS files would always be libavcodec
2009-10-08 conrad dca and aac decoders use float_to_int16_interleave, so check for libavcodec
2009-10-07 mru ARM: whitespace cosmetics libavcodec
2009-10-07 mru ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 libavcodec
2009-10-06 mru ARM: make function names all-lowercase libavcodec
2009-10-06 mru ARM: enable ARMv4 add_pixels_clamped libavcodec
2009-10-06 mru ARM: ARMv6 optimised add_pixels_clamped() libavcodec
2009-10-06 mru ARM: whitespace cosmetics libavcodec
2009-10-06 cehoyos Move HuffYUV left prediction to dsputil. libavcodec
2009-10-06 kostya Since some junk may be or may be not present before actual VC-1 extradata, libavcodec
2009-10-06 reimar Remove casts that are useless since the argument is void *. libavcodec
2009-10-06 jai_menon Allow building api-example from outside of libavcodec and also libavcodec
2009-10-05 jbr cosmetics: reindent and line wrap after last commit libavcodec
2009-10-05 jbr alacenc: add a fixed LPC coefficient mode as compression level 1. old libavcodec
2009-10-05 michael Revert: libavcodec