| Commit message (Expand) | Author | Age | Files | Lines |
* | doxy comment tweaks | Loren Merritt | 2007-03-31 | 2 | -3/+3 |
* | Add doxy comments, based on Loren's explanations posted here: | Guillaume Poirier | 2007-03-31 | 3 | -3/+21 |
* | Force lowercase targetos value for MinGW, we check against lowercase strings. | Diego Biurrun | 2007-03-31 | 1 | -0/+1 |
* | dct-test works on non-x86 now. | Diego Biurrun | 2007-03-31 | 1 | -2/+2 |
* | platform-independent restructuring and code simplification | Marc Hoffman | 2007-03-31 | 1 | -37/+68 |
* | Remove illegal call to exit(). | Marc Hoffman | 2007-03-31 | 1 | -2/+1 |
* | call faacDecClose() with all libfaad versions | Diego Pettenò | 2007-03-31 | 1 | -3/+2 |
* | Fix warning: | Stanislav Brabec | 2007-03-31 | 1 | -1/+1 |
* | add AVRn fourcc | Baptiste Coudurier | 2007-03-31 | 1 | -0/+1 |
* | Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com. | Marc Hoffman | 2007-03-31 | 1 | -3/+3 |
* | blackfin: Audio buffers are no longer allocated on the stack, | Diego Biurrun | 2007-03-31 | 1 | -1/+1 |
* | print error message | Baptiste Coudurier | 2007-03-31 | 1 | -2/+3 |
* | fix x-octet-stream mime type | Alex Beregszaszi | 2007-03-31 | 1 | -1/+1 |
* | use av_strdup | Alex Beregszaszi | 2007-03-31 | 1 | -5/+1 |
* | remove dead code | Alex Beregszaszi | 2007-03-31 | 1 | -25/+0 |
* | cosmetics: Fix indentation. | Diego Biurrun | 2007-03-31 | 1 | -1/+1 |
* | Do not return invalid pointer for non-audio or video streams. | Sam Hocevar | 2007-03-30 | 1 | -3/+4 |
* | argh, who commited this trash | Michael Niedermayer | 2007-03-30 | 1 | -5/+3 |
* | Handle proper compilation on Mac OS X. | Marc Hoffman | 2007-03-30 | 1 | -8/+4 |
* | 10^10l to the idiot who designed this format and didnt even realize what numb... | Michael Niedermayer | 2007-03-30 | 1 | -1/+1 |
* | Typos in comments | Luca Barbato | 2007-03-30 | 1 | -5/+6 |
* | move some stuff out of an inner loop. 12% faster svq1 encoding. | Loren Merritt | 2007-03-30 | 1 | -5/+4 |
* | mmx 16-bit ssd. 2.3x faster svq1 encoding. | Loren Merritt | 2007-03-30 | 4 | -7/+48 |
* | fix demuxing of IMAG0002.ASF | Michael Niedermayer | 2007-03-30 | 1 | -10/+8 |
* | analyze end condition must match r_fps selection condition | Michael Niedermayer | 2007-03-30 | 1 | -1/+1 |
* | change -fs to use bytes instead of kbytes | Baptiste Coudurier | 2007-03-30 | 1 | -2/+2 |
* | change -fs option to use OPT_INT64 | Baptiste Coudurier | 2007-03-30 | 1 | -2/+2 |
* | add OPT_INT64 option | Baptiste Coudurier | 2007-03-30 | 2 | -0/+4 |
* | Fix a bug in av_find_opt(). Because some of the AVOption structures have field | Kamil Nowosad | 2007-03-30 | 1 | -1/+1 |
* | add 'all' and 'none' options for partitions config | Limin Wang | 2007-03-30 | 1 | -0/+2 |
* | Update specification and reference implementation links. | Robert Swain | 2007-03-30 | 1 | -4/+5 |
* | fix probe of 001.vdr-broken-6025 | Michael Niedermayer | 2007-03-29 | 1 | -2/+2 |
* | Fix compilation when using the --disable-opts parameter. This to help those | Panagiotis Issaris | 2007-03-29 | 4 | -3/+44 |
* | 1000l, revert r8547, im too stupid | Baptiste Coudurier | 2007-03-29 | 1 | -1/+1 |
* | typo, fix -fs | Baptiste Coudurier | 2007-03-29 | 1 | -1/+1 |
* | move atom size check before parsing function search | Baptiste Coudurier | 2007-03-29 | 1 | -5/+4 |
* | unset sample count to disable track when is broken | Baptiste Coudurier | 2007-03-29 | 1 | -0/+1 |
* | break if atom size is more than size left in container atom, fix shooter.mov | Baptiste Coudurier | 2007-03-29 | 1 | -1/+1 |
* | Accept only existing bitrates. | Benoit Fouet | 2007-03-29 | 1 | -40/+57 |
* | Allow setting v4l2 input and video standard. | Limin Wang | 2007-03-29 | 1 | -0/+54 |
* | Change the vhook code to send real timestamps to the filters instead of the | Bobby Bingham | 2007-03-29 | 3 | -4/+4 |
* | add hdv1 fourcc | Baptiste Coudurier | 2007-03-28 | 1 | -0/+1 |
* | revert r8538 (set bit rate for asf format) until regression tests issue is st... | Baptiste Coudurier | 2007-03-28 | 1 | -14/+7 |
* | set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com | Zuxy Meng | 2007-03-28 | 1 | -7/+14 |
* | fix decoding of big audio packets (48k 16bit 2 channels), needed size is rela... | Baptiste Coudurier | 2007-03-28 | 1 | -1/+1 |
* | prevent exit missuse | Michael Niedermayer | 2007-03-27 | 5 | -0/+9 |
* | require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX | Michael Niedermayer | 2007-03-27 | 1 | -6/+11 |
* | codec id addition guidlines | Michael Niedermayer | 2007-03-27 | 1 | -0/+6 |
* | FASTTX==0 means additional 16 bits in extradata | Kostya Shishkov | 2007-03-27 | 1 | -0/+2 |
* | One more FASTTX-related hack | Kostya Shishkov | 2007-03-27 | 1 | -0/+1 |