source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0f0b707f   16 years diego Avoid POSIX-reserved _t namespace. Originally committed as revision …
(edit) @e329b6e   16 years stefano.sabatini-lala Bump year number. Originally committed as revision 16406 to …
(edit) @9ce95f27   16 years stefano.sabatini-lala Cosmetics: break line to make it not longer than 80 chars. Originally …
(edit) @ce0453a   16 years michaelni 10l set AVPacket.size to the true size of the returned data instead of …
(edit) @188e67ea   16 years michaelni Fix indention which was off by 1 space. Originally committed as …
(edit) @0b4ff0c9   16 years michaelni Replace buffer by AVPacket and avoid a memcpy() for video when the …
(edit) @fce48f5b   16 years michaelni Merge videobuf and audiobuf. Originally committed as revision 16401 …
(edit) @f48d5457   16 years michaelni Simplify the top of rm_assemble_video_frame(). Originally committed …
(edit) @e45673cb   16 years michaelni Add a few error checks to rm_assemble_video_frame() Originally …
(edit) @51d6852f   16 years michaelni All non zero returns of rm_assemble_video_frame() are errors, check …
(edit) @aed46465   16 years Carl Eugen Hoyos Silence two icc warnings: /home/melanson/fate/source/ffserver.c(4349): …
(edit) @9d705050   16 years benoit.fouet Add my GnuPG fingerprint. Originally committed as revision 16396 to …
(edit) @172a39d1   16 years mans ARM: work around linker bug with movw/movt relocations in shared libs …
(edit) @2e35e684   16 years mans Make shared/static full CONFIG options Originally committed as …
(edit) @ab5cb084   16 years mans configure: check for ARMv6T2 support Originally committed as revision …
(edit) @77e2249   16 years mans ARM: rename coefficient table in NEON IDCT Originally committed as …
(edit) @27513162   16 years Reynaldo H. Verdejo Pinochet Remove duplicated dot product code. Use dsputil's scalarproduct …
(edit) @0a11fc82   16 years Reimar.Doeffinger My gpg key fingerprint. Originally committed as revision 16390 to …
(edit) @6c8f2def   16 years Reynaldo H. Verdejo Pinochet COSMETICS. Write my full name instead. Originally committed as …
(edit) @3bb79c0   16 years Reynaldo H. Verdejo Pinochet Add myself as qcelp* maintainer. Originally committed as revision …
(edit) @f1e27bae   16 years Reynaldo H. Verdejo Pinochet Add my key fingerprint to the list. Originally committed as revision …
(edit) @c51fafa1   16 years mans configure: accept $TMP as location for temporary files Originally …
(edit) @a49d42c2   16 years mans configure: simplify TMPDIR setting Originally committed as revision …
(edit) @91535e5f   16 years stefano.sabatini-lala Fix typos. Originally committed as revision 16384 to …
(edit) @45a92230   16 years michaelni Clarify that the list of gpg fingerprints is not just for maintainers. …
(edit) @234ccf19   16 years michaelni Add spaces into the gpg fingerprint for better readability. …
(edit) @592beefe   16 years kostya.shishkov It turned out that RV30 uses motion vectors for forward motion B-frame …
(edit) @e4f1ec3a   16 years michaelni Explain the lack of +3/7 Originally committed as revision 16380 to …
(edit) @7d204e67   16 years rsbultje av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in …
(edit) @c49a3ec   16 years rsbultje Fix double free which happens for playback of .rm files after r16365. …
(edit) @133e5c4   16 years michaelni Add a list of GnuPG fingerprints. This is not as good as personal …
(edit) @6735e2c8   16 years Carl Eugen Hoyos Revert r16375: It broke aac decoding. Originally committed as …
(edit) @69b38d4d   16 years Carl Eugen Hoyos Reduce number of warnings when compiling with icc by two. Originally …
(edit) @3a095bee   16 years Carl Eugen Hoyos Silence one warning when compiling with icc: warning #188: enumerated …
(edit) @2c67c659   16 years Carl Eugen Hoyos Fix h264 decoding on SSE2 cores with icc compilation. Originally …
(edit) @055068d0   16 years stefano.sabatini-lala Mention in the documentation of avfilter_poll_frame() that it returns …
(edit) @5b3658f7   16 years kostya.shishkov Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. …
(edit) @5d91e928   16 years stefano.sabatini-lala Use avcodec_check_dimensions() for checking the frame size validity. …
(edit) @ade8fb4d   16 years rsbultje Reindent after r16368. Originally committed as revision 16369 to …
(edit) @a9f84821   16 years rsbultje Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See …
(edit) @5d88c264   16 years rsbultje Change audio_pkt_cnt from an array into a single field, since only a …
(edit) @886e89d0   16 years rsbultje Add RMStream object as function argument to public functions so that …
(edit) @ba614729   16 years rsbultje Implement RMStream stream-specific private data object in the RM …
(edit) @23ae2b68   16 years mans Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED Originally …
(edit) @10f35ebd   16 years kostya.shishkov Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for …
(edit) @edf7c2b2   16 years mans simple_idct: use MUL16 and MAC16 from mathops.h Originally committed …
(edit) @643d2e88   16 years diego Avoid POSIX-reserved _t namespace. Originally committed as revision …
(edit) @df77a6d   16 years stefano.sabatini-lala Make the VIDIOCMCAPTURE ioctl error message consistent with the other …
(edit) @faf67322   16 years stefano.sabatini-lala Add missing check on the return value of the VIDIOCSWIN ioctl. …
(edit) @cb82a073   16 years diego consistency cosmetics: Rename POWERPC identifiers to PPC. Originally …
(edit) @79cb09b2   16 years diego consistency cosmetics: Rename POWERPC identifiers to PPC. Originally …
(edit) @d89eae6f   16 years lu_zero Remove stray code Originally committed as revision 16358 to …
(edit) @a6b4448   16 years lu_zero Cleanup _t types in libavcodec/ppc Originally committed as revision …
(edit) @7f9b3266   16 years stefano.sabatini-lala Change thisIsAVar variable names to this_is_a_var style, more …
(edit) @b870027a   16 years Reimar.Doeffinger Bump minor number for many small improvements, tiff fax decoding, …
(edit) @9864142b   16 years stefano.sabatini-lala Fix and extend documentation for avfilter_graph_get_filter(). …
(edit) @e916c2ac   16 years stefano.sabatini-lala Fix typo: ommitted -> omitted. Originally committed as revision 16353 …
(edit) @f23740d   16 years mans ARM: NEON optimised float_to_int16 Originally committed as revision …
(edit) @22730e87   16 years stefano.sabatini-lala Put pass_logfilename_prefix check on a single line, improve …
(edit) @ad16627f   16 years stefano.sabatini-lala Rename variables: pass_logfilename -> pass_logfilename_prefix …
(edit) @92799d32   16 years michaelni Enable faxcompr. Originally committed as revision 16349 to …
(edit) @a56f82ea   16 years michaelni indent Originally committed as revision 16348 to …
(edit) @537bf426   16 years michaelni Simplify vertical mode Originally committed as revision 16347 to …
(edit) @eb0094b2   16 years michaelni And another sechole ... Originally committed as revision 16346 to …
(edit) @2683097   16 years michaelni Fix yet another sechole. Originally committed as revision 16345 to …
(edit) @11c5999e   16 years michaelni Fix another sechole. Originally committed as revision 16344 to …
(edit) @2a522579   16 years michaelni Minor simplification. Originally committed as revision 16343 to …
(edit) @f78a6791   16 years michaelni Remove unused run_start variable. Originally committed as revision …
(edit) @6f5c00eb   16 years michaelni Move sync line pointers code to the end of the loop, it is simpler …
(edit) @e3a54b66   16 years michaelni Get rid of check for condition that is always true (run_off < …
(edit) @43ba8f35   16 years michaelni Get rid of pix_left in the 2d code, it is simpler that way. …
(edit) @a3636fa0   16 years Reynaldo H. Verdejo Pinochet COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling …
(edit) @4f54fb54   16 years Reynaldo H. Verdejo Pinochet Part 2 of Kenan Gillet's QCELP silence handling patch. Originally …
(edit) @6fe68c7   16 years michaelni Factorize "avctx->width + 2" out to avoid someone mistakenly changing …
(edit) @621e6525   16 years michaelni cosmetic (moving pix_left update) Originally committed as revision …
(edit) @1d79850   16 years michaelni Close gaping sechole. That is, a series of run=0 allows arbitrary data …
(edit) @d02ab57a   16 years michaelni minor simplification Originally committed as revision 16333 to …
(edit) @66909bc4   16 years michaelni Merge ff_ccitt_unpack_1d and 2d. Originally committed as revision …
(edit) @d68542f0   16 years michaelni Ensure that an invalid run terminates the line. Originally committed …
(edit) @ec5bdf49   16 years michaelni 10l != vs. == (yes, my fault not kostya's). Originally committed as …
(edit) @679f3fa9   16 years michaelni indent Originally committed as revision 16329 to …
(edit) @68d48cc   16 years michaelni Simplify zero run handling in put_line(). Originally committed as …
(edit) @bc0f7a9   16 years michaelni Avoid negation in put_line(). Originally committed as revision 16327 …
(edit) @4e60b643   16 years michaelni Factorize mode switching in put_line(). Originally committed as …
(edit) @eb12536   16 years michaelni Fix (rewrite) find_group3_syncmarker(). Originally committed as …
(edit) @44fe7113   16 years stefano.sabatini-lala Fix documentation for -passlogfile, the argument is not a file name …
(edit) @8d48db31   16 years michaelni CCITT Fax Group 3 and 4 decompression by kostya. Will be activated …
(edit) @df2a3f27   16 years stefano.sabatini-lala Use more descriptive long_names for Video4Linux input devices. …
(edit) @b8d62672   16 years diego ASAO Nelly Moser implementation moved to a better place on mphq. …
(edit) @e4a5f397   16 years stefano.sabatini-lala Choose better names for the variables in create_filter(). Originally …
(edit) @175821c6   16 years stefano.sabatini-lala Fix documentation for avfilter_parse_graph(). Originally committed as …
(edit) @7274a480   16 years stefano.sabatini-lala Check that the device is a capture device immediately after opening …
(edit) @f233d348   16 years stefano.sabatini-lala Remove unnecessary temporary variable "frame_size" from …
(edit) @fd867ffd   16 years stefano.sabatini-lala Add missing check on the result of a VIDIOCCAPTURE ioctl. Originally …
(edit) @c40432d3   16 years stefano.sabatini-lala Cosmetics: put a space after each comma, improve consistency and …
(edit) @5163c0d9   16 years benoit.fouet s/FFmpeg-devel/ffmpeg-devel/ Originally committed as revision 16314 …
(edit) @c1fc7036   16 years darkshikari Fix compilation without optimization under 64-bit with x264 deblock …
(edit) @760badc1   16 years mans ARM: add new h264 idct functions Originally committed as revision …
(edit) @337e3fd9   16 years gpoirier Disable usage of ff_h264_idct_add_altivec since AltiVec versions of …
(edit) @0fa5f24   16 years diego Change mplayerhq.hu references to ffmpeg.org where appropriate. …
Note: See TracRevisionLog for help on using the revision log.