source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4546bf41   15 years baptiste.coudurier fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set Originally …
(edit) @062394e   15 years Carl Eugen Hoyos Fix regression when converting to nv12/nv21. Patch by Guennadi …
(edit) @cbf29889   15 years mans RTMP needs tcp_protocol Originally committed as revision 19557 to …
(edit) @9fd6b843   15 years kostya.shishkov RTMP protocol support (as a client) Originally committed as revision …
(edit) @abbe30a   15 years heydowns Make av_always_inline a no-op when --disable-optimizations is supplied …
(edit) @9ebdf3ec   15 years baptiste.coudurier Increase audio queue size in FFplay so files with big audio/video …
(edit) @75af0749   15 years diego Revert addition of '#undef av_always_inline' to config.h in the small …
(edit) @1e1a0b18   15 years baptiste.coudurier Display stats by default in FFplay and increase refresh time. Change …
(edit) @8b4e7c28   15 years diego Mark conditionally used variable T2 as av_unused; avoids the warning: …
(edit) @8b44de1   15 years diego Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf …
(edit) @7881793d   15 years diego Remove unused debug av_log() calls. Originally committed as revision …
(edit) @e12e284   15 years diego Undefine av_always_inline before setting it to an empty value. This …
(edit) @46c9eb57   15 years baptiste.coudurier cosmetics, remove spaces after '(' and before ')' Originally …
(edit) @0fd7cf11   15 years baptiste.coudurier init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 Originally …
(edit) @155b0f0   15 years ramiro.polla vfwcap: Indent. Originally committed as revision 19545 to …
(edit) @1c0b921   15 years ramiro.polla vfwcap: Support compressed streams. Originally committed as revision …
(edit) @42477de5   15 years ramiro.polla vfwcap: Reorder some code to simplify next patch. Originally …
(edit) @d40b45e8   15 years ramiro.polla vfwcap: Return PIX_FMT_NONE instead of -1 on error. Originally …
(edit) @189230ad   15 years ramiro.polla vfwcap: Update error message: - Verbose debug information is at max -v …
(edit) @7a4a64e7   15 years rsbultje Remove old_flags variable, which is a duplicate of the flags variable. …
(edit) @34bddc39   15 years rsbultje Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the …
(edit) @e4b8d05d   15 years baptiste.coudurier return EOF in image2 demuxer Originally committed as revision 19538 …
(edit) @07fd1782   15 years diego Remove unused variable intra_count. Originally committed as revision …
(edit) @b6ec1f47   15 years mans PPC: fix asm operand constraints in AV_RL64 The target register of …
(edit) @18b55f63   15 years diego Remove pointless '#ifdef DEBUG' around dprintf macro. Originally …
(edit) @700363af   15 years diego Only enable WMV3 decoder when it has been turned on in the build …
(edit) @9be6f0d2   15 years diego Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, the …
(edit) @e0f58e39   15 years diego Do not check for both CONFIG_VC1_VDPAU_DECODER and …
(edit) @fe3608d5   15 years diego Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only compiled …
(edit) @d46c84ea   15 years baptiste.coudurier Stop parsing in read_header only after finding pmt, and do not close …
(edit) @1aae348   15 years baptiste.coudurier rename freq to period which is more correct, patch by Niobos, niobos …
(edit) @ff736f84   15 years diego Use dprintf() instead of '#ifdef DEBUG' and av_log(). Originally …
(edit) @bea81a52   15 years mans Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts Originally …
(edit) @cd78208b   15 years mans Enable PIC unconditionally on OpenBSD Originally committed as …
(edit) @ac0bed54   15 years mans configure: always write PIC flags to config.mak Originally committed …
(edit) @a15b0af8   15 years mans configure: enable PIC in per-arch section instead of separately …
(edit) @9d3f4f50   15 years benoit.fouet Fix typo in MinGWCE support in configure. Patch by Martin Storsjö and …
(edit) @469fd9b0   15 years ramiro.polla MMX2 scaler: Remove {} block leftover from factorization in …
(edit) @f1c6dfa3   15 years ramiro.polla MMX2 scaler: factorize initMMX2Scaler(). Originally committed as …
(edit) @901775c   15 years ramiro.polla MMX2 scaler: add variable to ease factorization of initMMX2Scaler(). …
(edit) @cbdc08d5   15 years ramiro.polla Indent. Originally committed as revision 29451 to …
(edit) @fb91df39   15 years ramiro.polla Remove duplicate horizontal scaling when there aren't enough lines in …
(edit) @571d9587   15 years ramiro.polla Remove useless code. flags can never be any other kind of scaling …
(edit) @341f394f   15 years mans ARM: cleaner selection of ELF-spefic assembler directives Originally …
(edit) @1aa71e25   15 years diego MinGWCE support in configure; networking is disabled for now. patch by …
(edit) @ce6636b   15 years diego Remove disabled function get_num(). It is small and has been disabled …
(edit) @acfe8faf   15 years rsbultje Cosmetics: remove spaces between function name and arguments in …
(edit) @202a6697   15 years rsbultje Use named initializers and use new/free_context() instead of …
(edit) @fccb1770   15 years rsbultje Implement support for EOS as used by WMS and other RTSP servers that …
(edit) @c2f3eec4   15 years rsbultje Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. …
(edit) @e9a832e5   15 years diego Change type of received_sigterm variable from sig_atomic_t to int, …
(edit) @e21a8921   15 years diego Conditionally compile ELF-specific ARM assembly bits that fail on …
(edit) @fbf7e805   15 years benoit.fouet Only consider -1 as an error return value for open(). This is: - what …
(edit) @94daf2e9   15 years ramiro.polla Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and …
(edit) @18c61752   15 years ramiro.polla Factorize x86 fast_bilinear assembly. Originally committed as …
(edit) @6d08d7f3   15 years ramiro.polla Fix assembly comments for x86 fast_bilinear so they match the C code. …
(edit) @6dc13ccb   15 years stefano.sabatini-lala Set subtitle type in DVD and XSUB subtitle decoders. Patch by Janne …
(edit) @7e4ceab   15 years diego Remove unnecessary mpeg12data.o entries from OBJS- variables. …
(edit) @81a65673   15 years diego Remove duplicated mpeg12data.o entries. Originally committed as …
(edit) @2078ca16   15 years rsbultje Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS …
(edit) @a898cdc9   15 years mans Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN Originally committed as …
(edit) @63613fe6   15 years mans Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN Originally committed as …
(edit) @84c04e25   15 years Aurélien Jacobs fix various compilation dependencies Originally committed as revision …
(edit) @23251d75   15 years Aurélien Jacobs fix compilation of cavsvideo demuxer Originally committed as revision …
(edit) @a2f4324b   15 years ramiro.polla Check for HAVE_ISATTY. Patch by Martin Storsjö <martin at martin dot …
(edit) @abfc8d0   15 years ramiro.polla Check for the isatty function. Patch by Martin Storsjö <martin at …
(edit) @b6f3d925   15 years mans configure: some small simplifications Originally committed as …
(edit) @e45391bb   15 years mans configure: add some blank lines to improve readability Originally …
(edit) @78d01ada   15 years mans Remove unnecessary #include <unistd.h> Originally committed as …
(edit) @d1515324   15 years diego refactoring: properly separate AC-3 and E-AC-3 code Originally …
(edit) @89547cf   15 years diego Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER …
(edit) @3aab27b4   15 years mans Remove useless #include <unistd.h> from many files Originally …
(edit) @7f4e15e2   15 years diego cosmetics: Reorder some tables/lines to make future diffs smaller. …
(edit) @84ef7e7f   15 years diego #include just the required stdint.h instead of libavutil/common.h. …
(edit) @4c4b5053   15 years diego cosmetics: small typo fixes Originally committed as revision 19496 to …
(edit) @7d90972c   15 years diego cosmetics: reindent/prettyprint after last commit Originally …
(edit) @31cf61b4   15 years diego Only compile in NEON optimizations for H.264 when the H.264 decoder is …
(edit) @adcb2190   15 years mans Move output redirection of deps generation from make rule to …
(edit) @99e5a9d1   15 years diego Do not redundantly check for both CONFIG_THEORA_DECODER and …
(edit) @4eef77c1   15 years diego Make Theora decoder depend on the VP3 decoder. Practically all the …
(edit) @df5e3978   15 years mans configure: group tests for compiler characteristics together …
(edit) @a036c1b5   15 years mans configure: set -mdynamic-no-pic flag in main darwin section …
(edit) @d90330dc   15 years mans configure: remove special flags for XLC on Darwin Rationale: - …
(edit) @55b290c6   15 years mans configure: remove some darwin-related cruft Originally committed as …
(edit) @2dfa3054   15 years mans Fix building of tools/* Fixes issue 1282 Originally committed as …
(edit) @fa0912fe   15 years mans configure: group all cpu-specific tests together Originally committed …
(edit) @b06da172   15 years diego Add missing stdint.h #include to fix 'make checkheaders'. Originally …
(edit) @6c2a778d   15 years Carl Eugen Hoyos Remove unused global variable. Originally committed as revision 19483 …
(edit) @9276b8f0   15 years Carl Eugen Hoyos Calculate gradient from parameter instead of using a global variable. …
(edit) @04e257fa   15 years alex.converse Revert unintended portion of last commit. (Setting the default coder …
(edit) @a62d6cfe   15 years alex.converse Be sure to increment our position in the coefficient array when …
(edit) @804db446   15 years ramiro.polla Remove unused variables. Originally committed as revision 29435 to …
(edit) @62a0525d   15 years mans x11grab: remove unnecessary #includes and senseless #define …
(edit) @07874f22   15 years Carl Eugen Hoyos Due to a typo in videogen.c, the regression test videos were not as …
(edit) @baf91bb9   15 years diego Make E-AC-3 decoder depend on the AC-3 decoder. It is impossible to …
(edit) @b31ac3c8   15 years kostya.shishkov Register some additional AMF types in libavformat/flv.h Originally …
(edit) @0a8958c   15 years mans ARM: handle VFP register arguments in ff_vector_fmul_window_neon() …
(edit) @ce742de2   15 years mans ARM: check for VFP register arguments Originally committed as …
(edit) @5cf20d07   15 years alex.converse Remove an unused field from the BandCodingPath struct. Originally …
(edit) @01939922   15 years alex.converse Actually use all the codebooks we are iterating over in the two-loop …
Note: See TracRevisionLog for help on using the revision log.