| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: allow recursive foo_select options | Måns Rullgård | 2008-10-24 | 1 | -1/+16 |
* | simplify sample rate code, flv_set_audio_codec already overrides it for nelly... | Baptiste Coudurier | 2008-10-24 | 1 | -4/+1 |
* | Auto-enable CONFIG_FFT for codecs that need it | Måns Rullgård | 2008-10-24 | 2 | -15/+33 |
* | configure: cosmetics | Måns Rullgård | 2008-10-24 | 1 | -2/+2 |
* | configure: add foo_select facility | Måns Rullgård | 2008-10-24 | 1 | -3/+6 |
* | configure: fix disabled_any to return false for empty list | Måns Rullgård | 2008-10-24 | 1 | -0/+1 |
* | prettyprinting cosmetics | Diego Biurrun | 2008-10-24 | 4 | -378/+389 |
* | spelling cosmetics | Diego Biurrun | 2008-10-24 | 4 | -30/+32 |
* | Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. | Kenan Gillet | 2008-10-24 | 6 | -107/+162 |
* | Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. | Kenan Gillet | 2008-10-24 | 5 | -7/+7 |
* | force sample rate to 16khz for speex in flv, fix speexaudio.flv | Baptiste Coudurier | 2008-10-24 | 1 | -1/+4 |
* | fix for >2GB flv files | Pascal Massimino | 2008-10-24 | 1 | -5/+6 |
* | Speex decoding via libspeex | David Conrad | 2008-10-24 | 4 | -0/+151 |
* | Choose RV3/4 DC quantizer correctly | Kostya Shishkov | 2008-10-24 | 1 | -2/+2 |
* | raw dnxhd de/muxer | Baptiste Coudurier | 2008-10-24 | 4 | -1/+43 |
* | dnxhd parser | Baptiste Coudurier | 2008-10-24 | 4 | -1/+98 |
* | Cosmetics: alignment | Vitor Sessak | 2008-10-23 | 1 | -3/+3 |
* | Fix broken palette8to*. | Vitor Sessak | 2008-10-23 | 3 | -75/+43 |
* | dnxhd codec is intra only | Baptiste Coudurier | 2008-10-23 | 1 | -0/+1 |
* | add state64 field to ParseContext storing last 8 bytes, to be able to check f... | Baptiste Coudurier | 2008-10-23 | 2 | -0/+2 |
* | cosmetics: typo fix | Diego Biurrun | 2008-10-23 | 3 | -3/+3 |
* | Add information about a workaround for MinGW gcc versions. | Diego Biurrun | 2008-10-23 | 1 | -1/+4 |
* | Revert r15653. | Benoit Fouet | 2008-10-23 | 1 | -1/+0 |
* | 10l: missing change from r15667 - global header also affect seek test results | Aurelien Jacobs | 2008-10-22 | 1 | -22/+22 |
* | matroskaenc: require global header | Aurelien Jacobs | 2008-10-22 | 2 | -2/+4 |
* | Fix spelling | Víctor Paesa | 2008-10-22 | 1 | -1/+1 |
* | Include headers for optional libraries only when enabled. | Diego Pettenò | 2008-10-22 | 1 | -0/+8 |
* | cosmetics: Leave out quotes from libdirac pkg-config call for consistency. | Diego Biurrun | 2008-10-22 | 1 | -1/+1 |
* | split bswap.h into per-arch files | Måns Rullgård | 2008-10-21 | 5 | -43/+221 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 22 | -42/+37 |
* | Port read_time() that works on x86_32 and 64 from noe. | Michael Niedermayer | 2008-10-21 | 1 | -11/+3 |
* | The v4l2 driver can silently change the pixel format in the | Jens Rosenboom | 2008-10-21 | 1 | -0/+5 |
* | ARM: allow --cpu=armvN in configure | Måns Rullgård | 2008-10-21 | 1 | -0/+3 |
* | Allow target name on every line in dependency postprocessing | Måns Rullgård | 2008-10-21 | 1 | -1/+1 |
* | Do not add $cross_prefix to compiler name given with --cc option | Måns Rullgård | 2008-10-21 | 1 | -2/+4 |
* | configure: fix handling of option arguments containing = sign | Måns Rullgård | 2008-10-21 | 1 | -1/+1 |
* | Use x86_reg type instead of long in float_to_int16 MMX/SSE functions. | Reimar Döffinger | 2008-10-20 | 1 | -4/+8 |
* | Use av_freep() in ff_parse_close(). | Michael Niedermayer | 2008-10-20 | 1 | -1/+1 |
* | Copy pts for each raw encoded frame. | Andrew Wason | 2008-10-20 | 1 | -0/+1 |
* | 34l: free RV3/4 context variables at the end | Kostya Shishkov | 2008-10-20 | 1 | -0/+3 |
* | RV3 and RV4 decoders set some deblocking coefs for each macroblock, | Kostya Shishkov | 2008-10-20 | 2 | -0/+6 |
* | Mark some of RV3/4 block types as having separate DC subblock | Kostya Shishkov | 2008-10-20 | 1 | -2/+2 |
* | Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0. | Alexis Ballier | 2008-10-20 | 1 | -0/+1 |
* | ARM: Kill warning in bswap_32() | Måns Rullgård | 2008-10-20 | 1 | -1/+1 |
* | Convert typeof keyword into __typeof__; this is a gcc extension and the forme... | David Conrad | 2008-10-19 | 1 | -10/+10 |
* | fix configure with libx264 disabled | Måns Rullgård | 2008-10-19 | 1 | -2/+2 |
* | Remove the ugly and unnecessary require_cpp_condition() function. | Stefano Sabatini | 2008-10-19 | 1 | -8/+0 |
* | Make more clear the error message for the libx264 version check. | Stefano Sabatini | 2008-10-19 | 1 | -1/+2 |
* | Cosmetics: reindent | David Conrad | 2008-10-19 | 1 | -3/+3 |
* | Combine non-bitexact sections | David Conrad | 2008-10-19 | 1 | -3/+2 |