log

age author description
2007-07-18 vitor Test for supported number of channels libavcodec
2007-07-18 vitor Cosmetics: indentation libavcodec
2007-07-18 vitor Cosmetics: alignment libavcodec
2007-07-18 vitor Remove more code duplication. Based on a patch by Matthieu Castet. libavcodec
2007-07-17 vitor Move var. declaration to allow further clean up libavcodec
2007-07-17 vitor Remove code duplication. Based on a patch by Matthieu Castet. libavcodec
2007-07-17 alex set codec_type on init libavcodec
2007-07-17 diego typo fixes libavcodec
2007-07-17 benoit create colorspace.h and use it where appropriate libavcodec
2007-07-17 mhoffman fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodec
2007-07-17 benoit Don't segfault if an empty codebook gets used. libavcodec
2007-07-17 romansh * making profile selection a bit more tolerant to the badly broken streams libavcodec
2007-07-17 mhoffman cosmetics: adding some white space to align the arguments of a couple of functions libavcodec
2007-07-16 mru remove useless #ifdef CONFIG_ZLIB from zmbv decoder libavcodec
2007-07-16 mhoffman float_t was a typo that compiled on macosx libavcodec
2007-07-16 mhoffman fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodec
2007-07-16 mhoffman fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodec
2007-07-16 mhoffman fixpoint: separate windowing arithmetic imlt_window_float libavcodec
2007-07-16 mhoffman separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodec
2007-07-16 mhoffman separating saturation codes so that we can support other data formats libavcodec
2007-07-15 mhoffman moving automatic allocation of joint_decode/decode_buffer libavcodec
2007-07-15 mhoffman cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodec
2007-07-15 mru remove superfluous #include libavcodec
2007-07-15 mru hardly anything in PNGContext is shared; split it libavcodec
2007-07-15 gpoirier fix visual painting of MVs from h264: they are painted twice too long libavcodec
2007-07-15 mru separate en/decoder specific parts from png.c libavcodec
2007-07-15 jbr fix the 256-point MDCT libavcodec
2007-07-15 jbr use shared ac3 bit allocation function libavcodec
2007-07-15 jbr no need for the decoder to have the license as a prefix libavcodec
2007-07-15 jbr remove a debugging function and variable, and remove the commented-out code which uses them. libavcodec
2007-07-15 jbr ABS -> FFABS libavcodec
2007-07-15 jbr move some common values to ac3.h and utilize them libavcodec
2007-07-14 jbr use random number generator from libavutil libavcodec
2007-07-14 jbr 10l to me. I accidentally removed a word. libavcodec
2007-07-14 jbr revise license header for simplicity and consistency libavcodec
2007-07-14 aurel Remove redundant assignment of CODEC_ID_BMP. libavcodec
2007-07-14 jbr make ac3dec.c GPL until violations are fixed libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 26, Jul 5 04:55:15 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006 UTC by cloud9 libavcodec
2007-07-14 aurel The mpegaudio parser depends on mpegaudiodata.o. libavcodec
2007-07-14 aurel Allow selecting only the vp6f decoder. libavcodec
2007-07-14 aurel The svq3 decoder depends on h264idct.o and also requires h264_parser. libavcodec
2007-07-13 diego Replace non-existing @fixme doxygen tags with @todo. libavcodec
2007-07-13 vitor Make "channels" variable mean the number of channels, not the number of libavcodec
2007-07-12 mru indent libavcodec
2007-07-12 mru remove useless LclDecContext.avctx field libavcodec
2007-07-12 mru forgot to rm lcl.c libavcodec
2007-07-12 mru split lcl.c into lcldec.c, lclenc.c, lcl.h libavcodec
2007-07-12 benoit map warning levels between libx264 and libavutil libavcodec
2007-07-12 diego license header consistency: Remove redundant "all rights reserved" statement libavcodec
2007-07-11 iive revert commit 9603 libavcodec
2007-07-11 iive remove file because of lincense issues libavcodec
2007-07-11 iive Integrate reference mpeg IDCT into dsputil. libavcodec
2007-07-11 michael simplify ff_h263_round_chroma() libavcodec
2007-07-11 iive Inport the original intiger IDCT from MPEG2 reference decoder. libavcodec
2007-07-11 mru move ff_h263_round_chroma() to mpegvideo.h as static inline libavcodec
2007-07-11 ramiro Remove underscores before fcntl flags libavcodec
2007-07-11 ramiro Proper check for mkstemp(). libavcodec
2007-07-11 aurel comment explaining that text subtitle need to be UTF-8 for now libavcodec
2007-07-11 aurel add support for Matroska subtitle tracks libavcodec
2007-07-11 aurel conditional compilation of ratecontrol.c libavcodec
2007-07-11 aurel conditional compilation of motion_est.c libavcodec
2007-07-10 aurel makes compilation of h263.o and mpegvideo_enc.o conditional libavcodec
2007-07-10 aurel cosmetics: indentation libavcodec
2007-07-10 aurel Avoid linking with h263.c functions when the relevant codecs libavcodec
2007-07-10 vitor Use proper bytestream functions libavcodec
2007-07-10 aurel Better place to disable some mpeg4 code and ensure that libavcodec
2007-07-10 aurel move init_vlc_rl from h263.c to mpegvideo.c libavcodec
2007-07-10 aurel Split ff_set_mpeg4_time() and move the non mpeg4 specific part libavcodec
2007-07-10 vitor Prepare to remove more duplicated code libavcodec
2007-07-10 vitor Remove some duplicated code libavcodec
2007-07-10 diego Add standard licensing header to files that lack it. libavcodec
2007-07-10 diego cosmetics: typo libavcodec
2007-07-10 aurel don't compile some mpeg4 encoder code when encoders are disabled libavcodec
2007-07-10 vitor Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) libavcodec
2007-07-09 mru avoid deprecation warnings for ImgReSampleContext from avcodec.h libavcodec
2007-07-09 aurel move ff_set_qscale from h263.c to mpegvideo.c libavcodec
2007-07-09 aurel split rawvideo encoder and decoder in their own files libavcodec
2007-07-09 aurel compile rangecoder.o only when needed libavcodec
2007-07-09 benoit bring back h264 build libavcodec
2007-07-09 mru use correct type for palette libavcodec
2007-07-08 mru indent libavcodec
2007-07-08 mru set sample rate in more logical place, kill warning libavcodec
2007-07-08 mru trivial warning fixes libavcodec
2007-07-08 mru kill warnings libavcodec
2007-07-08 mru fix warning libavcodec
2007-07-08 mru make arguments to ssd_int8_vs_int16() const libavcodec
2007-07-08 mru trivial warning fixes libavcodec
2007-07-08 kostya Pass modes as parameters instead of calculating them inplace. libavcodec
2007-07-08 kostya Replace function declarations with macro libavcodec
2007-07-08 kostya Drop ff_ prefix for static functions libavcodec
2007-07-08 stefang split decoder-specific parts into their own file libavcodec
2007-07-08 stefang prepare splitting decoder-only parts into own file: libavcodec
2007-07-08 romansh * Getting rid of the use of GCC language extensions libavcodec
2007-07-07 aurel simplify ff_copy_bits() when compiled with config-small libavcodec
2007-07-07 mru whitespace cosmetics libavcodec
2007-07-07 mru add 64-bit bytestream read/write functions libavcodec
2007-07-07 stefang prepare splitting decoder-only parts into own file: libavcodec
2007-07-07 stefang move dequantization into its own inline function libavcodec
2007-07-07 stefang cosmetic: rename VLC tables to make clear they libavcodec
2007-07-07 stefang setting special motion vectors in intra macroblocks libavcodec
2007-07-07 stefang setting intra prediction modes to default values libavcodec
2007-07-07 stefang move modification of intra prediction modes into libavcodec
2007-07-07 stefang move preparation of chroma intra prediction into its libavcodec
2007-07-07 stefang move existing inline functions from cavs.c to cavs.h libavcodec
2007-07-07 stefang move context structure definition from cavs.c to cavs.h libavcodec
2007-07-07 stefang make vector constants global libavcodec
2007-07-06 benoit free thread context libavcodec
2007-07-06 aurel split SVQ1 decoder and encoder in their own files libavcodec
2007-07-06 benoit set thread_opaque to NULL when freeing it libavcodec
2007-07-06 gpoirier Add support for streams with different chroma_qp_index_offset libavcodec
2007-07-06 aurel simplify ff_copy_bits: merge 2 test branches libavcodec
2007-07-06 aurel move ff_copy_bits to bitstream.c libavcodec
2007-07-06 kostya Drop redundant assignment and variable libavcodec
2007-07-06 benoit me option implemented as an AVOption libavcodec
2007-07-06 gpoirier Precompute a chroma_qp table with index offset for each pps, libavcodec
2007-07-06 gpoirier Compute the dequant coefficient table ptr outside the loop, libavcodec
2007-07-05 aurel include snow encoder only if it is not disabled libavcodec
2007-07-05 diego spelling/grammar libavcodec
2007-07-05 benoit fix mem leak libavcodec
2007-07-05 benoit fix mem leak libavcodec
2007-07-05 mru update my email address libavcodec
2007-07-05 vitor Add my last name to copyright headers libavcodec
2007-07-05 aurel forgot to svn add mpeg12.h in r9477 libavcodec
2007-07-05 diego typos libavcodec
2007-07-05 diego UTF-8 conversion libavcodec
2007-07-05 diego license header consistency cosmetics libavcodec
2007-07-05 diego Group all copyright and author notices together. libavcodec
2007-07-05 aurel make DCT_common_init() static libavcodec
2007-07-05 diego Add missing license header. libavcodec
2007-07-05 aurel move mpeg encoder specific initialization in the encoder specific file libavcodec
2007-07-05 aurel add proper ff_ prefix to new extern symbols libavcodec
2007-07-05 aurel cosmetics: indentation libavcodec
2007-07-05 aurel split mpeg12 encoder out of mpeg12.c libavcodec
2007-07-05 mru Merge branch 'master' of /var/git/ffmpeg/ libavcodec
2007-07-05 mru use av_freep() in free_vlc() and failed init_vlc() libavcodec
2007-07-05 vitor Remove more useless parentheses. libavcodec
2007-07-03 benoit Description: split mpegvideo.c libavcodec
2007-07-03 diego CONFIG_XVID --> CONFIG_LIBXVID libavcodec
2007-07-03 vitor Remove useless parentheses. libavcodec
2007-07-03 vitor Remove variables made unused by the last two patches and test svn access. libavcodec
2007-07-02 diego Remove leading underscores from specifiers, they are reserved. libavcodec
2007-07-02 benoit use properly AVFrame.linesize libavcodec
2007-07-02 benoit use properly AVFrame.linesize libavcodec
2007-07-02 diego Ignore .ho files. libavcodec
2007-07-02 diego Add missing comment markers to #endif directive. libavcodec
2007-07-02 benoit QT RLE encoder libavcodec
2007-06-28 kostya this prediction direction adjustment is wrong libavcodec
2007-06-27 iive Identify the loop_filter flag as such and remove the unused variables in the context. libavcodec
2007-06-27 benoit use the right stride libavcodec
2007-06-27 benoit use the right stride libavcodec
2007-06-26 benoit indentation libavcodec
2007-06-26 benoit right copyrights libavcodec
2007-06-26 benoit add width and height in context and use them libavcodec
2007-06-26 benoit Indentation libavcodec
2007-06-26 benoit test context before accessing it libavcodec
2007-06-26 benoit add an AVClass pointer in SwsContext context libavcodec
2007-06-25 benoit RoQ video encoder libavcodec
2007-06-25 benoit Fix typo libavcodec
2007-06-22 michael get rid of one unneeded #ifdef HAVE_XVMC libavcodec
2007-06-22 mhoffman removing dependency on bfin_sram.h, which is not used right now libavcodec
2007-06-22 mhoffman renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.h libavcodec
2007-06-22 benoit modify msmpeg4 functions to generate VC1 compatible block layer bitstream libavcodec
2007-06-21 benoit static (inline) X => ff_X libavcodec
2007-06-21 gpoirier Don't swap back un-deblocked lines for intra prediction when libavcodec
2007-06-21 benoit split frame rate and frame size abbreviation into two structures libavcodec
2007-06-20 benoit move dct_quantize and denoise_dct function pointers initialization to C libavcodec
2007-06-20 benoit Do not reuse the rbsp de-escape buffer if both libavcodec
2007-06-20 benoit remove unused constant definition libavcodec
2007-06-19 gpoirier Decouple bit context from h264 context in decode_ref_pic_marking() libavcodec
2007-06-19 benoit aanscales is used only with CONFIG_ENCODERS libavcodec
2007-06-18 benoit indentation libavcodec
2007-06-17 gpoirier add a comment to indicate which #endif belong to which #define libavcodec
2007-06-17 mru simplify ppc64 handling libavcodec
2007-06-17 gpoirier restore GCC3 support libavcodec
2007-06-17 gpoirier re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec, libavcodec
2007-06-17 gpoirier part 2/2 of fixing Altivec-accelerated H264 luma inloop filter libavcodec
2007-06-17 gpoirier convert h264_deblock_q1 to an inline function. libavcodec
2007-06-17 mru add multiple inclusion guards to headers libavcodec
2007-06-16 mru include all prerequisites in header files libavcodec
2007-06-16 mru move a couple of macros and structs to mpegaudio.h libavcodec
2007-06-16 gpoirier Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu% libavcodec
2007-06-16 gpoirier Use a faster way to compute 255-val: Instead of creating a vector of libavcodec
2007-06-16 mru move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't libavcodec
2007-06-16 mru correct type of qsort() comparison callback libavcodec
2007-06-16 mru correct type for h263_parse() libavcodec
2007-06-16 mru fix indentation libavcodec
2007-06-16 mru replace endian detection hack with #ifdef WORDS_BIGENDIAN libavcodec
2007-06-16 mru fix some printf format specifiers libavcodec
2007-06-16 mru correct type for {put,avg}_h264_chroma_mc2_mmx2 libavcodec
2007-06-16 mru kill some "defined but not used" warnings libavcodec
2007-06-16 mru kill a warning on 64-bit machines libavcodec
2007-06-16 mru move dsputil_init_foo() out from #ifdef libavcodec
2007-06-15 mru replace TARGET_* with HAVE_* simplifying lists in configure script libavcodec
2007-06-15 mru replace TARGET_ARCH_* to ARCH_* for consistency libavcodec
2007-06-15 aurel use if() instead of #ifdef and ensure all possible optimisations are enabled libavcodec
2007-06-15 gpoirier some samples aren't decoded correctly such as libavcodec
2007-06-15 takis Remove unneeded semicolon. libavcodec
2007-06-15 takis Correct signature of just_return(). libavcodec
2007-06-14 takis Remove an unreferenced variable from qpeg_decode_inter(). libavcodec
2007-06-14 benoit add and remove some parentheses libavcodec
2007-06-14 diego Simplify init preprocessor statements. libavcodec
2007-06-14 benoit More detailed documentation libavcodec
2007-06-13 mhoffman removing underscores from block profiling renaming to xx_ libavcodec
2007-06-13 benoit Improve understanding ofavcodec_find_decoder() libavcodec
2007-06-13 benoit Workaround adjustments for DivX 6.1 and later libavcodec
2007-06-12 gpoirier cosmetics libavcodec
2007-06-12 gpoirier kill one vector constant value load by the right combination of vec_splatX/vec_sl libavcodec
2007-06-12 gpoirier restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% libavcodec
2007-06-12 mhoffman integrating MPV_common_init_bfin into the build system and mpegvideo.c libavcodec
2007-06-12 mhoffman Blackfin dct_quantize_bfin routine libavcodec
2007-06-12 mhoffman Blackfin IDCT has no special permutation it uses normal order libavcodec
2007-06-12 diego misc typo fixes libavcodec
2007-06-12 kostya Typo libavcodec
2007-06-12 diego misc spelling fixes libavcodec
2007-06-12 benoit Move the video size and rate abbreviations system from libavformat to libavcodec libavcodec
2007-06-12 gpoirier fix 8- and 24-bit FLAC decoding libavcodec
2007-06-11 aurel move codecs declarations from avcodec.h to allcodecs.h libavcodec
2007-06-11 gpoirier one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go libavcodec
2007-06-11 benoit Cygwin compatibility workaround libavcodec
2007-06-10 diego Adapt to API changes, fix compilation. libavcodec
2007-06-09 gpoirier minor GCC3 compile fix libavcodec
2007-06-09 gpoirier Altivec version of h264_(h|v)_loop_filter_luma libavcodec
2007-06-09 diego Add some #includes to allow compilation without HAVE_AV_CONFIG_H. libavcodec
2007-06-08 gpoirier work around issues with the old version of Gnu Assembler shipped on libavcodec
2007-06-07 diego emms --> emms_c, taken from a patch by Ronald Bultje libavcodec
2007-06-07 diego Use consistent names for all test programs. libavcodec
2007-06-07 diego Preprocessor #defines starting with __ are reserved for the system. libavcodec
2007-06-07 diego Use FFmpeg-specific CPU feature definitions. libavcodec
2007-06-07 diego Add CPU feature definitions for SSE3 and SSSE3. libavcodec
2007-06-07 diego CPU feature definitions should always be available, not just when the libavcodec
2007-06-07 diego Only run MMX2 tests when MMX2 is available. libavcodec
2007-06-07 diego Fix linking when GPL code has been disabled. libavcodec
2007-06-07 diego Fix compilation when MMX is disabled. libavcodec
2007-06-07 diego FAAN is not x86-specific. libavcodec
2007-06-07 benoit h264: use 'simple' in border backup / xchg libavcodec
2007-06-06 diego Add some forgotten lib prefixes to Makefile variables. libavcodec
2007-06-06 benoit Rename cb field libavcodec
2007-06-06 diego Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. libavcodec
2007-06-06 diego Give names of external library decoders/encoders a lib prefix libavcodec
2007-06-06 diego Give all wrappers for external libraries names starting with lib. libavcodec
2007-06-05 diego Remove unused variables. libavcodec
2007-06-05 benoit Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks libavcodec
2007-06-05 gpoirier Rename code012() to ff_code012(), and remove static qualifier: paves the way libavcodec
2007-06-04 diego spelling libavcodec
2007-06-04 gpoirier fix error: indeo2.c:202:1: directives may not be used inside a macro argument, libavcodec
2007-06-04 benoit Codebook generator using the ELBG algorithm libavcodec
2007-06-03 lu_zero h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> libavcodec
2007-06-03 lorenm filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). libavcodec
2007-06-02 diego Rename aac_decoder to libfaad_decoder for consistency and to be able to libavcodec
2007-06-02 diego Rename faac_encoder to libfaac_encoder for consistency and to be able to libavcodec
2007-06-02 ramiro Remove get_byte wrapper libavcodec
2007-06-02 ramiro Use AV_xx throughout libavcodec libavcodec
2007-06-01 michael fix skipped blocks libavcodec
2007-05-31 michael check qblur > 1 (prevent assert failure / segfault) libavcodec
2007-05-30 michael sanity checks (should prevent hypothetical div by zero issue) libavcodec
2007-05-30 michael fix assert() 2nd try libavcodec
2007-05-30 benoit Add support for listing the supported pixel formats using the option libavcodec
2007-05-30 benoit rename attribute_unused to av_unused and moves its declaration to common.h libavcodec
2007-05-29 michael fix assertion failure libavcodec
2007-05-29 kostya Do proper frame swapping so VMD video decoder works again libavcodec
2007-05-29 benoit Split RoQ decoder to accommodate future encoder patch libavcodec
2007-05-29 benoit allocate PPS and SPS dynamically libavcodec
2007-05-29 benoit cosmetics and function rename libavcodec
2007-05-28 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libavcodec
2007-05-27 michael make decoder decode the first frame properly if theres more than just one libavcodec
2007-05-25 takis Correct the parameter order for the call to "av_clip". libavcodec
2007-05-25 lorenm merge huffman tables for rgb too libavcodec
2007-05-24 lorenm cosmetics (reduce nesting) libavcodec
2007-05-24 lorenm use sparse huffman tables. 1.5% faster huffyuv decoding. libavcodec
2007-05-24 lorenm add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. libavcodec
2007-05-24 kostya fix dca_bitalloc_index decoder init libavcodec
2007-05-24 kostya Fix dca.c compilation with #define TRACE libavcodec
2007-05-23 ods15 fix mjpeg decoding with broken huffman table headers libavcodec
2007-05-23 ramiro Remove duplicate bytestream functions libavcodec
2007-05-23 takis Export the four remaining H.264 decoder intra prediction functions for reuse in libavcodec
2007-05-23 takis Reindent libavcodec
2007-05-23 takis Make the compilation of h264idct.c optional. libavcodec
2007-05-23 lorenm merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. libavcodec
2007-05-22 diego Remove mdct.o and fft.o from fft-test prerequisites list. libavcodec
2007-05-21 takis Only compile golomb.c when needed. libavcodec
2007-05-21 takis Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic libavcodec
2007-05-21 takis Only compile cabac.c when needed. libavcodec
2007-05-21 aurel vorbis encoder missed rename to libvorbis libavcodec
2007-05-21 takis Split the h261.c file into separate files for the encoder, decoder and common stuff. libavcodec
2007-05-21 diego Rename motion_test.c to motion-test.c, which is the naming scheme used by all libavcodec
2007-05-21 diego Fix imgresample-test linking. libavcodec
2007-05-21 diego Add explanatory comments to some #endifs. libavcodec
2007-05-20 aurel make compilation of mpegaudiodec conditional libavcodec
2007-05-20 aurel remove dependency of mpeg audio encoder over mpeg audio decoder libavcodec
2007-05-20 aurel add a ff_ prefix to some mpegaudio funcs libavcodec
2007-05-20 aurel loosen dependencies over mpegaudiodec libavcodec
2007-05-20 zuxy Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon libavcodec
2007-05-20 michael use AV_LOG_ERROR instead of INFO for errors libavcodec
2007-05-20 michael sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the libavcodec
2007-05-20 michael slightly more correct spliting of frames libavcodec
2007-05-19 aurel move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h libavcodec
2007-05-19 aurel move mjpeg-b decoder in its own file libavcodec
2007-05-19 aurel 10l: forgot to svn add mjpegdec.h libavcodec
2007-05-19 aurel move sp5x decoder in its own file libavcodec
2007-05-19 aurel allows to disable jpegls decoder libavcodec
2007-05-19 lorenm change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. libavcodec
2007-05-19 aurel move mjpega_dump_header bitstream filter in its own file libavcodec
2007-05-19 aurel move imx_dump_header bitstream filter in its own file libavcodec
2007-05-19 aurel move dump_extradata bitstream filter in its own file libavcodec
2007-05-19 aurel move remove_extradata bitstream filter in its own file libavcodec
2007-05-19 aurel move noise bitstream filter in its own file libavcodec
2007-05-19 aurel move mp3_header_compress bitstream filter in its own file libavcodec
2007-05-19 aurel move mp3_header_decompress bitstream filter in its own file libavcodec
2007-05-19 aurel add proper prefix to extern mpeg audio data tables libavcodec
2007-05-19 aurel move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c libavcodec
2007-05-18 aurel move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c libavcodec
2007-05-18 aurel add a proper prefix to all mjpeg encoder exported functions libavcodec
2007-05-18 aurel split ljpeg encoder out of mjpeg.c libavcodec
2007-05-18 banan Better error reporting. libavcodec
2007-05-18 lorenm cosmetics: macrofy duplicate code in huffyuv libavcodec
2007-05-18 lorenm r3938 broke 2pass huffyuv (not that anyone uses it) libavcodec
2007-05-18 zuxy 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw libavcodec
2007-05-17 reimar Move attribute_unused to variable declarations in macros instead of libavcodec
2007-05-17 aurel remove libdts decoder, we have a native dts decoder libavcodec
2007-05-17 aurel add proper prefix to new mjpeg extern func/var libavcodec
2007-05-17 aurel split mjpeg.c into an encoder and a decoder file libavcodec
2007-05-17 gpoirier use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables libavcodec
2007-05-17 aurel Only compile fft and mdct when needed. libavcodec
2007-05-17 banan Use FFABS instead of abs. libavcodec
2007-05-17 banan Remove lots of unused commented code. (Cleanup) libavcodec
2007-05-17 banan Change default 1 pass blocksize to 64x64. libavcodec
2007-05-16 aurel better separation of vp3dsp functions from dsputil_mmx.c libavcodec
2007-05-16 diego printf --> av_log, patch by Denis Fortin, fortin nerim net libavcodec
2007-05-16 diego Remove extern C declarations for C++. libavcodec
2007-05-16 diego DTS decoding was broken for every speaker configuration except 5.1. libavcodec
2007-05-16 diego Add libavcodec to compiler include flags in order to simplify header libavcodec
2007-05-15 reimar Use DECLARE_ALIGNED to ease porting libavcodec
2007-05-14 michael dont write over the end of ref_cache libavcodec
2007-05-14 takis Make vp3dsp*.c compilation optional. libavcodec
2007-05-14 reimar Change some leftover __attribute__((unused)) and __attribute__((used)) to libavcodec
2007-05-14 aurel remove some unused mjpeg encoding variables libavcodec
2007-05-13 aurel jpegls encoder does not call this function, so remove useless tests libavcodec
2007-05-13 aurel split jpeg_ls into jpeglsdec, jpeglsenc and jpegls libavcodec
2007-05-13 diego Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. libavcodec
2007-05-13 gpoirier Blackfin DSP utilities: add DEFUN_END libavcodec
2007-05-13 gpoirier Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% libavcodec
2007-05-13 alex use DECLARE_ALIGNED from mem.h (which is included through common.h) libavcodec
2007-05-13 aurel cosmetics: indent libavcodec
2007-05-13 aurel replace some #ifdef CONFIG_* by if(ENABLE_*) libavcodec
2007-05-12 aurel cosmetics: indentation libavcodec
2007-05-12 aurel make compilation of mjpeg.c optional libavcodec
2007-05-12 aurel allow to enable or disable every bitstream filters individually libavcodec
2007-05-12 aurel jpegls never call this code, so those tests are useless libavcodec
2007-05-12 banan Added support for instances where linesize[0] is negative. libavcodec
2007-05-12 diego Remove redundant extern declaration of j_rev_dct that is already libavcodec
2007-05-12 diego cosmetics: Group all test targets together. libavcodec
2007-05-12 lorenm sse2 & ssse3 versions of dct_quantize. libavcodec
2007-05-12 lorenm factor sum_abs_dctelem out of dct_sad, and simd it. libavcodec
2007-05-12 lorenm sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. libavcodec
2007-05-12 lorenm fix a crash with svq1 + sse2. libavcodec
2007-05-11 aurel rename pnm.c to pnmenc.c and pnm_common.c to pnm.c libavcodec
2007-05-11 diego Remove duplicate #includes, avcodec.h #includes common.h. libavcodec
2007-05-11 diego Remove unused variable. libavcodec
2007-05-11 lorenm 10l, r8991 broke mmx1 sad libavcodec
2007-05-11 lorenm sse2 version of fullpel sad. libavcodec
2007-05-11 lorenm tweak mmx2 sad. libavcodec
2007-05-10 aurel make compilation of pnm.c optional libavcodec
2007-05-10 aurel move pnm parser in its own file libavcodec
2007-05-10 aurel move mjpeg parser in its own file libavcodec
2007-05-10 aurel cosmetics: reindent libavcodec
2007-05-10 aurel split h264.c to move parser in its own file libavcodec
2007-05-10 lorenm tweak mmx2 sad. libavcodec
2007-05-10 ramiro Revert r8979 (Ugly fix for r8963) libavcodec
2007-05-10 aurel rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c libavcodec
2007-05-10 aurel loosen vorbis_enc.c dependencies by spliting vorbis.c libavcodec
2007-05-10 ramiro Fix r8963 libavcodec
2007-05-10 takis Fix Vorbis encoder Xiph dependency by making sure the references to libavcodec
2007-05-10 benoit add AVERROR_NOENT libavcodec
2007-05-10 aurel disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in libavcodec
2007-05-10 aurel those tables don't need to be extern libavcodec
2007-05-10 aurel use header instead of copying table declarations libavcodec
2007-05-10 aurel split msmpeg4 data to easily share some of it with vc1.c libavcodec
2007-05-10 aurel add missing rules for wmv2 compilation libavcodec
2007-05-10 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
2007-05-10 lorenm sse2 version of fdct_col. libavcodec
2007-05-09 ramiro Simplify ptr[0]; ptr++; to *ptr++ libavcodec
2007-05-09 ramiro Use bytestream libavcodec
2007-05-09 ramiro Use AV_XX16 macros libavcodec
2007-05-09 aurel move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c libavcodec
2007-05-09 ramiro Factorize usum libavcodec
2007-05-09 ramiro Use 1 array with double the size instead of 2 arrays with normal size libavcodec
2007-05-09 ramiro Add bias instead of -32 or 0, as is done in g.722.1 libavcodec
2007-05-09 ramiro Indentation for previous patch libavcodec
2007-05-09 ramiro Add another tmpbias variable, as bias' value will be used later libavcodec
2007-05-09 ramiro Fix logic for return value of init_vlc libavcodec
2007-05-09 diego Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. libavcodec
2007-05-09 kostya Add ff_ prefix to (externally) visible variables libavcodec
2007-05-09 kostya Use correct dequantizer value libavcodec
2007-05-09 diego Allow conditional compilation of H.263-related decoders. libavcodec
2007-05-09 lorenm cosmetics: remove code duplication in hadamard8_diff_mmx libavcodec
2007-05-09 aurel move cavs parser in it's own file libavcodec
2007-05-08 aurel move defines and enums out of cavsdata.h libavcodec
2007-05-08 aurel remove no more useful includes libavcodec
2007-05-08 aurel cosmetics: rename for consistency after previous aac and ac3 parsers move libavcodec
2007-05-08 aurel move aac and ac3 parsers in their own files libavcodec
2007-05-08 aurel avoid multiple inclusion of ac3.h libavcodec
2007-05-08 lorenm cosmetics: remove duplicate transpose macro libavcodec
2007-05-08 diego Move H.263 parser to its own file. libavcodec
2007-05-07 ivo add doxygen comments libavcodec
2007-05-07 aurel cosmetics: fix inconsistent indentation libavcodec
2007-05-07 aurel fix display of theora videos with visible size smaller than encoded size libavcodec
2007-05-07 ivo Renderware TXD decoder libavcodec
2007-05-07 ivo generic S3TC DXT1 and DXT3 decoding functions libavcodec
2007-05-07 benoit RoQ audio encoder libavcodec
2007-05-07 aurel make some parser parameters const to avoid casting const to non-const libavcodec
2007-05-06 michael fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar) libavcodec
2007-05-06 kostya Add prefix to some variables for consistency libavcodec
2007-05-06 kostya Move VC-1 data to .c file libavcodec
2007-05-06 kostya Make vc1_parser.c compilable without special defines libavcodec
2007-05-06 kostya Move variables to vc1data.h libavcodec
2007-05-06 lorenm simplify libavcodec
2007-05-06 diego Move dvdsub parser to its own file. libavcodec
2007-05-06 diego Rename dvbsubdec_parser.c to dvbsub_parser.c. libavcodec
2007-05-06 lorenm simplify libavcodec
2007-05-06 lorenm faster and simpler vp6 bilinear mc libavcodec
2007-05-06 diego Move dvbsubdec parser to its own file. libavcodec
2007-05-05 diego Remove superfluous #includes, parser.h now includes its prerequisites. libavcodec
2007-05-05 aurel ff_frame_rate_tab is now declared in mpegvideo.h libavcodec
2007-05-05 aurel avoid a clash between two definitions of SEQ_START_CODE libavcodec
2007-05-05 aurel add a ff_ prefix to the now exported mpeg1_find_frame_end() function libavcodec
2007-05-05 aurel move mpegvideo_parser in it's own file libavcodec
2007-05-05 aurel avoid a 'discards qualifiers from pointer' warning libavcodec
2007-05-05 aurel move mpegaudio_parser in it's own file libavcodec
2007-05-05 aurel move mpeg4video_parser in it's own file libavcodec
2007-05-05 aurel parser.h uses AVCodecContext so it needs to include avcodec.h libavcodec
2007-05-05 aurel set CODEC_CAP_DR1 for vp5 and vp6 decoders libavcodec
2007-05-05 diego parser.c is compiled unconditionally, there is no need to compile it libavcodec
2007-05-05 diego Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. libavcodec
2007-05-05 diego Fix warning: libavcodec
2007-05-05 diego parser.c is compiled unconditionally, there is no need to compile it libavcodec
2007-05-04 diego Move H.261 parser to its own file. libavcodec
2007-05-04 kostya 100l to myself. Do not include stuff unneeded by parser libavcodec
2007-05-04 kostya Typo libavcodec
2007-05-04 kostya Move some declarations into header libavcodec
2007-05-04 diego Rename oggvorbis decoder to libvorbis. libavcodec
2007-05-04 diego Move VC1 parser to its own file. libavcodec
2007-05-03 diego Move dca parser to its own file. libavcodec
2007-05-03 diego Give libamr decoders/encoders a lib prefix in the name. libavcodec
2007-05-03 diego Rename dts_decoder to libdts_decoder. libavcodec
2007-05-02 diego Remove unused variable. libavcodec
2007-05-02 jbr cosmetics: indention after last commit libavcodec
2007-05-02 jbr use downmixing coefficients in dca decoder. libavcodec
2007-05-02 jbr enable multichannel output in dca decoder. libavcodec
2007-05-02 kostya 1000l to myself - DCA decoder should not be registered in video codecs section libavcodec
2007-05-02 benoit add the possibility to choose aac profile libavcodec
2007-05-02 diego cosmetics: Group all external library decoders and encoders together. libavcodec
2007-05-02 benoit patch so that the deprecated items show up correctly libavcodec
2007-05-02 benoit make mpeg decoder handle mid-stream changes in resolution libavcodec
2007-05-02 benoit add some comments libavcodec
2007-04-29 gpoirier prevent going out of the buffer if the nal size does not fit in the buffer. libavcodec
2007-04-29 alex check for channels<=0 and print a reasonable error message libavcodec
2007-04-29 ivo add V.Flash PTX decoder libavcodec
2007-04-27 michael fix exploitable buffer overflow libavcodec