summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-08-022-31/+31
* add approved hunks of the wmapro decoderSascha Sommer2009-08-023-0/+747
* cosmetics: K&R coding styleDiego Biurrun2009-08-021-314/+391
* cosmetics: K&R coding styleDiego Biurrun2009-08-022-68/+54
* cosmetics, reindentBaptiste Coudurier2009-08-021-3/+3
* cosmetics, reindentBaptiste Coudurier2009-08-021-6/+6
* fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is setBaptiste Coudurier2009-08-021-0/+4
* Fix regression when converting to nv12/nv21.Guennadi Liakhovetski2009-08-011-1/+3
* RTMP needs tcp_protocolMåns Rullgård2009-07-311-0/+1
* RTMP protocol support (as a client)Kostya Shishkov2009-07-319-1/+1219
* Make av_always_inline a no-op when --disable-optimizations is supplied toJeff Downs2009-07-301-1/+1
* Increase audio queue size in FFplay so files with big audio/video delayBaptiste Coudurier2009-07-301-1/+1
* Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun2009-07-302-2/+4
* Display stats by default in FFplay and increase refresh time.Baptiste Coudurier2009-07-301-3/+3
* Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun2009-07-301-1/+1
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-309-97/+42
* Remove unused debug av_log() calls.Diego Biurrun2009-07-302-16/+0
* Undefine av_always_inline before setting it to an empty value.Jeff Downs2009-07-301-0/+1
* cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier2009-07-301-14/+14
* init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297Baptiste Coudurier2009-07-301-0/+2
* vfwcap: Indent.Ramiro Polla2009-07-301-9/+8
* vfwcap: Support compressed streams.Ramiro Polla2009-07-301-0/+15
* vfwcap: Reorder some code to simplify next patch.Ramiro Polla2009-07-301-6/+5
* vfwcap: Return PIX_FMT_NONE instead of -1 on error.Ramiro Polla2009-07-301-2/+2
* vfwcap: Update error message:Ramiro Polla2009-07-301-2/+2
* Remove old_flags variable, which is a duplicate of the flags variable.Ronald S. Bultje2009-07-301-3/+2
* Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje2009-07-303-15/+14
* return EOF in image2 demuxerBaptiste Coudurier2009-07-301-0/+2
* Remove unused variable intra_count.Diego Biurrun2009-07-301-2/+0
* PPC: fix asm operand constraints in AV_RL64Måns Rullgård2009-07-291-1/+1
* Remove pointless '#ifdef DEBUG' around dprintf macro.Diego Biurrun2009-07-291-2/+0
* Only enable WMV3 decoder when it has been turned on in the build system.Diego Biurrun2009-07-291-0/+2
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-295-9/+8
* Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,Diego Biurrun2009-07-291-1/+1
* Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is onlyDiego Biurrun2009-07-291-2/+0
* Stop parsing in read_header only after finding pmt, andBaptiste Coudurier2009-07-291-6/+5
* rename freq to period which is more correct, patch by Niobos, niobos dot be a...Niobos2009-07-281-10/+10
* Use dprintf() instead of '#ifdef DEBUG' and av_log().Diego Biurrun2009-07-281-18/+6
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-284-7/+5
* Enable PIC unconditionally on OpenBSDMåns Rullgård2009-07-281-1/+1
* configure: always write PIC flags to config.makMåns Rullgård2009-07-281-1/+1
* configure: enable PIC in per-arch section instead of separatelyMåns Rullgård2009-07-281-10/+10
* Fix typo in MinGWCE support in configure.Martin Storsjö2009-07-281-1/+1
* MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().Ramiro Polla2009-07-281-19/+16
* MMX2 scaler: factorize initMMX2Scaler().Ramiro Polla2009-07-281-30/+10
* MMX2 scaler: add variable to ease factorization of initMMX2Scaler().Ramiro Polla2009-07-281-3/+4
* Indent.Ramiro Polla2009-07-281-45/+45
* Remove duplicate horizontal scaling when there aren't enough lines in a sliceRamiro Polla2009-07-281-52/+15
* Remove useless code.Ramiro Polla2009-07-281-3/+1
* ARM: cleaner selection of ELF-spefic assembler directivesMåns Rullgård2009-07-271-8/+8
OpenPOWER on IntegriCloud