| Commit message (Expand) | Author | Age | Files | Lines |
* | decode adts aac streams | Måns Rullgård | 2006-02-08 | 1 | -10/+26 |
* | 10l (x86_64) | Loren Merritt | 2006-02-07 | 1 | -1/+1 |
* | 18% faster put_h264_qpel16_mc[13]2_mmx2 | Loren Merritt | 2006-02-07 | 1 | -14/+87 |
* | 11% faster put_h264_qpel16_v_lowpass_mmx2 | Loren Merritt | 2006-02-07 | 1 | -11/+27 |
* | 15% faster put_h264_qpel16_hv_lowpass_mmx2 | Loren Merritt | 2006-02-07 | 1 | -26/+45 |
* | 1 goto 1 fix | Michael Niedermayer | 2006-02-06 | 1 | -0/+4 |
* | Fix broken cosmetics commit and add a check for valid headers. | Benjamin Larsson | 2006-02-06 | 1 | -2/+7 |
* | Small cosmetics and better variable names. | Benjamin Larsson | 2006-02-06 | 1 | -9/+10 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 19 | -73/+82 |
* | Correct the relation between floors of type 0 and block sizes. | Alexander Strasser | 2006-02-05 | 2 | -15/+23 |
* | simplify | Michael Niedermayer | 2006-02-04 | 1 | -6/+4 |
* | faster find_startcode() | Michael Niedermayer | 2006-02-04 | 4 | -57/+38 |
* | Cosmetic: Fix indentation. | Alexander Strasser | 2006-02-04 | 1 | -13/+13 |
* | 10l (malloc check with the wrong pointer) | Alexander Strasser | 2006-02-04 | 1 | -7/+9 |
* | Added support for vorbis files containing floor type 0. | Alexander Strasser | 2006-02-04 | 2 | -58/+318 |
* | output last ac3 frame and simplify | Michael Niedermayer | 2006-02-02 | 1 | -13/+12 |
* | os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedl... | Michael Niedermayer | 2006-02-02 | 2 | -0/+153 |
* | Set interlaced_frame and top_field_first according to coded_frame. | Luca Abeni | 2006-02-02 | 1 | -0/+4 |
* | list of supported pix_fmts | Michael Niedermayer | 2006-02-02 | 1 | -0/+1 |
* | JPEG-LS codec by (Kostya | kostya.forjunk gmail com) | Michael Niedermayer | 2006-02-02 | 2 | -261/+771 |
* | Fix silly typos. | Diego Biurrun | 2006-01-31 | 2 | -3/+3 |
* | add static keyword to some functions | Dieter | 2006-01-30 | 1 | -7/+7 |
* | add static keyword to some functions | Dieter | 2006-01-30 | 5 | -17/+17 |
* | long is better than int for pointer differences | Dieter | 2006-01-30 | 1 | -2/+2 |
* | On MinGW it is not possible to build shared and static libraries at once. | Diego Biurrun | 2006-01-30 | 1 | -1/+2 |
* | Simplify LDFLAGS handling for MinGW. | Diego Biurrun | 2006-01-29 | 1 | -3/+6 |
* | make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) | Dieter | 2006-01-28 | 4 | -5/+5 |
* | fix crash on height < 16 pixels. | Loren Merritt | 2006-01-28 | 1 | -2/+3 |
* | Add a newline to b_frame_strategy error message. | Corey Hickey | 2006-01-27 | 1 | -1/+1 |
* | fixing bframe strategy 2 | Michael Niedermayer | 2006-01-27 | 3 | -15/+33 |
* | Remove obscure Makefile.bak entry from distclean rules. | Diego Biurrun | 2006-01-26 | 2 | -2/+2 |
* | warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it | Diego Biurrun | 2006-01-25 | 9 | -13/+13 |
* | 10l forgot #ifdef CONFIG_XVID | Michael Niedermayer | 2006-01-25 | 1 | -1/+6 |
* | xvid ratecontrol support | Michael Niedermayer | 2006-01-24 | 5 | -5/+165 |
* | Remove all stray tabs and trailing whitespace, this time for good. | Diego Biurrun | 2006-01-24 | 7 | -87/+87 |
* | Mjpeg interlaced decoding fix, height was wrong while decoding (/2). | Baptiste Coudurier | 2006-01-23 | 1 | -2/+3 |
* | sc_factor support for encoding. | Corey Hickey | 2006-01-22 | 3 | -5/+13 |
* | faster copy functions for lzo decoder that also need padding | Reimar Döffinger | 2006-01-22 | 3 | -19/+81 |
* | native ac3 parser | Måns Rullgård | 2006-01-21 | 3 | -35/+96 |
* | Implement audio cutoff frequency to the vorbis encoder. | Justin Ruggles | 2006-01-21 | 1 | -13/+23 |
* | fix convergence of snow iterative_me | Loren Merritt | 2006-01-21 | 1 | -1/+8 |
* | revert 1.83 because it's not needed | Loren Merritt | 2006-01-21 | 1 | -16/+0 |
* | Silence warnings, these came when some tables got declared as const. | Benjamin Larsson | 2006-01-20 | 1 | -3/+3 |
* | place SPS/PPS in extradata if GLOBAL_HEADER flag is set | Måns Rullgård | 2006-01-20 | 1 | -0/+18 |
* | detect when iterative_me fails to converge, and stop searching | Loren Merritt | 2006-01-19 | 1 | -0/+16 |
* | interpret H264 VUI timing info correctly | Måns Rullgård | 2006-01-19 | 1 | -1/+5 |
* | obmc-aware 4mv | Loren Merritt | 2006-01-17 | 1 | -32/+176 |
* | Make clean/distclean consistent throughout all the Makefiles. | Diego Biurrun | 2006-01-16 | 1 | -2/+3 |
* | 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 inst... | Reimar Döffinger | 2006-01-15 | 1 | -1/+1 |
* | Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. | Diego Biurrun | 2006-01-15 | 2 | -4/+5 |