log

age author description
Tue, 31 Jul 2007 20:52:49 +0000 michael avoid 2 additions (1 cpu cycle) per MB libavcodec
Tue, 31 Jul 2007 20:44:48 +0000 michael chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodec
Tue, 31 Jul 2007 16:22:57 +0000 takis Fix typo libavcodec
Tue, 31 Jul 2007 14:51:21 +0000 benoit fix mem leak libavcodec
Tue, 31 Jul 2007 06:55:48 +0000 diego Identifiers starting with underscores are reserved. libavcodec
Mon, 30 Jul 2007 21:19:36 +0000 gpoirier fix cabac decoding with some Blue-Ray sources libavcodec
Mon, 30 Jul 2007 18:05:46 +0000 romansh replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodec
Mon, 30 Jul 2007 13:58:17 +0000 takis Handle malloc failure libavcodec
Mon, 30 Jul 2007 02:05:16 +0000 michael support silly PCM variant used by zork nemesis libavcodec
Sun, 29 Jul 2007 21:34:31 +0000 michael prevent assert failure with negative quant_offset libavcodec
Sun, 29 Jul 2007 19:21:56 +0000 michael warn user if max=bitrate && max > min libavcodec
Sun, 29 Jul 2007 13:32:53 +0000 michael support raw 4bpp avi libavcodec
Sun, 29 Jul 2007 10:11:12 +0000 michael make the reference code use double instead of float where it is easy libavcodec
Sun, 29 Jul 2007 09:58:36 +0000 michael print max and mse libavcodec
Sun, 29 Jul 2007 04:04:21 +0000 kostya Make bicubic interpolation standard compliant libavcodec
Sun, 29 Jul 2007 00:58:32 +0000 jbr simplify stereo rematrixing libavcodec
Sun, 29 Jul 2007 00:35:30 +0000 jbr change 2 fields from context to local variables libavcodec
Sat, 28 Jul 2007 20:50:25 +0000 jbr BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion libavcodec
Sat, 28 Jul 2007 19:33:19 +0000 jbr remove broken downmixing. will add new implementation later. libavcodec
Sat, 28 Jul 2007 18:26:43 +0000 takis Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodec
Sat, 28 Jul 2007 18:23:35 +0000 takis Rename h264dsp.c to h264dspenc.c libavcodec
Sat, 28 Jul 2007 12:50:28 +0000 diego Ahem, fix typos overlooked in last commit. libavcodec
Sat, 28 Jul 2007 12:46:26 +0000 diego cosmetics: misc typo fixes libavcodec
Fri, 27 Jul 2007 16:31:54 +0000 takis Replace a return of -1 with ENOMEM. libavcodec
Fri, 27 Jul 2007 11:37:56 +0000 michael detect voxware (closes issue39) libavcodec
Thu, 26 Jul 2007 15:47:43 +0000 michael remove "Advanced Prediction Mode not supported" spam libavcodec
Thu, 26 Jul 2007 15:46:43 +0000 michael also support DEBUG_PICT_INFO for h263i libavcodec
Thu, 26 Jul 2007 15:44:46 +0000 michael move show_pict_info() to its own function libavcodec
Wed, 25 Jul 2007 19:34:31 +0000 aurel remove wrong const qualifier libavcodec
Wed, 25 Jul 2007 05:09:54 +0000 stefang have less functions as inline libavcodec
Tue, 24 Jul 2007 18:21:40 +0000 vitor Minor cosmetics libavcodec
Tue, 24 Jul 2007 14:17:13 +0000 takis Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodec
Tue, 24 Jul 2007 13:05:28 +0000 takis Reindent two lines. libavcodec
Tue, 24 Jul 2007 13:04:47 +0000 takis Add HD-DVD subpicture decoding. libavcodec
Tue, 24 Jul 2007 13:03:13 +0000 takis Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodec
Tue, 24 Jul 2007 09:59:54 +0000 gpoirier increase buffer size of LAME MP3 encoder libavcodec
Tue, 24 Jul 2007 08:54:56 +0000 aurel help some gcc version to optimize out those functions libavcodec
Tue, 24 Jul 2007 02:08:27 +0000 jbr simplify snr offset and bit allocation libavcodec
Tue, 24 Jul 2007 01:43:47 +0000 jbr only use sized data types when necessary libavcodec
Tue, 24 Jul 2007 01:35:25 +0000 jbr set bit allocation parameters directly instead of copying libavcodec
Mon, 23 Jul 2007 22:47:49 +0000 jbr use enum value instead of numerical value for acmod libavcodec
Mon, 23 Jul 2007 22:23:37 +0000 jbr use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodec
Mon, 23 Jul 2007 22:16:15 +0000 jbr change some bit masks to arrays libavcodec
Sat, 21 Jul 2007 17:03:30 +0000 jbr cosmetics: indentation libavcodec
Sat, 21 Jul 2007 16:28:12 +0000 jbr Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodec
Sat, 21 Jul 2007 13:56:04 +0000 jbr don't need to synchronize in the decoder. the parser does that already. libavcodec
Sat, 21 Jul 2007 11:54:19 +0000 jbr get rid of an ugly macro libavcodec
Fri, 20 Jul 2007 15:09:10 +0000 takis Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodec
Fri, 20 Jul 2007 15:08:10 +0000 takis Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodec
Thu, 19 Jul 2007 15:56:56 +0000 gpoirier bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodec
Thu, 19 Jul 2007 08:47:07 +0000 takis Fix the self tests which are contained in some codecs and are using random(). libavcodec
Thu, 19 Jul 2007 08:46:28 +0000 takis Fix the compilation of dct-test, fft-test and motion-test which are using libavcodec
Thu, 19 Jul 2007 02:21:14 +0000 jbr don't need to define ALT_BITSTREAM_READER libavcodec
Thu, 19 Jul 2007 02:16:20 +0000 jbr update license header. add copyright for myself. correct and complete the statement about liba52. libavcodec
Thu, 19 Jul 2007 02:09:58 +0000 jbr revise comment for exponent decoding function libavcodec
Thu, 19 Jul 2007 02:04:05 +0000 jbr new implementation of exponent decoding libavcodec
Thu, 19 Jul 2007 00:51:19 +0000 jbr cosmetics: indentation libavcodec
Thu, 19 Jul 2007 00:50:31 +0000 jbr remove portions of bit allocation which are no longer needed since they are shared with the encoder libavcodec
Wed, 18 Jul 2007 20:23:43 +0000 vitor Another minor simplification libavcodec
Wed, 18 Jul 2007 18:40:03 +0000 banan Set the step index correctly for flash adpcm. Patch by Baptiste libavcodec
Wed, 18 Jul 2007 18:35:03 +0000 banan Calculate the correct blocksize for flash adpcm. Patch by Baptiste libavcodec
Wed, 18 Jul 2007 15:36:45 +0000 benoit fix mem leak libavcodec
Wed, 18 Jul 2007 14:45:01 +0000 vitor Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodec
Wed, 18 Jul 2007 14:37:39 +0000 vitor Minor simplification libavcodec
Wed, 18 Jul 2007 14:36:30 +0000 vitor Yet more cosmetics libavcodec
Wed, 18 Jul 2007 14:29:14 +0000 vitor More cosmetics libavcodec
Wed, 18 Jul 2007 14:15:14 +0000 vitor Remove reimplementation of av_log2 libavcodec
Wed, 18 Jul 2007 08:11:16 +0000 benoit add YUV440P and YUVJ440P support libavcodec
Wed, 18 Jul 2007 06:45:47 +0000 vitor Test for supported number of channels libavcodec
Wed, 18 Jul 2007 06:27:37 +0000 vitor Cosmetics: indentation libavcodec
Wed, 18 Jul 2007 06:17:20 +0000 vitor Cosmetics: alignment libavcodec
Wed, 18 Jul 2007 06:06:21 +0000 vitor Remove more code duplication. Based on a patch by Matthieu Castet. libavcodec
Tue, 17 Jul 2007 23:51:34 +0000 vitor Move var. declaration to allow further clean up libavcodec
Tue, 17 Jul 2007 22:05:33 +0000 vitor Remove code duplication. Based on a patch by Matthieu Castet. libavcodec
Tue, 17 Jul 2007 13:35:16 +0000 alex set codec_type on init libavcodec
Tue, 17 Jul 2007 12:57:50 +0000 diego typo fixes libavcodec
Tue, 17 Jul 2007 12:33:14 +0000 benoit create colorspace.h and use it where appropriate libavcodec
Tue, 17 Jul 2007 11:06:12 +0000 mhoffman fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodec
Tue, 17 Jul 2007 07:12:40 +0000 benoit Don't segfault if an empty codebook gets used. libavcodec
Tue, 17 Jul 2007 04:06:03 +0000 romansh * making profile selection a bit more tolerant to the badly broken streams libavcodec
Tue, 17 Jul 2007 00:36:47 +0000 mhoffman cosmetics: adding some white space to align the arguments of a couple of functions libavcodec
Mon, 16 Jul 2007 21:05:16 +0000 mru remove useless #ifdef CONFIG_ZLIB from zmbv decoder libavcodec
Mon, 16 Jul 2007 14:45:54 +0000 mhoffman float_t was a typo that compiled on macosx libavcodec
Mon, 16 Jul 2007 13:24:43 +0000 mhoffman fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodec
Mon, 16 Jul 2007 12:32:41 +0000 mhoffman fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodec
Mon, 16 Jul 2007 11:52:46 +0000 mhoffman fixpoint: separate windowing arithmetic imlt_window_float libavcodec
Mon, 16 Jul 2007 11:25:56 +0000 mhoffman separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodec
Mon, 16 Jul 2007 01:28:58 +0000 mhoffman separating saturation codes so that we can support other data formats libavcodec
Sun, 15 Jul 2007 22:06:08 +0000 mhoffman moving automatic allocation of joint_decode/decode_buffer libavcodec
Sun, 15 Jul 2007 21:48:17 +0000 mhoffman cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodec
Sun, 15 Jul 2007 19:32:31 +0000 mru remove superfluous #include libavcodec
Sun, 15 Jul 2007 19:23:55 +0000 mru hardly anything in PNGContext is shared; split it libavcodec
Sun, 15 Jul 2007 19:03:12 +0000 gpoirier fix visual painting of MVs from h264: they are painted twice too long libavcodec
Sun, 15 Jul 2007 18:24:26 +0000 mru separate en/decoder specific parts from png.c libavcodec
Sun, 15 Jul 2007 14:47:39 +0000 jbr fix the 256-point MDCT libavcodec
Sun, 15 Jul 2007 13:53:42 +0000 jbr use shared ac3 bit allocation function libavcodec
Sun, 15 Jul 2007 01:38:13 +0000 jbr no need for the decoder to have the license as a prefix libavcodec
Sun, 15 Jul 2007 01:35:46 +0000 jbr remove a debugging function and variable, and remove the commented-out code which uses them. libavcodec
Sun, 15 Jul 2007 01:32:04 +0000 jbr ABS -> FFABS libavcodec
Sun, 15 Jul 2007 01:31:09 +0000 jbr move some common values to ac3.h and utilize them libavcodec
Sat, 14 Jul 2007 23:57:05 +0000 jbr use random number generator from libavutil libavcodec
Sat, 14 Jul 2007 22:17:23 +0000 jbr 10l to me. I accidentally removed a word. libavcodec
Sat, 14 Jul 2007 18:53:56 +0000 jbr revise license header for simplicity and consistency libavcodec
Sat, 14 Jul 2007 17:14:16 +0000 aurel Remove redundant assignment of CODEC_ID_BMP. libavcodec
Sat, 14 Jul 2007 16:07:56 +0000 jbr make ac3dec.c GPL until violations are fixed libavcodec
Sat, 14 Jul 2007 16:06:14 +0000 jbr AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr libavcodec
Sat, 14 Jul 2007 16:05:39 +0000 jbr AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan libavcodec
Sat, 14 Jul 2007 16:05:13 +0000 jbr AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan libavcodec
Sat, 14 Jul 2007 16:04:40 +0000 jbr AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 16:04:17 +0000 jbr AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 16:03:47 +0000 jbr AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan libavcodec
Sat, 14 Jul 2007 16:03:14 +0000 jbr AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 16:02:32 +0000 jbr AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 16:02:08 +0000 jbr AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 16:01:44 +0000 jbr AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 16:01:14 +0000 jbr AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 16:00:38 +0000 jbr AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 16:00:05 +0000 jbr AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 15:59:25 +0000 jbr AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 15:58:42 +0000 jbr AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 15:57:51 +0000 jbr AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 15:56:55 +0000 jbr AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 15:51:00 +0000 jbr AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 15:49:12 +0000 jbr AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 15:48:28 +0000 jbr AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 15:42:15 +0000 jbr AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 15:41:27 +0000 jbr AC-3 decoder, soc revision 26, Jul 5 04:55:15 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 15:38:39 +0000 jbr AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 13:23:26 +0000 aurel The mpegaudio parser depends on mpegaudiodata.o. libavcodec
Sat, 14 Jul 2007 13:14:28 +0000 aurel Allow selecting only the vp6f decoder. libavcodec
Sat, 14 Jul 2007 13:11:15 +0000 aurel The svq3 decoder depends on h264idct.o and also requires h264_parser. libavcodec
Fri, 13 Jul 2007 13:04:55 +0000 diego Replace non-existing @fixme doxygen tags with @todo. libavcodec
Fri, 13 Jul 2007 00:06:46 +0000 vitor Make "channels" variable mean the number of channels, not the number of libavcodec
Thu, 12 Jul 2007 22:55:35 +0000 mru indent libavcodec
Thu, 12 Jul 2007 22:55:34 +0000 mru remove useless LclDecContext.avctx field libavcodec
Thu, 12 Jul 2007 22:46:13 +0000 mru forgot to rm lcl.c libavcodec
Thu, 12 Jul 2007 22:40:33 +0000 mru split lcl.c into lcldec.c, lclenc.c, lcl.h libavcodec
Thu, 12 Jul 2007 08:22:28 +0000 benoit map warning levels between libx264 and libavutil libavcodec
Thu, 12 Jul 2007 00:23:53 +0000 diego license header consistency: Remove redundant "all rights reserved" statement libavcodec
Wed, 11 Jul 2007 23:21:13 +0000 iive revert commit 9603 libavcodec
Wed, 11 Jul 2007 23:13:30 +0000 iive remove file because of lincense issues libavcodec
Wed, 11 Jul 2007 22:05:43 +0000 iive Integrate reference mpeg IDCT into dsputil. libavcodec
Wed, 11 Jul 2007 22:05:25 +0000 michael simplify ff_h263_round_chroma() libavcodec
Wed, 11 Jul 2007 22:01:21 +0000 iive Inport the original intiger IDCT from MPEG2 reference decoder. libavcodec
Wed, 11 Jul 2007 21:04:53 +0000 mru move ff_h263_round_chroma() to mpegvideo.h as static inline libavcodec
Wed, 11 Jul 2007 15:21:24 +0000 ramiro Remove underscores before fcntl flags libavcodec
Wed, 11 Jul 2007 13:57:22 +0000 ramiro Proper check for mkstemp(). libavcodec
Wed, 11 Jul 2007 13:19:58 +0000 aurel comment explaining that text subtitle need to be UTF-8 for now libavcodec
Wed, 11 Jul 2007 13:13:20 +0000 aurel add support for Matroska subtitle tracks libavcodec
Wed, 11 Jul 2007 09:07:23 +0000 aurel conditional compilation of ratecontrol.c libavcodec
Wed, 11 Jul 2007 08:59:52 +0000 aurel conditional compilation of motion_est.c libavcodec
Tue, 10 Jul 2007 20:28:56 +0000 aurel makes compilation of h263.o and mpegvideo_enc.o conditional libavcodec
Tue, 10 Jul 2007 20:27:50 +0000 aurel cosmetics: indentation libavcodec
Tue, 10 Jul 2007 20:23:08 +0000 aurel Avoid linking with h263.c functions when the relevant codecs libavcodec
Tue, 10 Jul 2007 17:50:44 +0000 vitor Use proper bytestream functions libavcodec
Tue, 10 Jul 2007 17:31:17 +0000 aurel Better place to disable some mpeg4 code and ensure that libavcodec
Tue, 10 Jul 2007 17:17:42 +0000 aurel move init_vlc_rl from h263.c to mpegvideo.c libavcodec
Tue, 10 Jul 2007 14:37:33 +0000 aurel Split ff_set_mpeg4_time() and move the non mpeg4 specific part libavcodec
Tue, 10 Jul 2007 14:30:57 +0000 vitor Prepare to remove more duplicated code libavcodec
Tue, 10 Jul 2007 13:32:22 +0000 vitor Remove some duplicated code libavcodec
Tue, 10 Jul 2007 10:02:01 +0000 diego Add standard licensing header to files that lack it. libavcodec
Tue, 10 Jul 2007 09:58:38 +0000 diego cosmetics: typo libavcodec
Tue, 10 Jul 2007 08:40:00 +0000 aurel don't compile some mpeg4 encoder code when encoders are disabled libavcodec
Tue, 10 Jul 2007 03:40:37 +0000 vitor Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) libavcodec
Mon, 09 Jul 2007 22:15:07 +0000 mru avoid deprecation warnings for ImgReSampleContext from avcodec.h libavcodec
Mon, 09 Jul 2007 21:07:24 +0000 aurel move ff_set_qscale from h263.c to mpegvideo.c libavcodec
Mon, 09 Jul 2007 16:26:11 +0000 aurel split rawvideo encoder and decoder in their own files libavcodec
Mon, 09 Jul 2007 15:57:13 +0000 aurel compile rangecoder.o only when needed libavcodec
Mon, 09 Jul 2007 07:51:54 +0000 benoit bring back h264 build libavcodec
Mon, 09 Jul 2007 00:08:47 +0000 mru use correct type for palette libavcodec
Sun, 08 Jul 2007 23:15:12 +0000 mru indent libavcodec
Sun, 08 Jul 2007 23:15:10 +0000 mru set sample rate in more logical place, kill warning libavcodec
Sun, 08 Jul 2007 23:15:08 +0000 mru trivial warning fixes libavcodec
Sun, 08 Jul 2007 23:15:04 +0000 mru kill warnings libavcodec
Sun, 08 Jul 2007 23:15:02 +0000 mru fix warning libavcodec
Sun, 08 Jul 2007 23:15:00 +0000 mru make arguments to ssd_int8_vs_int16() const libavcodec
Sun, 08 Jul 2007 23:14:54 +0000 mru trivial warning fixes libavcodec
Sun, 08 Jul 2007 13:34:02 +0000 kostya Pass modes as parameters instead of calculating them inplace. libavcodec
Sun, 08 Jul 2007 13:26:13 +0000 kostya Replace function declarations with macro libavcodec
Sun, 08 Jul 2007 13:23:44 +0000 kostya Drop ff_ prefix for static functions libavcodec
Sun, 08 Jul 2007 07:37:30 +0000 stefang split decoder-specific parts into their own file libavcodec
Sun, 08 Jul 2007 07:13:25 +0000 stefang prepare splitting decoder-only parts into own file: libavcodec
Sun, 08 Jul 2007 03:16:59 +0000 romansh * Getting rid of the use of GCC language extensions libavcodec
Sat, 07 Jul 2007 23:03:14 +0000 aurel simplify ff_copy_bits() when compiled with config-small libavcodec
Sat, 07 Jul 2007 20:50:29 +0000 mru whitespace cosmetics libavcodec
Sat, 07 Jul 2007 20:50:27 +0000 mru add 64-bit bytestream read/write functions libavcodec
Sat, 07 Jul 2007 07:35:18 +0000 stefang prepare splitting decoder-only parts into own file: libavcodec
Sat, 07 Jul 2007 07:14:58 +0000 stefang move dequantization into its own inline function libavcodec
Sat, 07 Jul 2007 06:49:20 +0000 stefang cosmetic: rename VLC tables to make clear they libavcodec
Sat, 07 Jul 2007 06:34:30 +0000 stefang setting special motion vectors in intra macroblocks libavcodec
Sat, 07 Jul 2007 06:27:44 +0000 stefang setting intra prediction modes to default values libavcodec
Sat, 07 Jul 2007 06:15:05 +0000 stefang move modification of intra prediction modes into libavcodec
Sat, 07 Jul 2007 05:27:59 +0000 stefang move preparation of chroma intra prediction into its libavcodec
Sat, 07 Jul 2007 05:03:22 +0000 stefang move existing inline functions from cavs.c to cavs.h libavcodec
Sat, 07 Jul 2007 04:58:54 +0000 stefang move context structure definition from cavs.c to cavs.h libavcodec
Sat, 07 Jul 2007 04:54:05 +0000 stefang make vector constants global libavcodec
Fri, 06 Jul 2007 15:24:08 +0000 benoit free thread context libavcodec
Fri, 06 Jul 2007 15:19:35 +0000 aurel split SVQ1 decoder and encoder in their own files libavcodec
Fri, 06 Jul 2007 15:17:52 +0000 benoit set thread_opaque to NULL when freeing it libavcodec
Fri, 06 Jul 2007 14:21:37 +0000 gpoirier Add support for streams with different chroma_qp_index_offset libavcodec
Fri, 06 Jul 2007 14:14:41 +0000 aurel simplify ff_copy_bits: merge 2 test branches libavcodec
Fri, 06 Jul 2007 14:13:25 +0000 aurel move ff_copy_bits to bitstream.c libavcodec
Fri, 06 Jul 2007 14:11:29 +0000 kostya Drop redundant assignment and variable libavcodec
Fri, 06 Jul 2007 11:47:02 +0000 benoit me option implemented as an AVOption libavcodec
Fri, 06 Jul 2007 07:58:08 +0000 gpoirier Precompute a chroma_qp table with index offset for each pps, libavcodec
Fri, 06 Jul 2007 07:55:37 +0000 gpoirier Compute the dequant coefficient table ptr outside the loop, libavcodec
Thu, 05 Jul 2007 22:57:52 +0000 aurel include snow encoder only if it is not disabled libavcodec
Thu, 05 Jul 2007 22:29:55 +0000 diego spelling/grammar libavcodec
Thu, 05 Jul 2007 20:47:58 +0000 benoit fix mem leak libavcodec
Thu, 05 Jul 2007 20:46:48 +0000 benoit fix mem leak libavcodec
Thu, 05 Jul 2007 20:08:51 +0000 mru update my email address libavcodec
Thu, 05 Jul 2007 19:53:34 +0000 vitor Add my last name to copyright headers libavcodec
Thu, 05 Jul 2007 12:59:38 +0000 aurel forgot to svn add mpeg12.h in r9477 libavcodec
Thu, 05 Jul 2007 12:06:02 +0000 diego typos libavcodec
Thu, 05 Jul 2007 10:41:37 +0000 diego UTF-8 conversion libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavcodec
Thu, 05 Jul 2007 09:55:48 +0000 aurel make DCT_common_init() static libavcodec
Thu, 05 Jul 2007 09:50:00 +0000 diego Add missing license header. libavcodec
Thu, 05 Jul 2007 09:48:29 +0000 aurel move mpeg encoder specific initialization in the encoder specific file libavcodec
Thu, 05 Jul 2007 09:21:55 +0000 aurel add proper ff_ prefix to new extern symbols libavcodec
Thu, 05 Jul 2007 09:09:53 +0000 aurel cosmetics: indentation libavcodec
Thu, 05 Jul 2007 09:08:28 +0000 aurel split mpeg12 encoder out of mpeg12.c libavcodec
Thu, 05 Jul 2007 06:47:02 +0000 mru Merge branch 'master' of /var/git/ffmpeg/ libavcodec
Thu, 05 Jul 2007 06:47:00 +0000 mru use av_freep() in free_vlc() and failed init_vlc() libavcodec
Thu, 05 Jul 2007 03:01:53 +0000 vitor Remove more useless parentheses. libavcodec
Tue, 03 Jul 2007 09:55:56 +0000 benoit Description: split mpegvideo.c libavcodec
Tue, 03 Jul 2007 09:12:55 +0000 diego CONFIG_XVID --> CONFIG_LIBXVID libavcodec
Tue, 03 Jul 2007 02:52:40 +0000 vitor Remove useless parentheses. libavcodec
Tue, 03 Jul 2007 02:50:36 +0000 vitor Remove variables made unused by the last two patches and test svn access. libavcodec
Mon, 02 Jul 2007 17:00:04 +0000 diego Remove leading underscores from specifiers, they are reserved. libavcodec
Mon, 02 Jul 2007 10:21:41 +0000 benoit use properly AVFrame.linesize libavcodec
Mon, 02 Jul 2007 10:20:12 +0000 benoit use properly AVFrame.linesize libavcodec
Mon, 02 Jul 2007 10:13:19 +0000 diego Ignore .ho files. libavcodec
Mon, 02 Jul 2007 10:08:47 +0000 diego Add missing comment markers to #endif directive. libavcodec
Mon, 02 Jul 2007 07:06:28 +0000 benoit QT RLE encoder libavcodec
Thu, 28 Jun 2007 15:53:36 +0000 kostya this prediction direction adjustment is wrong libavcodec
Wed, 27 Jun 2007 14:27:47 +0000 iive Identify the loop_filter flag as such and remove the unused variables in the context. libavcodec
Wed, 27 Jun 2007 10:40:29 +0000 benoit use the right stride libavcodec
Wed, 27 Jun 2007 06:57:31 +0000 benoit use the right stride libavcodec