Mercurial > libavcodec.hg
graph
-
Original Commit: r21 | ods15 | 2006-09-22 13:40:31 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r20 | ods15 | 2006-09-22 13:12:48 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r19 | ods15 | 2006-09-22 12:54:18 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r18 | ods15 | 2006-09-22 12:29:26 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r17 | ods15 | 2006-09-22 12:28:28 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r16 | ods15 | 2006-09-22 12:27:17 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r15 | ods15 | 2006-09-22 12:26:42 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r14 | ods15 | 2006-09-22 12:26:17 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r13 | ods15 | 2006-09-22 09:29:38 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r12 | ods15 | 2006-09-22 09:28:30 +0300 (Fri, 22 Sep 2006) | 5 lines libavcodec2006-10-02, by ods15
-
Original Commit: r11 | ods15 | 2006-09-17 19:41:28 +0300 (Sun, 17 Sep 2006) | 4 lines libavcodec2006-10-02, by ods15
-
Original Commit: r10 | ods15 | 2006-09-17 19:37:17 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r9 | ods15 | 2006-09-17 18:56:41 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r8 | ods15 | 2006-09-17 09:43:38 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r7 | ods15 | 2006-09-17 08:50:47 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r6 | ods15 | 2006-09-16 20:36:31 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
Original Commit: r5 | ods15 | 2006-09-16 17:29:04 +0300 (Sat, 16 Sep 2006) | 4 lines libavcodec2006-10-02, by ods15
-
Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines libavcodec2006-10-02, by ods15
-
Original Commit: r3 | ods15 | 2006-09-16 11:49:07 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodec2006-10-02, by ods15
-
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. libavcodec2006-10-01, by lorenm
-
remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead libavcodec2006-10-01, by ods15
-
100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c libavcodec2006-10-01, by ods15
-
make some more functions global so they can be shared with vorbis_enc.c libavcodec2006-10-01, by ods15
-
fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) libavcodec2006-09-29, by michael
-
Move the ratecontrol related code from mpegvideo.h to a separate header file. libavcodec2006-09-29, by takis
-
Reformat the output of the list of available AVOptions, by indenting the libavcodec2006-09-29, by takis
-
Remove the override of lmin and lmax, so the actual option value provided will libavcodec2006-09-29, by takis
-
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and libavcodec2006-09-29, by takis
-
Remove the "mblmax" OptionDef. The equally named AVOption takes over its libavcodec2006-09-28, by takis
-
Remove the "mblmin" OptionDef. The equally named AVOption takes over its libavcodec2006-09-28, by takis
-
Break compatibility only when first part of version number changes, in this libavcodec2006-09-27, by takis
-
Fix compilation by postponing deprecation of ff_eval() until the next version libavcodec2006-09-27, by takis
-
Introduce ff_eval2 which is equivalent to ff_eval but does not log anything. libavcodec2006-09-26, by takis
-
remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly. libavcodec2006-09-25, by reimar
-
Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way. libavcodec2006-09-25, by reimar
-
Remove the "error" OptionDef. The equally named AVOption takes over its libavcodec2006-09-22, by takis
-
Remove the "mepc" OptionDef. The equally named AVOption takes over its function. libavcodec2006-09-22, by takis
-
Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its libavcodec2006-09-22, by takis
-
For B-frames if the second reference frame signals intensity compensation libavcodec2006-09-21, by kostya
-
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed libavcodec2006-09-21, by kostya
-
set supported pixel formats for a few encoders (fixes crashes with grayscale) libavcodec2006-09-20, by michael
-
Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match libavcodec2006-09-20, by takis
-
Remove the "bf" OptionDef parameter so the equally named AVOption will take libavcodec2006-09-20, by takis
-
Correct the constraints of some AVOptions. These had a default value of zero, libavcodec2006-09-20, by takis
-
Correct the i_qfactor minimum, which was current set higher then the default libavcodec2006-09-15, by takis
-
Synchronize the defaults specified in the AVOptions[] array to the defaults libavcodec2006-09-14, by takis
-
replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) libavcodec2006-09-13, by aurel
-
corrects the type of the AVOption parameter "bugs", patch by Takis libavcodec2006-09-13, by gpoirier
-
adds descriptions to the libavcodec AVOptions array, taken from the libavcodec2006-09-13, by gpoirier
-
don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) libavcodec2006-09-11, by aurel
-
Add official LGPL license headers to the files that were missing them. libavcodec2006-09-10, by diego
-
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. libavcodec2006-09-09, by kostya
-
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header() libavcodec2006-09-09, by kostya
-
undefines a few temporary defines which were not undefined after their usage. libavcodec2006-09-09, by gpoirier
-
Switch license from GPL to LGPL. The original author agreed to this as libavcodec2006-09-06, by diego
-
Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg. libavcodec2006-09-05, by diego
-
Handle raw blocks correctly (both updating pointer and storing to memory) libavcodec2006-09-05, by kostya
-
VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) libavcodec2006-09-04, by kostya
-
* Restructuring the division of labor between DV codec and DV format libavcodec2006-09-04, by romansh
-
Add copyright notice from the Independent JPEG Group instead of referring libavcodec2006-09-03, by diego
-
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. libavcodec2006-09-03, by jbr
-
AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) libavcodec2006-09-03, by kostya
-
Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab libavcodec2006-09-02, by kostya
-
snow cosmetics: merge the sliced and non-sliced versions of add_yblock libavcodec2006-09-01, by lorenm
-
fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. libavcodec2006-09-01, by lorenm
-
Align the input buffer in ffplay, introduce a public macro for aligned declarations libavcodec2006-08-31, by lu_zero
-
Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares libavcodec2006-08-31, by lu_zero
-
check the validity of the amount of the remaining bytes in the bitsteam before memcpy libavcodec2006-08-27, by michael
-
dont copy frame if the whole mp1/2/3 frame is available in one piece in the input libavcodec2006-08-26, by michael
-
another silly typo which surprisingly neither valgrind nor cmp of the file output cought libavcodec2006-08-26, by michael
-
make A32 reader align its ptr during init no matter what missaligned mess is given to it libavcodec2006-08-26, by michael
-
move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs libavcodec2006-08-26, by michael
-
optimize reorder_block() though this function seems to be executed too rarely for this to make much difference libavcodec2006-08-24, by michael
-
Alignment of the LT window, segfault fix patch by Baptiste Coudurier. libavcodec2006-08-22, by banan
-
Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % libavcodec2006-08-18, by gpoirier
-
Move all internal -I parameters to the front of CFLAGS to avoid using external libavcodec2006-08-17, by diego
-
10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding the issue libavcodec2006-08-15, by lu_zero
-
Disable B-frames decoding until I return and finish their proper decoding. libavcodec2006-08-11, by kostya
-
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse libavcodec2006-08-10, by michael
-
sse and 3dnow implementations of float->int conversion and mdct windowing. libavcodec2006-08-10, by lorenm
-
Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net> libavcodec2006-08-10, by lu_zero
-
Support for MacIntel, take xx: '/nop' illegal for old versions of GAS libavcodec2006-08-10, by gpoirier
-
Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.c libavcodec2006-08-10, by gpoirier
-
gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5 registers for asm input. libavcodec2006-08-09, by lorenm
-
slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless movsxd) libavcodec2006-08-08, by lorenm
-
Correct MC for B-frames and some improvements (not 100% complete though) libavcodec2006-08-06, by kostya
-
Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch libavcodec2006-08-04, by lu_zero
-
Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: libavcodec2006-08-03, by lu_zero
-
avoid alignment hacks, luckly gcc does the right thing on arches different from x86 libavcodec2006-08-03, by lu_zero
-
Don't try to decode P-frames from old WMV3 variant until their format is figured libavcodec2006-08-03, by kostya
-
Use bicubic MC (should also remove those ringing artifacts) when needed libavcodec2006-07-30, by kostya
-
Remove spurious references to Ogg Theora encoder, such a thing never existed. libavcodec2006-07-29, by diego
-
Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use) libavcodec2006-07-29, by kostya
-
Some B-frames support (parsing and decoding only, no motion compesation is done) libavcodec2006-07-24, by kostya
-
Do not crash when the first frame is not a keyframe (and thus none of the libavcodec2006-07-23, by reimar
-
Replace code for clipping MV vectors (which is wrong to use here) with clipping source coords. libavcodec2006-07-22, by kostya
-
Set correctly quantizer and transform mode when parsing frame header. libavcodec2006-07-21, by kostya
-
remove 166 useless underscores, and make this file valid c code as a result libavcodec2006-07-19, by michael
-
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil libavcodec2006-07-19, by lucabe
-
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) libavcodec2006-07-17, by michael
-
attempt to implement xiphs useless and stupid quantization matrix mess libavcodec2006-07-17, by michael
-
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec) libavcodec2006-07-17, by michael
-
some fixmes if someone ever wants to implement theora support correctly ... libavcodec2006-07-16, by michael
-
Don't pass block[6][64] parameter to decode_p_mb as we always use s->block libavcodec2006-07-16, by kostya
-
optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients libavcodec2006-07-14, by michael
-
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just libavcodec2006-07-11, by diego
-
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavcodec2006-07-09, by michael