summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* RTMP needs tcp_protocolMåns Rullgård2009-07-31
* RTMP protocol support (as a client)Kostya Shishkov2009-07-31
* Make av_always_inline a no-op when --disable-optimizations is supplied toJeff Downs2009-07-30
* Increase audio queue size in FFplay so files with big audio/video delayBaptiste Coudurier2009-07-30
* Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun2009-07-30
* Display stats by default in FFplay and increase refresh time.Baptiste Coudurier2009-07-30
* Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun2009-07-30
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
* Remove unused debug av_log() calls.Diego Biurrun2009-07-30
* Undefine av_always_inline before setting it to an empty value.Jeff Downs2009-07-30
* cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier2009-07-30
* init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297Baptiste Coudurier2009-07-30
* vfwcap: Indent.Ramiro Polla2009-07-30
* vfwcap: Support compressed streams.Ramiro Polla2009-07-30
* vfwcap: Reorder some code to simplify next patch.Ramiro Polla2009-07-30
* vfwcap: Return PIX_FMT_NONE instead of -1 on error.Ramiro Polla2009-07-30
* vfwcap: Update error message:Ramiro Polla2009-07-30
* Remove old_flags variable, which is a duplicate of the flags variable.Ronald S. Bultje2009-07-30
* Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje2009-07-30
* return EOF in image2 demuxerBaptiste Coudurier2009-07-30
* Remove unused variable intra_count.Diego Biurrun2009-07-30
* PPC: fix asm operand constraints in AV_RL64Måns Rullgård2009-07-29
* Remove pointless '#ifdef DEBUG' around dprintf macro.Diego Biurrun2009-07-29
* Only enable WMV3 decoder when it has been turned on in the build system.Diego Biurrun2009-07-29
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,Diego Biurrun2009-07-29
* Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is onlyDiego Biurrun2009-07-29
* Stop parsing in read_header only after finding pmt, andBaptiste Coudurier2009-07-29
* rename freq to period which is more correct, patch by Niobos, niobos dot be a...Niobos2009-07-28
* Use dprintf() instead of '#ifdef DEBUG' and av_log().Diego Biurrun2009-07-28
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-28
* Enable PIC unconditionally on OpenBSDMåns Rullgård2009-07-28
* configure: always write PIC flags to config.makMåns Rullgård2009-07-28
* configure: enable PIC in per-arch section instead of separatelyMåns Rullgård2009-07-28
* Fix typo in MinGWCE support in configure.Martin Storsjö2009-07-28
* MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().Ramiro Polla2009-07-28
* MMX2 scaler: factorize initMMX2Scaler().Ramiro Polla2009-07-28
* MMX2 scaler: add variable to ease factorization of initMMX2Scaler().Ramiro Polla2009-07-28
* Indent.Ramiro Polla2009-07-28
* Remove duplicate horizontal scaling when there aren't enough lines in a sliceRamiro Polla2009-07-28
* Remove useless code.Ramiro Polla2009-07-28
* ARM: cleaner selection of ELF-spefic assembler directivesMåns Rullgård2009-07-27
* MinGWCE support in configure; networking is disabled for now.Martin Storsjö2009-07-27
* Remove disabled function get_num().Diego Biurrun2009-07-27
* Cosmetics: remove spaces between function name and arguments in declaration,Ronald S. Bultje2009-07-27
* Use named initializers and use new/free_context() instead of extradata()Colin McQuillan2009-07-27
* Implement support for EOS as used by WMS and other RTSP servers that do notRonald S. Bultje2009-07-27
* Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. SeeRonald S. Bultje2009-07-27
* Change type of received_sigterm variable from sig_atomic_t to int,Martin Storsjö2009-07-27
* Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.Martin Storsjö2009-07-27