Mercurial > libavcodec.hg
graph
-
Reduce the size of the bidir refine hashtable from 4096 to 256 and libavcodec2010-04-02, by michael
-
Convert two "m" constraints to MANGLE to fix compilation with some compilers. libavcodec2010-04-01, by reimar
-
Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec2010-03-30, by stefano
-
Make sure the EC code does not attempt to use inter based concealment if there libavcodec2010-03-30, by michael
-
Set VDPAU H264 picture parameter field_order_cnt and frame_num at the libavcodec2010-03-30, by cehoyos
-
Include appropriate header in table generators instead of using a dummy libavcodec2010-03-29, by reimar
-
Change ref_index structure so it matches how its organized in h264. libavcodec2010-03-23, by michael
-
Disallow VLC coding with more than 8 bits as there are several bugs libavcodec2010-03-22, by michael
-
Throw out last experimental warning that was printed for colorspaces with more than libavcodec2010-03-22, by michael
-
Ignore x264 build=0 as there is no such version, this restores previous libavcodec2010-03-21, by michael
-
Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than libavcodec2010-03-21, by stefano
-
Do not use puts, it adds additional newlines making the generated files libavcodec2010-03-21, by reimar
-
Extend and move macros to create table printing functions to header. libavcodec2010-03-21, by reimar
-
Split VLC-related tables out of dvdata.h to make it easier to add support libavcodec2010-03-21, by reimar
-
Split DCT-II and DCT-III in different functions, they do not share any code. libavcodec2010-03-21, by vitor
-
Call DCT by function pointer. Needed for any future ASM implementation and libavcodec2010-03-21, by vitor
-
fix compilation with --disable-everything --enable-decoder=mpeg2video libavcodec2010-03-20, by aurel
-
Remove avcodec_thread_execute from avcodec.h, and make static functions that libavcodec2010-03-15, by benoit
-
libxvid is producing standard mpeg4 so it don't need its own codec id libavcodec2010-03-12, by aurel
-
Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot st) libavcodec2010-03-11, by pross
-
Check level_prefix a bit (this just checks the max our bitreader can handle, libavcodec2010-03-10, by michael
-
aacsbr: Check that bs_num_env is valid before writing arrays with it as an offset. libavcodec2010-03-09, by alexc
-
aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of those functions. libavcodec2010-03-09, by alexc
-
aacsbr: Make the previous value of bs_num_env local to read_sbr_data(). libavcodec2010-03-09, by alexc
-
Replace many includes of libavutil/common.h with what is actually needed libavcodec2010-03-09, by mru
-
aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several context libavcodec2010-03-09, by alexc
-
aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid(). libavcodec2010-03-09, by alexc
-
aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid). libavcodec2010-03-09, by alexc
-
Check for reference frames so RV 3/4 won't segfault trying to copy data from libavcodec2010-03-09, by kostya
-
10l: Include missing return values in functions made non-void by the previous commit. libavcodec2010-03-09, by alexc
-
aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatted streams. libavcodec2010-03-09, by alexc
-
Scale tile dimensions in case both local decoding and scalability mode libavcodec2010-03-08, by kostya