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