Mercurial > libavcodec.hg
graph
-
Don't check the return value of decode_cabac_residual since it always libavcodecSun, 12 Aug 2007 00:07:29 +0000, by conrad
-
various simplifications around recent av_clip_int16() usage libavcodecSat, 11 Aug 2007 23:17:03 +0000, by aurel
-
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq libavcodecSat, 11 Aug 2007 23:09:28 +0000, by michael
-
ensure that default_get_buffer() doesnt reuse images if the dimension or libavcodecFri, 10 Aug 2007 19:28:28 +0000, by michael
-
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) libavcodecThu, 09 Aug 2007 17:01:15 +0000, by romansh
-
comments modification: add, clean up, Doxygenize, and reword libavcodecThu, 09 Aug 2007 00:36:49 +0000, by jbr
-
use reget_buffer and remove internal copying of buffer - codec works again libavcodecThu, 09 Aug 2007 00:16:27 +0000, by alex
-
debug: tell how much bits are skipped with unknown nal code libavcodecWed, 08 Aug 2007 20:27:18 +0000, by alex
-
make output buffer larger so drift compensation can work libavcodecMon, 06 Aug 2007 23:34:41 +0000, by michael
-
add pointer to the parent context for use with av_log() libavcodecSun, 05 Aug 2007 21:34:33 +0000, by jbr
-
make wmv1 and wmv2 playable with M$ DMO decoder libavcodecSun, 05 Aug 2007 20:03:37 +0000, by michael
-
fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf libavcodecSun, 05 Aug 2007 13:41:44 +0000, by bcoudurier
-
Remove AVCodecContext parameter from parse_timecode function libavcodecSun, 05 Aug 2007 12:11:31 +0000, by reimar
-
Colours except background should not be transparent libavcodecSun, 05 Aug 2007 12:11:24 +0000, by reimar
-
get rid of av_rescale_q, it does not work as intended. libavcodecSun, 05 Aug 2007 12:11:22 +0000, by reimar
-
get rid of xsubdec array and calculate value instead libavcodecSun, 05 Aug 2007 12:11:20 +0000, by reimar
-
Add the handling of the INT32INFO block to the WavPack decoder. libavcodecSun, 05 Aug 2007 05:56:34 +0000, by kostya
-
prevent huffyuv from generating codewords of length 32. (regression in r9069) libavcodecSun, 05 Aug 2007 00:29:02 +0000, by lorenm
-
use dsputil for float to signed 16-bit sample conversion libavcodecSat, 04 Aug 2007 20:59:22 +0000, by jbr
-
Add support for grayscale MJPEG streams sent by Axis cameras such as the libavcodecSat, 04 Aug 2007 20:49:39 +0000, by diego
-
consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels. libavcodecSat, 04 Aug 2007 19:19:48 +0000, by jbr
-
cosmetics: use more appropriate names for iterator variables. libavcodecSat, 04 Aug 2007 13:52:56 +0000, by jbr
-
make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code). libavcodecSat, 04 Aug 2007 13:26:46 +0000, by jbr
-
no need to duplicate cid table vars in context libavcodecSat, 04 Aug 2007 13:09:08 +0000, by bcoudurier
-
add coding unit size for interlaced decoding libavcodecSat, 04 Aug 2007 12:59:49 +0000, by bcoudurier
-
cosmetics: use braces when it makes the code easier to read. libavcodecSat, 04 Aug 2007 12:04:41 +0000, by jbr
-
change AC3DecodeContext variable to local variable libavcodecSat, 04 Aug 2007 11:55:10 +0000, by jbr
-
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. libavcodecSat, 04 Aug 2007 11:01:11 +0000, by michael
-
use table for converting dynamic range codes to scale factors libavcodecSat, 04 Aug 2007 03:27:05 +0000, by jbr
-
use floating-point mantissa dequantization tables libavcodecSat, 04 Aug 2007 03:21:17 +0000, by jbr
-
dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off. libavcodecSat, 04 Aug 2007 01:13:08 +0000, by jbr
-
merge decoding of coupling channel coefficients and regular channel coefficients libavcodecSat, 04 Aug 2007 00:04:17 +0000, by jbr
-
split out coupling coefficient reconstruction into a separate function libavcodecFri, 03 Aug 2007 23:53:53 +0000, by jbr
-
output last frame if seq end code is encountered libavcodecThu, 02 Aug 2007 20:49:42 +0000, by michael
-
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, libavcodecWed, 01 Aug 2007 22:12:52 +0000, by michael
-
exchange for() and if() order in the MT_FRAME case libavcodecWed, 01 Aug 2007 21:05:58 +0000, by michael
-
merge another 2 if() to save a few cpu cycles libavcodecWed, 01 Aug 2007 20:04:12 +0000, by michael
-
reorder if() so that the condition can be simplified libavcodecWed, 01 Aug 2007 19:37:28 +0000, by michael
-
use buf_ptr to correctly decode second field libavcodecWed, 01 Aug 2007 13:18:23 +0000, by bcoudurier
-
make grayscale only decoding checks in inner loops compiletime killable libavcodecWed, 01 Aug 2007 00:39:39 +0000, by michael
-
move some code which was executed for every skipped MB so it is only executed libavcodecTue, 31 Jul 2007 21:39:09 +0000, by michael
-
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodecTue, 31 Jul 2007 20:44:48 +0000, by michael
-
Identifiers starting with underscores are reserved. libavcodecTue, 31 Jul 2007 06:55:48 +0000, by diego
-
fix cabac decoding with some Blue-Ray sources libavcodecMon, 30 Jul 2007 21:19:36 +0000, by gpoirier
-
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodecMon, 30 Jul 2007 18:05:46 +0000, by romansh
-
support silly PCM variant used by zork nemesis libavcodecMon, 30 Jul 2007 02:05:16 +0000, by michael
-
prevent assert failure with negative quant_offset libavcodecSun, 29 Jul 2007 21:34:31 +0000, by michael
-
make the reference code use double instead of float where it is easy libavcodecSun, 29 Jul 2007 10:11:12 +0000, by michael
-
BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion libavcodecSat, 28 Jul 2007 20:50:25 +0000, by jbr
-
remove broken downmixing. will add new implementation later. libavcodecSat, 28 Jul 2007 19:33:19 +0000, by jbr
-
Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodecSat, 28 Jul 2007 18:26:43 +0000, by takis
-
remove "Advanced Prediction Mode not supported" spam libavcodecThu, 26 Jul 2007 15:47:43 +0000, by michael
-
Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodecTue, 24 Jul 2007 14:17:13 +0000, by takis
-
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodecTue, 24 Jul 2007 13:03:13 +0000, by takis
-
help some gcc version to optimize out those functions libavcodecTue, 24 Jul 2007 08:54:56 +0000, by aurel
-
set bit allocation parameters directly instead of copying libavcodecTue, 24 Jul 2007 01:35:25 +0000, by jbr
-
use enum value instead of numerical value for acmod libavcodecMon, 23 Jul 2007 22:47:49 +0000, by jbr
-
use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodecMon, 23 Jul 2007 22:23:37 +0000, by jbr
-
Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodecSat, 21 Jul 2007 16:28:12 +0000, by jbr
-
don't need to synchronize in the decoder. the parser does that already. libavcodecSat, 21 Jul 2007 13:56:04 +0000, by jbr
-
Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodecFri, 20 Jul 2007 15:09:10 +0000, by takis
-
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodecFri, 20 Jul 2007 15:08:10 +0000, by takis
-
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodecThu, 19 Jul 2007 15:56:56 +0000, by gpoirier
-
Fix the self tests which are contained in some codecs and are using random(). libavcodecThu, 19 Jul 2007 08:47:07 +0000, by takis
-
Fix the compilation of dct-test, fft-test and motion-test which are using libavcodecThu, 19 Jul 2007 08:46:28 +0000, by takis
-
update license header. add copyright for myself. correct and complete the statement about liba52. libavcodecThu, 19 Jul 2007 02:16:20 +0000, by jbr
-
remove portions of bit allocation which are no longer needed since they are shared with the encoder libavcodecThu, 19 Jul 2007 00:50:31 +0000, by jbr
-
Set the step index correctly for flash adpcm. Patch by Baptiste libavcodecWed, 18 Jul 2007 18:40:03 +0000, by banan
-
Calculate the correct blocksize for flash adpcm. Patch by Baptiste libavcodecWed, 18 Jul 2007 18:35:03 +0000, by banan
-
Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodecWed, 18 Jul 2007 14:45:01 +0000, by vitor
-
Remove more code duplication. Based on a patch by Matthieu Castet. libavcodecWed, 18 Jul 2007 06:06:21 +0000, by vitor
-
Move var. declaration to allow further clean up libavcodecTue, 17 Jul 2007 23:51:34 +0000, by vitor
-
Remove code duplication. Based on a patch by Matthieu Castet. libavcodecTue, 17 Jul 2007 22:05:33 +0000, by vitor
-
create colorspace.h and use it where appropriate libavcodecTue, 17 Jul 2007 12:33:14 +0000, by benoit
-
fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodecTue, 17 Jul 2007 11:06:12 +0000, by mhoffman
-
Don't segfault if an empty codebook gets used. libavcodecTue, 17 Jul 2007 07:12:40 +0000, by benoit
-
* making profile selection a bit more tolerant to the badly broken streams libavcodecTue, 17 Jul 2007 04:06:03 +0000, by romansh
-
cosmetics: adding some white space to align the arguments of a couple of functions libavcodecTue, 17 Jul 2007 00:36:47 +0000, by mhoffman
-
remove useless #ifdef CONFIG_ZLIB from zmbv decoder libavcodecMon, 16 Jul 2007 21:05:16 +0000, by mru
-
fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodecMon, 16 Jul 2007 13:24:43 +0000, by mhoffman
-
fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodecMon, 16 Jul 2007 12:32:41 +0000, by mhoffman
-
fixpoint: separate windowing arithmetic imlt_window_float libavcodecMon, 16 Jul 2007 11:52:46 +0000, by mhoffman
-
separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodecMon, 16 Jul 2007 11:25:56 +0000, by mhoffman
-
separating saturation codes so that we can support other data formats libavcodecMon, 16 Jul 2007 01:28:58 +0000, by mhoffman
-
moving automatic allocation of joint_decode/decode_buffer libavcodecSun, 15 Jul 2007 22:06:08 +0000, by mhoffman
-
cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodecSun, 15 Jul 2007 21:48:17 +0000, by mhoffman
-
hardly anything in PNGContext is shared; split it libavcodecSun, 15 Jul 2007 19:23:55 +0000, by mru
-
fix visual painting of MVs from h264: they are painted twice too long libavcodecSun, 15 Jul 2007 19:03:12 +0000, by gpoirier
-
no need for the decoder to have the license as a prefix libavcodecSun, 15 Jul 2007 01:38:13 +0000, by jbr
-
remove a debugging function and variable, and remove the commented-out code which uses them. libavcodecSun, 15 Jul 2007 01:35:46 +0000, by jbr
-
move some common values to ac3.h and utilize them libavcodecSun, 15 Jul 2007 01:31:09 +0000, by jbr
-
revise license header for simplicity and consistency libavcodecSat, 14 Jul 2007 18:53:56 +0000, by jbr
-
AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr libavcodecSat, 14 Jul 2007 16:06:14 +0000, by jbr
-
AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:05:39 +0000, by jbr
-
AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:05:13 +0000, by jbr
-
AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:04:40 +0000, by jbr
-
AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:04:17 +0000, by jbr
-
AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:03:47 +0000, by jbr
-
AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:03:14 +0000, by jbr
-
AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:02:32 +0000, by jbr
-
AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:02:08 +0000, by jbr
-
AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:01:44 +0000, by jbr
-
AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:01:14 +0000, by jbr
-
AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:00:38 +0000, by jbr
-
AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:00:05 +0000, by jbr
-
AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:59:25 +0000, by jbr
-
AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:58:42 +0000, by jbr
-
AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:57:51 +0000, by jbr
-
AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:56:55 +0000, by jbr
-
AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:51:00 +0000, by jbr
-
AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:49:12 +0000, by jbr
-
AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:48:28 +0000, by jbr
-
AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:42:15 +0000, by jbr
-
AC-3 decoder, soc revision 26, Jul 5 04:55:15 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:41:27 +0000, by jbr
-
AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:38:39 +0000, by jbr
-
The mpegaudio parser depends on mpegaudiodata.o. libavcodecSat, 14 Jul 2007 13:23:26 +0000, by aurel
-
The svq3 decoder depends on h264idct.o and also requires h264_parser. libavcodecSat, 14 Jul 2007 13:11:15 +0000, by aurel
-
Replace non-existing @fixme doxygen tags with @todo. libavcodecFri, 13 Jul 2007 13:04:55 +0000, by diego
-
Make "channels" variable mean the number of channels, not the number of libavcodecFri, 13 Jul 2007 00:06:46 +0000, by vitor
-
map warning levels between libx264 and libavutil libavcodecThu, 12 Jul 2007 08:22:28 +0000, by benoit
-
license header consistency: Remove redundant "all rights reserved" statement libavcodecThu, 12 Jul 2007 00:23:53 +0000, by diego
-
Inport the original intiger IDCT from MPEG2 reference decoder. libavcodecWed, 11 Jul 2007 22:01:21 +0000, by iive
-
move ff_h263_round_chroma() to mpegvideo.h as static inline libavcodecWed, 11 Jul 2007 21:04:53 +0000, by mru
-
comment explaining that text subtitle need to be UTF-8 for now libavcodecWed, 11 Jul 2007 13:19:58 +0000, by aurel
-
makes compilation of h263.o and mpegvideo_enc.o conditional libavcodecTue, 10 Jul 2007 20:28:56 +0000, by aurel
-
Avoid linking with h263.c functions when the relevant codecs libavcodecTue, 10 Jul 2007 20:23:08 +0000, by aurel
-
Better place to disable some mpeg4 code and ensure that libavcodecTue, 10 Jul 2007 17:31:17 +0000, by aurel
-
Split ff_set_mpeg4_time() and move the non mpeg4 specific part libavcodecTue, 10 Jul 2007 14:37:33 +0000, by aurel
-
Add standard licensing header to files that lack it. libavcodecTue, 10 Jul 2007 10:02:01 +0000, by diego
-
don't compile some mpeg4 encoder code when encoders are disabled libavcodecTue, 10 Jul 2007 08:40:00 +0000, by aurel
-
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) libavcodecTue, 10 Jul 2007 03:40:37 +0000, by vitor
-
avoid deprecation warnings for ImgReSampleContext from avcodec.h libavcodecMon, 09 Jul 2007 22:15:07 +0000, by mru
-
split rawvideo encoder and decoder in their own files libavcodecMon, 09 Jul 2007 16:26:11 +0000, by aurel
-
set sample rate in more logical place, kill warning libavcodecSun, 08 Jul 2007 23:15:10 +0000, by mru
-
Pass modes as parameters instead of calculating them inplace. libavcodecSun, 08 Jul 2007 13:34:02 +0000, by kostya
-
split decoder-specific parts into their own file libavcodecSun, 08 Jul 2007 07:37:30 +0000, by stefang
-
prepare splitting decoder-only parts into own file: libavcodecSun, 08 Jul 2007 07:13:25 +0000, by stefang
-
* Getting rid of the use of GCC language extensions libavcodecSun, 08 Jul 2007 03:16:59 +0000, by romansh
-
simplify ff_copy_bits() when compiled with config-small libavcodecSat, 07 Jul 2007 23:03:14 +0000, by aurel
-
prepare splitting decoder-only parts into own file: libavcodecSat, 07 Jul 2007 07:35:18 +0000, by stefang
-
move dequantization into its own inline function libavcodecSat, 07 Jul 2007 07:14:58 +0000, by stefang
-
cosmetic: rename VLC tables to make clear they libavcodecSat, 07 Jul 2007 06:49:20 +0000, by stefang
-
setting special motion vectors in intra macroblocks libavcodecSat, 07 Jul 2007 06:34:30 +0000, by stefang
-
setting intra prediction modes to default values libavcodecSat, 07 Jul 2007 06:27:44 +0000, by stefang
-
move modification of intra prediction modes into libavcodecSat, 07 Jul 2007 06:15:05 +0000, by stefang
-
move preparation of chroma intra prediction into its libavcodecSat, 07 Jul 2007 05:27:59 +0000, by stefang
-
move existing inline functions from cavs.c to cavs.h libavcodecSat, 07 Jul 2007 05:03:22 +0000, by stefang
-
move context structure definition from cavs.c to cavs.h libavcodecSat, 07 Jul 2007 04:58:54 +0000, by stefang
-
split SVQ1 decoder and encoder in their own files libavcodecFri, 06 Jul 2007 15:19:35 +0000, by aurel
-
Add support for streams with different chroma_qp_index_offset libavcodecFri, 06 Jul 2007 14:21:37 +0000, by gpoirier
-
Precompute a chroma_qp table with index offset for each pps, libavcodecFri, 06 Jul 2007 07:58:08 +0000, by gpoirier
-
Compute the dequant coefficient table ptr outside the loop, libavcodecFri, 06 Jul 2007 07:55:37 +0000, by gpoirier
-
include snow encoder only if it is not disabled libavcodecThu, 05 Jul 2007 22:57:52 +0000, by aurel
-
Group all copyright and author notices together. libavcodecThu, 05 Jul 2007 10:37:29 +0000, by diego
-
move mpeg encoder specific initialization in the encoder specific file libavcodecThu, 05 Jul 2007 09:48:29 +0000, by aurel
-
use av_freep() in free_vlc() and failed init_vlc() libavcodecThu, 05 Jul 2007 06:47:00 +0000, by mru
-
Remove variables made unused by the last two patches and test svn access. libavcodecTue, 03 Jul 2007 02:50:36 +0000, by vitor
-
Remove leading underscores from specifiers, they are reserved. libavcodecMon, 02 Jul 2007 17:00:04 +0000, by diego
-
Add missing comment markers to #endif directive. libavcodecMon, 02 Jul 2007 10:08:47 +0000, by diego
-
Identify the loop_filter flag as such and remove the unused variables in the context. libavcodecWed, 27 Jun 2007 14:27:47 +0000, by iive
-
removing dependency on bfin_sram.h, which is not used right now libavcodecFri, 22 Jun 2007 13:44:58 +0000, by mhoffman
-
renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.h libavcodecFri, 22 Jun 2007 13:43:47 +0000, by mhoffman
-
modify msmpeg4 functions to generate VC1 compatible block layer bitstream libavcodecFri, 22 Jun 2007 08:35:21 +0000, by benoit
-
Don't swap back un-deblocked lines for intra prediction when libavcodecThu, 21 Jun 2007 07:52:06 +0000, by gpoirier
-
split frame rate and frame size abbreviation into two structures libavcodecThu, 21 Jun 2007 07:46:48 +0000, by benoit
-
move dct_quantize and denoise_dct function pointers initialization to C libavcodecWed, 20 Jun 2007 11:01:50 +0000, by benoit
-
Do not reuse the rbsp de-escape buffer if both libavcodecWed, 20 Jun 2007 08:53:53 +0000, by benoit
-
Decouple bit context from h264 context in decode_ref_pic_marking() libavcodecTue, 19 Jun 2007 21:34:04 +0000, by gpoirier
-
add a comment to indicate which #endif belong to which #define libavcodecSun, 17 Jun 2007 18:59:28 +0000, by gpoirier
-
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec, libavcodecSun, 17 Jun 2007 09:38:35 +0000, by gpoirier
-
part 2/2 of fixing Altivec-accelerated H264 luma inloop filter libavcodecSun, 17 Jun 2007 09:37:13 +0000, by gpoirier
-
convert h264_deblock_q1 to an inline function. libavcodecSun, 17 Jun 2007 09:14:02 +0000, by gpoirier
-
move a couple of macros and structs to mpegaudio.h libavcodecSat, 16 Jun 2007 22:58:43 +0000, by mru
-
Factor out init_scan_tables(), patch by Andreas ªÓman %andreas A olebyn.nu% libavcodecSat, 16 Jun 2007 19:54:04 +0000, by gpoirier
-
Use a faster way to compute 255-val: Instead of creating a vector of libavcodecSat, 16 Jun 2007 18:59:10 +0000, by gpoirier
-
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't libavcodecSat, 16 Jun 2007 15:15:19 +0000, by mru
-
replace endian detection hack with #ifdef WORDS_BIGENDIAN libavcodecSat, 16 Jun 2007 14:52:10 +0000, by mru
-
replace TARGET_* with HAVE_* simplifying lists in configure script libavcodecFri, 15 Jun 2007 20:35:44 +0000, by mru
-
use if() instead of #ifdef and ensure all possible optimisations are enabled libavcodecFri, 15 Jun 2007 18:18:31 +0000, by aurel
-
some samples aren't decoded correctly such as libavcodecFri, 15 Jun 2007 08:22:06 +0000, by gpoirier
-
Remove an unreferenced variable from qpeg_decode_inter(). libavcodecThu, 14 Jun 2007 16:16:37 +0000, by takis
-
removing underscores from block profiling renaming to xx_ libavcodecWed, 13 Jun 2007 12:46:27 +0000, by mhoffman
-
Improve understanding ofavcodec_find_decoder() libavcodecWed, 13 Jun 2007 08:28:00 +0000, by benoit
-
kill one vector constant value load by the right combination of vec_splatX/vec_sl libavcodecTue, 12 Jun 2007 21:24:25 +0000, by gpoirier
-
restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% libavcodecTue, 12 Jun 2007 21:17:22 +0000, by gpoirier
-
integrating MPV_common_init_bfin into the build system and mpegvideo.c libavcodecTue, 12 Jun 2007 19:34:06 +0000, by mhoffman
-
Blackfin IDCT has no special permutation it uses normal order libavcodecTue, 12 Jun 2007 19:06:39 +0000, by mhoffman
-
Move the video size and rate abbreviations system from libavformat to libavcodec libavcodecTue, 12 Jun 2007 08:06:54 +0000, by benoit
-
move codecs declarations from avcodec.h to allcodecs.h libavcodecMon, 11 Jun 2007 16:05:32 +0000, by aurel
-
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go libavcodecMon, 11 Jun 2007 08:00:31 +0000, by gpoirier
-
Altivec version of h264_(h|v)_loop_filter_luma libavcodecSat, 09 Jun 2007 19:13:34 +0000, by gpoirier
-
Add some #includes to allow compilation without HAVE_AV_CONFIG_H. libavcodecSat, 09 Jun 2007 17:52:16 +0000, by diego
-
work around issues with the old version of Gnu Assembler shipped on libavcodecFri, 08 Jun 2007 20:35:30 +0000, by gpoirier
-
emms --> emms_c, taken from a patch by Ronald Bultje libavcodecThu, 07 Jun 2007 21:31:26 +0000, by diego
-
Preprocessor #defines starting with __ are reserved for the system. libavcodecThu, 07 Jun 2007 17:19:37 +0000, by diego
-
Add CPU feature definitions for SSE3 and SSSE3. libavcodecThu, 07 Jun 2007 16:58:08 +0000, by diego
-
CPU feature definitions should always be available, not just when the libavcodecThu, 07 Jun 2007 16:15:20 +0000, by diego
-
Add some forgotten lib prefixes to Makefile variables. libavcodecWed, 06 Jun 2007 18:56:14 +0000, by diego
-
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. libavcodecWed, 06 Jun 2007 08:51:41 +0000, by diego
-
Give names of external library decoders/encoders a lib prefix libavcodecWed, 06 Jun 2007 08:41:45 +0000, by diego
-
Give all wrappers for external libraries names starting with lib. libavcodecWed, 06 Jun 2007 00:14:18 +0000, by diego
-
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks libavcodecTue, 05 Jun 2007 08:05:16 +0000, by benoit
-
Rename code012() to ff_code012(), and remove static qualifier: paves the way libavcodecTue, 05 Jun 2007 07:18:29 +0000, by gpoirier
-
fix error: indeo2.c:202:1: directives may not be used inside a macro argument, libavcodecMon, 04 Jun 2007 11:03:24 +0000, by gpoirier
-
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> libavcodecSun, 03 Jun 2007 13:27:44 +0000, by lu_zero
-
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). libavcodecSun, 03 Jun 2007 11:44:43 +0000, by lorenm
-
Rename aac_decoder to libfaad_decoder for consistency and to be able to libavcodecSat, 02 Jun 2007 11:44:44 +0000, by diego
-
Rename faac_encoder to libfaac_encoder for consistency and to be able to libavcodecSat, 02 Jun 2007 11:20:24 +0000, by diego
-
check qblur > 1 (prevent assert failure / segfault) libavcodecThu, 31 May 2007 21:40:22 +0000, by michael
-
sanity checks (should prevent hypothetical div by zero issue) libavcodecWed, 30 May 2007 23:06:37 +0000, by michael
-
Add support for listing the supported pixel formats using the option libavcodecWed, 30 May 2007 14:20:55 +0000, by benoit
-
rename attribute_unused to av_unused and moves its declaration to common.h libavcodecWed, 30 May 2007 09:32:25 +0000, by benoit
-
Do proper frame swapping so VMD video decoder works again libavcodecTue, 29 May 2007 16:43:25 +0000, by kostya
-
Split RoQ decoder to accommodate future encoder patch libavcodecTue, 29 May 2007 15:01:33 +0000, by benoit
-
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libavcodecMon, 28 May 2007 09:30:41 +0000, by diego
-
make decoder decode the first frame properly if theres more than just one libavcodecSun, 27 May 2007 22:34:49 +0000, by michael
-
Correct the parameter order for the call to "av_clip". libavcodecFri, 25 May 2007 14:42:11 +0000, by takis
-
use sparse huffman tables. 1.5% faster huffyuv decoding. libavcodecThu, 24 May 2007 17:40:02 +0000, by lorenm
-
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. libavcodecThu, 24 May 2007 17:38:56 +0000, by lorenm
-
fix mjpeg decoding with broken huffman table headers libavcodecWed, 23 May 2007 18:41:34 +0000, by ods15
-
Export the four remaining H.264 decoder intra prediction functions for reuse in libavcodecWed, 23 May 2007 13:46:11 +0000, by takis
-
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. libavcodecWed, 23 May 2007 09:02:07 +0000, by lorenm
-
Remove mdct.o and fft.o from fft-test prerequisites list. libavcodecTue, 22 May 2007 07:08:38 +0000, by diego
-
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic libavcodecMon, 21 May 2007 15:24:31 +0000, by takis
-
Split the h261.c file into separate files for the encoder, decoder and common stuff. libavcodecMon, 21 May 2007 12:51:29 +0000, by takis
-
Rename motion_test.c to motion-test.c, which is the naming scheme used by all libavcodecMon, 21 May 2007 07:11:27 +0000, by diego
-
remove dependency of mpeg audio encoder over mpeg audio decoder libavcodecSun, 20 May 2007 22:50:29 +0000, by aurel