| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Define separate version number for libpostproc. | Diego Biurrun | 2006-01-14 | 1 | -0/+6 |
* | Remove redundant --enable-shared-pp configure option and make the PP code | Diego Biurrun | 2006-01-14 | 2 | -4/+4 |
* | Off by one fix to prevent possible segfault. Patch by jwestfall at surrealist... | jwestfall@surrealistic.net | 2006-01-14 | 1 | -2/+2 |
* | Move library name generation to configure, simplifies build system a bit more. | Diego Biurrun | 2006-01-14 | 2 | -6/+2 |
* | Fix a bunch of spelling/grammar mistakes in doxygen comments and output. | Diego Biurrun | 2006-01-14 | 1 | -32/+32 |
* | get_byte may not return -1 on error, since it can lead to a negative backptr. | Reimar Döffinger | 2006-01-14 | 1 | -1/+1 |
* | Wrong state handling causing decompression errors in some cases | Reimar Döffinger | 2006-01-14 | 1 | -3/+1 |
* | Create symbolic links for all library sonames and clean up Makefiles. | Diego Biurrun | 2006-01-14 | 2 | -5/+18 |
* | CamStudio video decoder | Diego Biurrun | 2006-01-14 | 1 | -2/+2 |
* | Change this Makefile to be consistent with all the others. | Diego Biurrun | 2006-01-13 | 1 | -20/+14 |
* | minor consistency fix | Diego Biurrun | 2006-01-13 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 199 | -200/+201 |
* | bugs found by valgrind | Michael Niedermayer | 2006-01-12 | 1 | -10/+11 |
* | Our own LZO (1X) implementation, under LGPL and optimized for readability. | Reimar Döffinger | 2006-01-12 | 4 | -11/+182 |
* | faster iterative_me: avoid duplicate mc of neighboring blocks. | Loren Merritt | 2006-01-12 | 1 | -59/+148 |
* | Move Darwin shared library build peculiarities to configure. | Diego Biurrun | 2006-01-12 | 2 | -10/+2 |
* | Parameter added for user to set the cutoff frequency when encoding with faac. | Luca Abeni | 2006-01-10 | 3 | -0/+9 |