Mercurial > libavcodec.hg
graph
-
Allow hard-coding several QDM2 tables (about 32 kB size). libavcodecSun, 14 Mar 2010 19:30:25 +0000, by reimar
-
Add some more table-printing functions needed for future patches. libavcodecSun, 14 Mar 2010 19:27:58 +0000, by reimar
-
Make sure all mvs of a mb are set in the error concealment code. libavcodecSun, 14 Mar 2010 01:52:31 +0000, by michael
-
Ensure that the deblock filter accesses the correct MVs for h264. libavcodecSun, 14 Mar 2010 00:42:26 +0000, by michael
-
aac: Don't bias output during the IMDCT if SBR will be used. libavcodecSat, 13 Mar 2010 21:12:10 +0000, by alexc
-
Make iff.c:decode_init return the value returned by libavcodecSat, 13 Mar 2010 19:19:40 +0000, by stefano
-
CODEC_ID_XVID is not used anywhere, remove it at next major bump libavcodecSat, 13 Mar 2010 18:19:36 +0000, by aurel
-
bump minor avcodec version for libxvid codec id change (r22489) libavcodecSat, 13 Mar 2010 18:17:25 +0000, by aurel
-
vp3: Split out motion vectors to their own array libavcodecSat, 13 Mar 2010 10:25:41 +0000, by conrad
-
Move error code definitions from libavcodec/avcodec.h to libavcodecSat, 13 Mar 2010 09:43:24 +0000, by stefano
-
theora: Add support for 4:2:2 and 4:4:4 subsampling libavcodecSat, 13 Mar 2010 05:59:22 +0000, by conrad
-
vp3: remove unneeded error, this is internal and doesn't happen libavcodecSat, 13 Mar 2010 05:59:18 +0000, by conrad
-
libxvid is producing standard mpeg4 so it don't need its own codec id libavcodecFri, 12 Mar 2010 23:24:54 +0000, by aurel
-
Fix guess_mv() so that it works correctly with 4x4 MV blocks. libavcodecFri, 12 Mar 2010 16:59:21 +0000, by michael
-
fix compilation with --disable-everything --enable-muxer=mpegts libavcodecFri, 12 Mar 2010 12:26:47 +0000, by aurel
-
fix compilation with --disable-everything --enable-decoder=twinvq libavcodecFri, 12 Mar 2010 12:25:44 +0000, by aurel
-
Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot st) libavcodecThu, 11 Mar 2010 10:52:34 +0000, by pross
-
Only use .size in ARM assembly when targeting ELF libavcodecWed, 10 Mar 2010 21:39:58 +0000, by mstorsjo
-
Check level_prefix a bit (this just checks the max our bitreader can handle, libavcodecWed, 10 Mar 2010 09:55:03 +0000, by michael
-
Replace $(G) with more generic $(M) in silent make rules libavcodecWed, 10 Mar 2010 02:56:52 +0000, by mru
-
SIMD optimization using float_to_int16_interleave. libavcodecTue, 09 Mar 2010 23:35:57 +0000, by cehoyos
-
aacsbr: Check that bs_num_env is valid before writing arrays with it as an offset. libavcodecTue, 09 Mar 2010 21:50:10 +0000, by alexc
-
aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of those functions. libavcodecTue, 09 Mar 2010 21:46:46 +0000, by alexc
-
aacsbr: Factor out the common end border case from t_q setup. libavcodecTue, 09 Mar 2010 21:35:55 +0000, by alexc
-
aacsbr: Make the previous value of bs_num_env local to read_sbr_data(). libavcodecTue, 09 Mar 2010 20:46:41 +0000, by alexc
-
Replace many includes of libavutil/common.h with what is actually needed libavcodecTue, 09 Mar 2010 17:39:19 +0000, by mru
-
Replace some printf() with puts() in tableprint.c libavcodecTue, 09 Mar 2010 15:56:19 +0000, by mru
-
Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64." libavcodecTue, 09 Mar 2010 10:32:34 +0000, by alexc
-
aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several context libavcodecTue, 09 Mar 2010 10:27:35 +0000, by alexc
-
aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid(). libavcodecTue, 09 Mar 2010 10:26:54 +0000, by alexc
-
aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid). libavcodecTue, 09 Mar 2010 10:26:25 +0000, by alexc
-
aacsbr: Check for illegal values of bs_pointer in sbr_read_grid(). libavcodecTue, 09 Mar 2010 09:27:11 +0000, by alexc
-
Check for reference frames so RV 3/4 won't segfault trying to copy data from libavcodecTue, 09 Mar 2010 07:14:34 +0000, by kostya
-
10l: Include missing return values in functions made non-void by the previous commit. libavcodecTue, 09 Mar 2010 06:21:41 +0000, by alexc
-
aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatted streams. libavcodecTue, 09 Mar 2010 06:13:48 +0000, by alexc
-
Add a missing fft.h include to the aacsbr decoder. libavcodecTue, 09 Mar 2010 06:11:45 +0000, by alexc
-
vp3: Allocate a dummy reference frame if we have no keyframe libavcodecTue, 09 Mar 2010 00:29:22 +0000, by conrad
-
Add TESTOBJS make variable for extra objects used by test apps libavcodecMon, 08 Mar 2010 18:43:44 +0000, by mru
-
Move the local includes below the system includes libavcodecMon, 08 Mar 2010 15:12:36 +0000, by mstorsjo
-
w32thread: Make avcodec_thread_execute2() static here as well libavcodecMon, 08 Mar 2010 12:58:22 +0000, by andoma
-
targeenc: fix rgb555 encoding on big endian systems. libavcodecMon, 08 Mar 2010 08:43:20 +0000, by benoit
-
Make Indeo 5 decoder more robust on bitstream errors. libavcodecMon, 08 Mar 2010 06:52:33 +0000, by kostya
-
Scale tile dimensions in case both local decoding and scalability mode libavcodecMon, 08 Mar 2010 06:49:16 +0000, by kostya
-
IFF: move ff_cmap_read_palette() prototype to a header file libavcodecMon, 08 Mar 2010 02:36:00 +0000, by mru
-
AAC: Set codec parameters in the first frame rather than in .init() libavcodecSun, 07 Mar 2010 23:46:40 +0000, by alexc
-
AAC: Add a new line after the TNS error message. libavcodecSun, 07 Mar 2010 21:07:22 +0000, by alexc
-
Add support for non-backwards compatible signaled parametric stereo. libavcodecSun, 07 Mar 2010 17:55:23 +0000, by alexc
-
Band quant tables should not be assigned inside band tile loop, libavcodecSun, 07 Mar 2010 12:12:42 +0000, by kostya
-
Fix --enable-hardcoded-tables compilation: the generate table files now libavcodecSun, 07 Mar 2010 09:25:57 +0000, by reimar
-
When tracking non-zero coefficients during Indeo 5 decoding, make sure libavcodecSun, 07 Mar 2010 06:03:45 +0000, by kostya
-
header for common code between mp3 decoder and encoder. libavcodecSat, 06 Mar 2010 23:36:30 +0000, by michael
-
PPC: move prototypes to headers and make some functions static libavcodecSat, 06 Mar 2010 22:37:14 +0000, by mru
-
Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c libavcodecSat, 06 Mar 2010 22:36:59 +0000, by mru
-
Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c libavcodecSat, 06 Mar 2010 22:36:55 +0000, by mru
-
Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c libavcodecSat, 06 Mar 2010 22:36:52 +0000, by mru
-
Move prototypes for various dsputil init functions to dsputil.h libavcodecSat, 06 Mar 2010 22:36:49 +0000, by mru
-
Move some prototypes from dsputil.c to reasonable header files libavcodecSat, 06 Mar 2010 22:36:45 +0000, by mru
-
Bink version 'h' also has chroma planes swapped libavcodecSat, 06 Mar 2010 15:09:14 +0000, by kostya
-
Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss(). libavcodecFri, 05 Mar 2010 00:50:13 +0000, by stefano
-
Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes. libavcodecThu, 04 Mar 2010 19:12:20 +0000, by fenrir
-
AAC: Return the number of bytes consumed in decoding a frame. libavcodecThu, 04 Mar 2010 12:34:15 +0000, by alexc
-
AAC: Mark predictor functions av_always_inline. libavcodecThu, 04 Mar 2010 04:58:43 +0000, by alexc
-
AAC parser: Don't write channels, sample rate, and frame size each frame. libavcodecThu, 04 Mar 2010 02:30:51 +0000, by alexc
-
Port Optimizations about *_type init from decode to filter code. libavcodecThu, 04 Mar 2010 02:00:05 +0000, by michael
-
Delay translating DCT tokens into coefficients until immediately before IDCT libavcodecWed, 03 Mar 2010 23:27:43 +0000, by conrad
-
Explictly separate decoding whether fragments are coded by plane libavcodecWed, 03 Mar 2010 23:27:37 +0000, by conrad
-
move vp6 huffman table freeing code, out of common vp56 code libavcodecWed, 03 Mar 2010 22:29:06 +0000, by aurel
-
Move all context fields that are not used in the mb and block layers libavcodecWed, 03 Mar 2010 20:36:56 +0000, by michael
-
remove unused left_border field from context. libavcodecWed, 03 Mar 2010 19:44:27 +0000, by michael
-
Note about luma/chroma_weight tables and their datatype. libavcodecWed, 03 Mar 2010 19:31:58 +0000, by michael
-
Fixed overreads in TTA decoder with corrupted bistreams. libavcodecWed, 03 Mar 2010 19:31:46 +0000, by fenrir
-
move svq3 specific fields to the end of the context libavcodecWed, 03 Mar 2010 16:47:40 +0000, by michael
-
Merge weight & offset tables, 15 cpu cycles faster. libavcodecWed, 03 Mar 2010 14:41:43 +0000, by michael
-
Perform coefficient transformations in Bink Audio DCT decoder (issue1770) libavcodecWed, 03 Mar 2010 09:51:56 +0000, by pross
-
Load the whole left side of mv&ref only when needed. libavcodecWed, 03 Mar 2010 01:38:27 +0000, by michael
-
Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration. libavcodecWed, 03 Mar 2010 00:09:57 +0000, by cehoyos
-
Pass correct buffer-pointer and buffer-size to hardware accelerated libavcodecTue, 02 Mar 2010 17:12:41 +0000, by cehoyos
-
Make lsp a separate configurable and select it from codecs needing it libavcodecTue, 02 Mar 2010 03:16:27 +0000, by mru
-
Fix a bunch of bugs ive introduced recently that broke threaded decoding. libavcodecTue, 02 Mar 2010 02:24:37 +0000, by michael
-
Add commented-out unoptimized code to improve readability libavcodecMon, 01 Mar 2010 19:56:51 +0000, by vitor
-
revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 libavcodecMon, 01 Mar 2010 00:22:43 +0000, by aurel
-
Remove some unneeded fill_rectangle() for 16x16 blocks. libavcodecSun, 28 Feb 2010 23:54:24 +0000, by michael
-
Make av_build_filter static (and remove av_): It is not used outside resample2.c. libavcodecSun, 28 Feb 2010 19:58:26 +0000, by cehoyos
-
Make av_get_bit_rate() static and remove av_, the function is only used libavcodecSun, 28 Feb 2010 19:05:51 +0000, by cehoyos
-
Include libxvid_internal.h: It contains the prototype for av_tempfile(). libavcodecSun, 28 Feb 2010 19:03:38 +0000, by cehoyos
-
Make the following functions static (and remove ff_), they are only used libavcodecSun, 28 Feb 2010 18:57:18 +0000, by cehoyos
-
Make function get_channel_name() static: It is only used in audioconvert.c. libavcodecSun, 28 Feb 2010 18:50:56 +0000, by cehoyos
-
Process picture aspect ratio changes in H.264. libavcodecSun, 28 Feb 2010 18:33:33 +0000, by cehoyos
-
Include internal.h and imgconvert.h, they contain the prototypes for the libavcodecSun, 28 Feb 2010 03:52:10 +0000, by cehoyos
-
Include msrledec.h: It contains the prototype for ff_msrle_decode(). libavcodecSun, 28 Feb 2010 03:41:59 +0000, by cehoyos
-
Include atrac.h: It contains the prototypes for atrac_generate_tables() libavcodecSun, 28 Feb 2010 03:39:11 +0000, by cehoyos
-
Include mpegaudiodecheader.h: It contains the prototype for libavcodecSun, 28 Feb 2010 03:27:10 +0000, by cehoyos
-
Include h263_parser.h: It contains the prototype for libavcodecSun, 28 Feb 2010 02:44:36 +0000, by cehoyos
-
Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header. libavcodecSun, 28 Feb 2010 02:41:20 +0000, by cehoyos
-
Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding libavcodecSat, 27 Feb 2010 21:13:22 +0000, by reimar
-
Strides in Indeo 5 reconstruction filter should be signed, libavcodecSat, 27 Feb 2010 14:08:06 +0000, by kostya
-
Encapsulate VLC information needed for decoding blocks and macroblocks in libavcodecSat, 27 Feb 2010 12:32:31 +0000, by kostya
-
Make it clear that ff_ivi_init_static_vlc() does not need arguments libavcodecSat, 27 Feb 2010 12:12:56 +0000, by kostya
-
Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup libavcodecSat, 27 Feb 2010 04:09:48 +0000, by michael
-
Split *_type setting up, 4 cpu cycles faster. libavcodecSat, 27 Feb 2010 03:46:16 +0000, by michael
-
Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. libavcodecFri, 26 Feb 2010 22:45:35 +0000, by michael
-
Fixed a segfault in the DCA decoder with corrupted streams. libavcodecFri, 26 Feb 2010 18:50:01 +0000, by fenrir
-
Do not read beyond end of input in EA-TGV. This should avoid FATE test #362 libavcodecFri, 26 Feb 2010 18:12:27 +0000, by vitor
-
Only load the topleft mv/ref when the topright is unavailable. libavcodecFri, 26 Feb 2010 15:26:11 +0000, by michael
-
Remove some useless operations from the code setting left_cbp. libavcodecFri, 26 Feb 2010 15:03:00 +0000, by michael
-
Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). libavcodecFri, 26 Feb 2010 03:27:52 +0000, by michael
-
Remove 3 mv_cache zeroing instructions that zeroed the right side. libavcodecFri, 26 Feb 2010 02:54:03 +0000, by michael
-
Remove useless check of the 2 left MBs of a pair being in the same slice. libavcodecFri, 26 Feb 2010 01:38:12 +0000, by michael
-
Remove unneeded line of code from the neighbor setting code in h264. libavcodecFri, 26 Feb 2010 00:10:35 +0000, by michael
-
Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to libavcodecThu, 25 Feb 2010 23:44:42 +0000, by michael
-
svq3 now in working condition, at least vissually, ill let fate tell us libavcodecThu, 25 Feb 2010 18:41:48 +0000, by michael
-
fix compilation, sorry ive not checked cvslog for a while :((( libavcodecThu, 25 Feb 2010 18:39:01 +0000, by michael
-
Dont allocate direct_table 8 times too large. libavcodecThu, 25 Feb 2010 15:29:12 +0000, by michael
-
Reorder intra4x4_pred_mode so that we can read/write 4 values at once. libavcodecThu, 25 Feb 2010 14:26:12 +0000, by michael
-
unroll tiny and trivial loop. Same speed but clearer. libavcodecThu, 25 Feb 2010 12:51:32 +0000, by michael
-
Cut the size of mvd_table by yet another factor of 2. libavcodecThu, 25 Feb 2010 04:11:33 +0000, by michael
-
aac: Keep decode_band_types() from eating all padding at the end of a buffer. libavcodecWed, 24 Feb 2010 23:56:52 +0000, by alexc
-
Try to fix 100l compilation failure on some systems. libavcodecWed, 24 Feb 2010 21:55:55 +0000, by michael
-
Change mvd_cache & mvd_table to 8bit, this is overall a bit faster libavcodecWed, 24 Feb 2010 20:43:06 +0000, by michael
-
switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. libavcodecWed, 24 Feb 2010 18:16:48 +0000, by michael
-
Factorize common code from the top of decode_cabac_mb_mvd() libavcodecWed, 24 Feb 2010 18:06:02 +0000, by michael
-
Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) libavcodecWed, 24 Feb 2010 16:16:08 +0000, by michael
-
Replace ad-hoc fill rectangle by fill_rectangle(). libavcodecWed, 24 Feb 2010 13:12:09 +0000, by michael
-
ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls libavcodecWed, 24 Feb 2010 13:11:38 +0000, by kostya
-
it is not necessary to display the decoder name, as av_log() automatically prints the context libavcodecWed, 24 Feb 2010 11:51:42 +0000, by pross
-
Replace /2 by faster >>1 as the mvd values are now all positive. libavcodecWed, 24 Feb 2010 01:57:31 +0000, by michael
-
Remove unused variable. Seems i forgot to commit this. libavcodecWed, 24 Feb 2010 01:56:27 +0000, by michael
-
Cosmetics: break all Makefile lines at 80 columns or less libavcodecTue, 23 Feb 2010 16:12:30 +0000, by daniel