| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: K&R coding style, prettyprinting | Diego Biurrun | 2009-08-02 | 2 | -31/+31 |
* | add approved hunks of the wmapro decoder | Sascha Sommer | 2009-08-02 | 3 | -0/+747 |
* | cosmetics: K&R coding style | Diego Biurrun | 2009-08-02 | 1 | -314/+391 |
* | cosmetics: K&R coding style | Diego Biurrun | 2009-08-02 | 2 | -68/+54 |
* | cosmetics, reindent | Baptiste Coudurier | 2009-08-02 | 1 | -3/+3 |
* | cosmetics, reindent | Baptiste Coudurier | 2009-08-02 | 1 | -6/+6 |
* | fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set | Baptiste Coudurier | 2009-08-02 | 1 | -0/+4 |
* | Fix regression when converting to nv12/nv21. | Guennadi Liakhovetski | 2009-08-01 | 1 | -1/+3 |
* | RTMP needs tcp_protocol | Måns Rullgård | 2009-07-31 | 1 | -0/+1 |
* | RTMP protocol support (as a client) | Kostya Shishkov | 2009-07-31 | 9 | -1/+1219 |
* | Make av_always_inline a no-op when --disable-optimizations is supplied to | Jeff Downs | 2009-07-30 | 1 | -1/+1 |
* | Increase audio queue size in FFplay so files with big audio/video delay | Baptiste Coudurier | 2009-07-30 | 1 | -1/+1 |
* | Revert addition of '#undef av_always_inline' to config.h in the small case. | Diego Biurrun | 2009-07-30 | 2 | -2/+4 |
* | Display stats by default in FFplay and increase refresh time. | Baptiste Coudurier | 2009-07-30 | 1 | -3/+3 |
* | Mark conditionally used variable T2 as av_unused; avoids the warning: | Diego Biurrun | 2009-07-30 | 1 | -1/+1 |
* | Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. | Diego Biurrun | 2009-07-30 | 9 | -97/+42 |
* | Remove unused debug av_log() calls. | Diego Biurrun | 2009-07-30 | 2 | -16/+0 |
* | Undefine av_always_inline before setting it to an empty value. | Jeff Downs | 2009-07-30 | 1 | -0/+1 |
* | cosmetics, remove spaces after '(' and before ')' | Baptiste Coudurier | 2009-07-30 | 1 | -14/+14 |
* | init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 | Baptiste Coudurier | 2009-07-30 | 1 | -0/+2 |
* | vfwcap: Indent. | Ramiro Polla | 2009-07-30 | 1 | -9/+8 |
* | vfwcap: Support compressed streams. | Ramiro Polla | 2009-07-30 | 1 | -0/+15 |
* | vfwcap: Reorder some code to simplify next patch. | Ramiro Polla | 2009-07-30 | 1 | -6/+5 |
* | vfwcap: Return PIX_FMT_NONE instead of -1 on error. | Ramiro Polla | 2009-07-30 | 1 | -2/+2 |
* | vfwcap: Update error message: | Ramiro Polla | 2009-07-30 | 1 | -2/+2 |
* | Remove old_flags variable, which is a duplicate of the flags variable. | Ronald S. Bultje | 2009-07-30 | 1 | -3/+2 |
* | Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function | Ronald S. Bultje | 2009-07-30 | 3 | -15/+14 |
* | return EOF in image2 demuxer | Baptiste Coudurier | 2009-07-30 | 1 | -0/+2 |
* | Remove unused variable intra_count. | Diego Biurrun | 2009-07-30 | 1 | -2/+0 |
* | PPC: fix asm operand constraints in AV_RL64 | Måns Rullgård | 2009-07-29 | 1 | -1/+1 |
* | Remove pointless '#ifdef DEBUG' around dprintf macro. | Diego Biurrun | 2009-07-29 | 1 | -2/+0 |
* | Only enable WMV3 decoder when it has been turned on in the build system. | Diego Biurrun | 2009-07-29 | 1 | -0/+2 |
* | Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, | Diego Biurrun | 2009-07-29 | 5 | -9/+8 |
* | Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER, | Diego Biurrun | 2009-07-29 | 1 | -1/+1 |
* | Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only | Diego Biurrun | 2009-07-29 | 1 | -2/+0 |
* | Stop parsing in read_header only after finding pmt, and | Baptiste Coudurier | 2009-07-29 | 1 | -6/+5 |
* | rename freq to period which is more correct, patch by Niobos, niobos dot be a... | Niobos | 2009-07-28 | 1 | -10/+10 |
* | Use dprintf() instead of '#ifdef DEBUG' and av_log(). | Diego Biurrun | 2009-07-28 | 1 | -18/+6 |
* | Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts | Måns Rullgård | 2009-07-28 | 4 | -7/+5 |
* | Enable PIC unconditionally on OpenBSD | Måns Rullgård | 2009-07-28 | 1 | -1/+1 |
* | configure: always write PIC flags to config.mak | Måns Rullgård | 2009-07-28 | 1 | -1/+1 |
* | configure: enable PIC in per-arch section instead of separately | Måns Rullgård | 2009-07-28 | 1 | -10/+10 |
* | Fix typo in MinGWCE support in configure. | Martin Storsjö | 2009-07-28 | 1 | -1/+1 |
* | MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler(). | Ramiro Polla | 2009-07-28 | 1 | -19/+16 |
* | MMX2 scaler: factorize initMMX2Scaler(). | Ramiro Polla | 2009-07-28 | 1 | -30/+10 |
* | MMX2 scaler: add variable to ease factorization of initMMX2Scaler(). | Ramiro Polla | 2009-07-28 | 1 | -3/+4 |
* | Indent. | Ramiro Polla | 2009-07-28 | 1 | -45/+45 |
* | Remove duplicate horizontal scaling when there aren't enough lines in a slice | Ramiro Polla | 2009-07-28 | 1 | -52/+15 |
* | Remove useless code. | Ramiro Polla | 2009-07-28 | 1 | -3/+1 |
* | ARM: cleaner selection of ELF-spefic assembler directives | Måns Rullgård | 2009-07-27 | 1 | -8/+8 |