2007-04-07 |
Michael Niedermayer | sane indention (no more 3 statements on one line...) |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | use bytestream reader instead of bitstream for THP |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Anssi Hannula | CRYO APC demuxer |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | prev1/2 -> prev[2] |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | general purpose vars should be int |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | table[index][ch] -> table[ch][index] (might be faster... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Diego Biurrun | Add THP video and audio decoders. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Nicholas Tung | Bethsoft VID demuxer and video decoder |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Ivo van Poorten | Fix segmentation fault for gray16le to gray conversion. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Nicholas Tung | Remove superfluous setting of has_b_frames in codecs... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Marco Gerards | THP PCM decoder, used on the Nintendo GameCube. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | TIFF-LZW encoding support by (Bartlomiej Wolowiec b... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | LZW encoder by Bartlomiej Wolowiec b.wolowiec students... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Anssi Hannula | Interplay C93 demuxer and video decoder |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Diego Biurrun | typos |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Diego Biurrun | typos/grammar |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Diego Biurrun | typo |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Diego Biurrun | spelling/wording/grammar |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Víctor Paesa | Print a list of valid AMR bitrates if a wrong one is... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Kamil Nowosad | YUV support patch by (Kamil Nowosad k.nowosad student... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Kamil Nowosad | s/invert/photometric_interpretation/ patch by Kamil... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Michael Niedermayer | tiff & sgi regression test |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Xiaohui Sun | SGI image decoder ported to the new image API. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
François Revol | Suppress possible error from ulimit not having -c or... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Benoit Fouet | Return correct decoded size, decoder is called with... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
David Bateman | IWMMXT-specific dsputils clear_blocks function. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Víctor Paesa | Add some help for the analyzeduration option. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Kostya Shishkov | This codec is PAL8 so make it output PAL8 too |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Michael Niedermayer | remove compound literals gcc 2.95 doesnt support taking... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Justin Ruggles | Update doc to show FLAC encoding |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Ian Braithwaite | WMA decoder improvement, output closer to the dmo binary. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Kostya Shishkov | vc1_split should be static |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Stefan Huehner | changes some function declarations from () to (void... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Diego Biurrun | Add some Doxygen comments, by Kamil Nowosad, k.nowosad... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Diego Biurrun | typo/grammar |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | cosmetics: Fix indentation. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Benoit Fouet | Remove useless pointer shift. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Benoit Fouet | Remove commented-out while loop. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | There were two files, libavformat/grab.c and libavforma... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | Get rid of unnecessary conditionals. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Carl Eugen... | Fix crash when trying to convert from or to RGBi (i... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | cosmetics: Put audio (de)muxer entries in alphabetical... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | Audio (de)muxer dependency on OSS is handled by configure. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | Explain which configure options are necessary for which... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Michael Niedermayer | typo |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Michael Niedermayer | cosmetic |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Kamil Nowosad | FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Michael Niedermayer | tiff encoder by (Bartlomiej Wolowiec b.wolowiec stude... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | cosmetics: Better variable name, the ENABLE_* lists... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | cosmetics: Sort list of input/output formats. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | Remove #if 0 code. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Ramiro Polla | Add first and second output to earlyclobbers in COPY3_I... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Michael Niedermayer | dont use *int8_t for the arguments (ive missed that... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Xiaohui Sun | Changed the rle encoder a little and made it more unive... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Michael Niedermayer | cosmetic |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Michael Niedermayer | fix indention (less work to fix it myself than to check... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Michael Niedermayer | move doxy from .c to .h |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Michael Niedermayer | generic rle encoder by Bartlomiej Wolowiec b.wolowiec... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Marc Hoffman | Remove stray object from list of Blackfin assembler... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Diego Biurrun | spelling fix as suggested by Mans |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Diego Biurrun | bfin optimizations |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Marc Hoffman | bfin dsputils, basic pixel operations sads, diffs,... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Aurelien Jacobs | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Diego Biurrun | Replace forbidden exit() by return() Víctor Paesa,... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Víctor Paesa | Replace valid use of exit by _exit, patch by Víctor... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Michael Niedermayer | indention |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Michael Niedermayer | make AVCodec.init() optional |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Diego Biurrun | Fix copy and paste error in comment. |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Diego Biurrun | support for the THP game format by Marco Gerards, mgera... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Diego Biurrun | Use $(command) instead of `command`, it's POSIX, cleare... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Diego Biurrun | Always lowercase targetos. |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Diego Biurrun | Add '#undef exit', the function is now forbidden. |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Måns Rullgård | run ebp register check in subshell so we can redirect... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Diego Biurrun | Merge redundant comments. |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Michael Niedermayer | WMVA |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Loren Merritt | doxy comment tweaks |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Guillaume Poirier | Add doxy comments, based on Loren's explanations posted... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Diego Biurrun | Force lowercase targetos value for MinGW, we check... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Diego Biurrun | dct-test works on non-x86 now. |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Marc Hoffman | platform-independent restructuring and code simplification |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Marc Hoffman | Remove illegal call to exit(). |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Diego Pettenò | call faacDecClose() with all libfaad versions |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Stanislav Brabec | Fix warning: |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Baptiste Coudurier | add AVRn fourcc |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Marc Hoffman | Replace emms() with emms_c(), patch by Marc Hoffman... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Diego Biurrun | blackfin: Audio buffers are no longer allocated on... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Baptiste Coudurier | print error message |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Alex Beregszaszi | fix x-octet-stream mime type |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Alex Beregszaszi | use av_strdup |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Alex Beregszaszi | remove dead code |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Diego Biurrun | cosmetics: Fix indentation. |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Sam Hocevar | Do not return invalid pointer for non-audio or video... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Michael Niedermayer | argh, who commited this trash |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Marc Hoffman | Handle proper compilation on Mac OS X. |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Michael Niedermayer | 10^10l to the idiot who designed this format and didnt... |
commit | commitdiff | tree | snapshot |
next |