summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun2009-08-03
* Handle noX for OPT_BOOL X.Benoit Fouet2009-08-03
* Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan2009-08-03
* Make the LSP naming more consistentColin McQuillan2009-08-03
* Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type.Justin Ruggles2009-08-03
* Use enums instead of int.Ramiro Polla2009-08-02
* vfwcap: Move vfw_read_close to avoid forward declaration.Diego Biurrun2009-08-02
* Remove commented-out cruft.Diego Biurrun2009-08-02
* Make XVMC mpegvideo decoder depend on mpegvideo decoder.Diego Biurrun2009-08-02
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-08-02
* add approved hunks of the wmapro decoderSascha Sommer2009-08-02
* cosmetics: K&R coding styleDiego Biurrun2009-08-02
* cosmetics: K&R coding styleDiego Biurrun2009-08-02
* cosmetics, reindentBaptiste Coudurier2009-08-02
* cosmetics, reindentBaptiste Coudurier2009-08-02
* fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is setBaptiste Coudurier2009-08-02
* Fix regression when converting to nv12/nv21.Guennadi Liakhovetski2009-08-01
* 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