log

age author description
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