Mercurial > libavcodec.hg
graph
-
Replace all remaining occurrences of AVERROR_NOMEM with libavcodecSat, 03 Apr 2010 14:15:00 +0000, by stefano
-
aacenc: Error when an unsupported profile is requested libavcodecFri, 02 Apr 2010 16:26:10 +0000, by alexc
-
aacenc: Don't lowpass the input unless specifically requested. libavcodecFri, 02 Apr 2010 14:19:39 +0000, by alexc
-
Change bidir refine hash code so we only need to perform a single libavcodecFri, 02 Apr 2010 12:34:08 +0000, by michael
-
Reduce the size of the bidir refine hashtable from 4096 to 256 and libavcodecFri, 02 Apr 2010 11:06:29 +0000, by michael
-
Move comment that belonged to cmp() back to cmp(). libavcodecFri, 02 Apr 2010 01:13:59 +0000, by michael
-
Convert two "m" constraints to MANGLE to fix compilation with some compilers. libavcodecThu, 01 Apr 2010 16:52:14 +0000, by reimar
-
Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags. libavcodecThu, 01 Apr 2010 15:52:50 +0000, by benoit
-
Add function to export EDGE_WIDTH from libavcodec. libavcodecThu, 01 Apr 2010 06:41:16 +0000, by koorogi
-
Document API addition of avcodec_copy_context(). libavcodecWed, 31 Mar 2010 21:10:52 +0000, by rbultje
-
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavcodecWed, 31 Mar 2010 12:29:58 +0000, by cehoyos
-
H264: Copy h264dsp when creating new slice threads libavcodecWed, 31 Mar 2010 03:55:42 +0000, by astrange
-
Move AVMediaType from libavcodec to libavutil. libavcodecTue, 30 Mar 2010 23:31:16 +0000, by stefano
-
Define AVMediaType enum, and use it instead of enum CodecType, which libavcodecTue, 30 Mar 2010 23:30:55 +0000, by stefano
-
Add spectral extension to the E-AC-3 decoder. libavcodecTue, 30 Mar 2010 22:09:14 +0000, by cehoyos
-
Make sure the EC code does not attempt to use inter based concealment if there libavcodecTue, 30 Mar 2010 20:46:46 +0000, by michael
-
Set VDPAU H264 picture parameter field_order_cnt and frame_num at the libavcodecTue, 30 Mar 2010 08:10:29 +0000, by cehoyos
-
Fix VDPAU for H.264 streams with long reference frames. libavcodecTue, 30 Mar 2010 07:52:44 +0000, by cehoyos
-
Include appropriate header in table generators instead of using a dummy libavcodecMon, 29 Mar 2010 21:32:38 +0000, by reimar
-
TTA : Check if the output buffer size is within bounds. libavcodecSun, 28 Mar 2010 17:17:48 +0000, by jai_menon
-
libxvid: Clear extradata pointer when freeing it. libavcodecFri, 26 Mar 2010 04:12:28 +0000, by ramiro
-
h264: Simplify decode_cabac_residual() specialization libavcodecFri, 26 Mar 2010 03:29:31 +0000, by astrange
-
Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA / libavcodecThu, 25 Mar 2010 21:01:35 +0000, by stefano
-
Enable mbtree by default, and remove it from presets libavcodecThu, 25 Mar 2010 19:39:06 +0000, by bcoudurier
-
Enable more libx264 options, aq, psy, rc lookahead and ssim libavcodecThu, 25 Mar 2010 19:25:21 +0000, by bcoudurier
-
aacenc: Merge quantize_band_cost() with quantize_and_encode_band(). libavcodecWed, 24 Mar 2010 17:09:21 +0000, by alexc
-
Bump minor version, I forgot in the last commit libavcodecTue, 23 Mar 2010 20:03:20 +0000, by vitor
-
Implement the discrete sine/cosine transforms DCT-I and DST-I libavcodecTue, 23 Mar 2010 19:48:16 +0000, by vitor
-
Change ref_index structure so it matches how its organized in h264. libavcodecTue, 23 Mar 2010 02:17:04 +0000, by michael
-
Disallow VLC coding with more than 8 bits as there are several bugs libavcodecMon, 22 Mar 2010 21:12:31 +0000, by michael
-
Throw out last experimental warning that was printed for colorspaces with more than libavcodecMon, 22 Mar 2010 15:04:11 +0000, by michael
-
Ignore x264 build=0 as there is no such version, this restores previous libavcodecSun, 21 Mar 2010 22:23:37 +0000, by michael
-
Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than libavcodecSun, 21 Mar 2010 16:34:01 +0000, by stefano
-
Do not use puts, it adds additional newlines making the generated files libavcodecSun, 21 Mar 2010 16:29:08 +0000, by reimar
-
Add support for hard-coding the 256kB large dv_vlc_map table. libavcodecSun, 21 Mar 2010 16:03:45 +0000, by reimar
-
Extend and move macros to create table printing functions to header. libavcodecSun, 21 Mar 2010 14:46:32 +0000, by reimar
-
Split VLC-related tables out of dvdata.h to make it easier to add support libavcodecSun, 21 Mar 2010 14:43:50 +0000, by reimar
-
Split DCT-II and DCT-III in different functions, they do not share any code. libavcodecSun, 21 Mar 2010 11:35:05 +0000, by vitor
-
Call DCT by function pointer. Needed for any future ASM implementation and libavcodecSun, 21 Mar 2010 11:31:11 +0000, by vitor
-
Cosmetics: move ff_dct_init() to the bottom of the file libavcodecSun, 21 Mar 2010 11:28:38 +0000, by vitor
-
fix compilation with --disable-everything --enable-decoder=mpeg2video libavcodecSat, 20 Mar 2010 23:18:07 +0000, by aurel
-
rdft: reorder functions to avoid static prototype libavcodecSat, 20 Mar 2010 21:27:06 +0000, by mru
-
Error concealment of h264 with multiple references. libavcodecSat, 20 Mar 2010 00:52:08 +0000, by michael
-
Reinitialize the h264 decoder context on every valid aspect ratio libavcodecThu, 18 Mar 2010 23:36:54 +0000, by stefano
-
Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED libavcodecThu, 18 Mar 2010 15:00:17 +0000, by mru
-
Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than libavcodecThu, 18 Mar 2010 00:23:02 +0000, by stefano
-
Correct reference buffer switching in Indeo 5 decoder. libavcodecWed, 17 Mar 2010 07:53:12 +0000, by kostya
-
document two variables in Indeo5 decoding context libavcodecWed, 17 Mar 2010 07:49:36 +0000, by kostya
-
Use H264s MC instead of mpeg4-asp qpel for h264 error resilience. libavcodecWed, 17 Mar 2010 02:59:12 +0000, by michael
-
Move arch-specific makefile parts into $arch/Makefile libavcodecTue, 16 Mar 2010 21:22:59 +0000, by mru
-
Move H264 dsputil functions into their own struct libavcodecTue, 16 Mar 2010 01:17:00 +0000, by mru
-
mpegts muxer now needs mpeg4audio code like adts muxer libavcodecMon, 15 Mar 2010 23:11:02 +0000, by bcoudurier
-
H264: fix signed overflow in constant multiplication libavcodecMon, 15 Mar 2010 23:00:53 +0000, by mru
-
Remove avcodec_thread_execute from avcodec.h, and make static functions that libavcodecMon, 15 Mar 2010 14:03:01 +0000, by benoit
-
Allow hard-coding of the 32kB cubic-root table for AAC. libavcodecSun, 14 Mar 2010 19:59:47 +0000, by reimar
-
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