summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoderKostya Shishkov2009-12-04
* Make sure ff_init_qscale_tab() is called one way or another whenMichael Niedermayer2009-12-03
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer2009-12-03
* lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* thoughBaptiste Coudurier2009-12-03
* use lzw compression in gif encoderBaptiste Coudurier2009-12-03
* port ape dsp functions from sse2 to mmxLoren Merritt2009-12-03
* Add support for nv12/nv21 input.Ramiro Polla2009-12-03
* Make av_log_level static at next lavu major version bump.Ramiro Polla2009-12-03
* avoid an unpredictable branchLoren Merritt2009-12-03
* inline to allow constant propagationLoren Merritt2009-12-03
* Remove duplicating variableKostya Shishkov2009-12-03
* 5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for itKostya Shishkov2009-12-03
* Send connect() and createStream() in RTMP system channel, not video channel.Sergiy2009-12-03
* Move "app" string into RTMP protocol context.Sergiy2009-12-03
* RTMP packets with one-byte header use previous packet timestamp difference, soSergiy2009-12-03
* Update help text for -fpre option to make it a little less confusing.Ramiro Polla2009-12-03
* Update Changelog, documentation, and libavformat minor version number forRamiro Polla2009-12-03
* Revert r20095: Allow compiling to vorbis again.Philipp Matthias Hahn2009-12-02
* pass avctx as argument instead of width and heightBaptiste Coudurier2009-12-02
* remove useless paramsBaptiste Coudurier2009-12-02
* remove useless paramsBaptiste Coudurier2009-12-02
* move private context declaration at the topBaptiste Coudurier2009-12-02
* Fix 1 pass RC in snow.Michael Niedermayer2009-12-02
* ARM: 1l c&p fix: do not set pred16x16_plane for rv40Måns Rullgård2009-12-02
* ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård2009-12-02
* Add another known RTMP channel ID to enum.Sergiy2009-12-02
* Move is_input flag into RTMP protocol context.Sergiy2009-12-02
* AAC: Add a global header but output not locked output configuration status.Alex Converse2009-12-02
* Set the SBR mode to implicit on ADTS frames occurring before the output is lo...Alex Converse2009-12-02
* Small refactoring: Instead of 4 loops for decoding AC coefficients basedMike Melanson2009-12-02
* Use a list to track which fragments coded in this frame still haveMike Melanson2009-12-02
* ARM: small tweak of NEON H264 IDCTMåns Rullgård2009-12-02
* ARM: NEON 2xN chroma MCMåns Rullgård2009-12-02
* ARM: NEON 16x16 and 8x8 avg qpel MCMåns Rullgård2009-12-02
* print error message when image2 muxer fail to compute frame filenameBaptiste Coudurier2009-12-01
* Change ret type to int64_t because url_fseek returns int64_t.Sean Soria2009-12-01
* fix typo, ALT_BITSTREAM_WRITER_LE does not existBaptiste Coudurier2009-12-01
* Store original width/height so that rv20 does not get stuck with someMichael Niedermayer2009-12-01
* Make rv1/2 decoder use the next slice if needed.Michael Niedermayer2009-12-01
* use AVFormatContext in av_log, better than AVCodecContext when multiple strea...Baptiste Coudurier2009-12-01
* update seek regression ref due to r20674, packet size changedBaptiste Coudurier2009-12-01
* Support ASCII pnms.Michael Niedermayer2009-12-01
* Write timestamp deltas, not timestamps, for RTMP packets with partial headerKostya Shishkov2009-12-01
* Full-header RTMP packets contain real timestamp, others contain timestampKostya Shishkov2009-12-01
* Write header for RTMP packets with channel_id >= 64 correctlyKostya Shishkov2009-12-01
* Read and write extended timestamps for RTMP packets.Sergiy2009-12-01
* 7l trocadero: reading right into enum variable may cause unwanted effects, useKostya Shishkov2009-12-01
* Support "A format generated by IndigoVision 8000 video server".Michael Niedermayer2009-12-01
* pngdec.c : release allocated buffers.Jai Menon2009-12-01
* slif aka "SoftLab MPEG-2 I-frames Codec" support.Michael Niedermayer2009-12-01