source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5d32325a   17 years michaelni Move scale_bias to a more sane place. I am starting to wonder how this …
(edit) @687550d3   17 years michaelni simplify Originally committed as revision 12855 to …
(edit) @5c656605   17 years michaelni Avoid reverse addressing, not sure if this is faster or slower but …
(edit) @2f75d26c   17 years michaelni commutative law based cleanup Originally committed as revision 12853 …
(edit) @dcafb28d   17 years michaelni do the -1 outside of the transform Originally committed as revision …
(edit) @6fab025d   17 years michaelni normalize signs Originally committed as revision 12851 to …
(edit) @115682e5   17 years michaelni 100l lost add_bias Originally committed as revision 12849 to …
(edit) @e616c6d6   17 years michaelni simplify transform Originally committed as revision 12848 to …
(edit) @d965c3e7   17 years diego Print duration with higher precision. patch from Hervé Flores, …
(edit) @52cb798   17 years heydowns Redo r12838, this time using svn copy to create h264_i386.h from …
(edit) @3aa9ede4   17 years heydowns Revert 12838 to redo it the right way (use svn copy to create new file …
(edit) @ad246860   17 years astrange Test idct_xvid_sse2() in dct-test. Originally committed as revision …
(edit) @f73a6393   17 years astrange Add a new xvid-style IDCT using SSE2. Originally committed as …
(edit) @0e956ba   17 years astrange Add a new IDCT permutation, used in xvid_sse2 and possibly future …
(edit) @b4999290   17 years lu_zero Cleanup comments and make them doxygen parsable. Originally committed …
(edit) @74118c07   17 years diego documentation update for new Maxis EA XA decoder/demuxer patch by …
(edit) @fc9b22dd   17 years lu_zero Expose max_packet_size from the rtp protocol Originally committed as …
(edit) @e6cfd8ff   17 years heydowns Move decode_significance_x86() and decode_significance_8x8_x86() to …
(edit) @4b3cca36   17 years michaelni Do not detect a format if another has the same score. Originally …
(edit) @056f6b8f   17 years michaelni Using the same probe function in 2 formats is not a good idea. …
(edit) @f4bcc857   17 years kostya.shishkov DCA frame size is constant Originally committed as revision 12835 to …
(edit) @a8f0c9c5   17 years michaelni Reduce probe score as it misdetects our flv file from the regression …
(edit) @7344dac4   17 years michaelni Fix probe for mov00003.mqv. Originally committed as revision 12833 to …
(edit) @0c739854   17 years michaelni Identify codec in GMCMidiaASX.mov correctly. Originally committed as …
(edit) @d2bf42be   17 years lucabe72 Fix receiving from SDP with unicast destinations Originally committed …
(edit) @35b74c3d   17 years lucabe72 Remove the "multicast=" tag from UDP and RTP URLs Originally …
(edit) @1f56021a   17 years diego We require GNU Make 3.81. Originally committed as revision 12829 to …
(edit) @6dffc88d   17 years diego spelling/wording/grammar and better phrasing Originally committed as …
(edit) @296df4e7   17 years ramiro.polla Use av_exit() instead of exit() for a minimal cleanup before leaving …
(edit) @e5295c0d   17 years ramiro.polla Move av_exit() so it can be used by more functions without needing …
(edit) @16507ddd   17 years diego Add DIRS variable to the list of variables to be cleared instead of …
(edit) @3fbe7118   17 years lu_zero Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange …
(edit) @4b1131a0   17 years ramiro.polla typo Originally committed as revision 12823 to …
(edit) @cada0327   17 years ramiro.polla Add #if 0 code to test for yet unsupported compressions from …
(edit) @23ef6da8   17 years ramiro.polla Support biCompression I420 Originally committed as revision 12821 to …
(edit) @e4d286f1   17 years ramiro.polla Cosmetics: remove {}s over one-lined ifs. Originally committed as …
(edit) @e110f486   17 years ramiro.polla Simplify more errors by using goto Originally committed as revision …
(edit) @76c2662b   17 years ramiro.polla Simplify returning errors by using goto Originally committed as …
(edit) @861c63a2   17 years benoit.fouet Maxis XA demuxer and decoder. Patch by Robert Marston rmarston (\at/) …
(edit) @6f7b915a   17 years benoit.fouet Indentation Originally committed as revision 12816 to …
(edit) @b65213c0   17 years benoit.fouet Support for BMP os2v1. Originally committed as revision 12815 to …
(edit) @780169c3   17 years michaelni Remove useless code. Originally committed as revision 12814 to …
(edit) @b41497e9   17 years michaelni Recommit r12809 Log: 10l Setting AVFMTCTX_NOHEADER if streams<2 so …
(edit) @0366654e   17 years michaelni Use generic seeking code for flv. The removed code was a buggy …
(edit) @26d95a1e   17 years michaelni revert r12809 Log: 10l Setting AVFMTCTX_NOHEADER if streams<2 so …
(edit) @a33cfa30   17 years michaelni Stop find_stream_info() searching for further streams if 2 streams …
(edit) @749c9201   17 years michaelni 10l Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are …
(edit) @b64c096   17 years vitor1001 BFI demuxer Patch by Sisir Koppaka (sisir.koppaka at G.M!A.I!L.com) …
(edit) @8c2a4ddc   17 years michaelni ILP64 fixes (untested) Originally committed as revision 12807 to …
(edit) @7ce76ee4   17 years michaelni Print warning if scale/rate is invalid. Originally committed as …
(edit) @0dbb6515   17 years michaelni indent Originally committed as revision 12805 to …
(edit) @4a030a1f   17 years michaelni Restructure if/else a little. Originally committed as revision 12804 …
(edit) @e825656f   17 years diego Clear DIRS variable in common.mak, so it does not have to be cleared …
(edit) @95d2afec   17 years diego Remove all dependency files on distclean. Originally committed as …
(edit) @7b1b3dc1   17 years diego Unset DIRS after including subdir.mak so that the variable is not used …
(edit) @adc39350   17 years diego Generate the list of files to clean in subdirectories in common.mak. …
(edit) @d4210e2a   17 years diego Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES. …
(edit) @77405bb8   17 years diego Simplify CLEANFILES generation. Originally committed as revision …
(edit) @ee794d1e   17 years Reimar.Doeffinger Do not call update_initial_durations if pkt->duration is 0. Fixes and …
(edit) @ba0dabbf   17 years diego Add explanatory comments to enum CodecID. Originally committed as …
(edit) @54e3ae2e   17 years diego Relicense test/example files as LGPL with Michael's permission. …
(edit) @05adf49   17 years michaelni Remove redundant &. Originally committed as revision 12795 to …
(edit) @54a0b6e5   17 years diego Add a header file to declare Xvid IDCT functions. patch by Alexander …
(edit) @07c37ca7   17 years benoit.fouet remove useless extern keyword. patch by Stefano Sabatini: stefano …
(edit) @59eeddf0   17 years michaelni Crop parameters are unsigned, having them negative could be bad and …
(edit) @faf3dfb9   17 years michaelni Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv …
(edit) @d1300235   17 years mans ffplay.d needs SDL_CFLAGS Originally committed as revision 12787 to …
(edit) @49e37ca9   17 years mans remove unused MAKE variable Originally committed as revision 12786 to …
(edit) @9987769a   17 years mans correct soname for vhooks Originally committed as revision 12785 to …
(edit) @791a3fc8   17 years mans save DEP_LIBS before processing subdirs Originally committed as …
(edit) @54816a3e   17 years diego cosmetics: Break an overly long line. patch by Keiji Costantini, lists …
(edit) @cb9501f4   17 years diego cosmetics: Break some overly long lines. patch by Keiji Costantini, …
(edit) @08c9bfba   17 years diego cosmetics: Break some overly long lines. patch by Keiji Costantini, …
(edit) @4a24837e   17 years banan Only set channels in the stream if previously unset, fixes resampling …
(edit) @fd31550d   17 years michaelni Fix seeking in rm. Originally committed as revision 12779 to …
(edit) @469d8816   17 years bartek.wolowiec undo changes in aac_ac3_parser Originally committed as revision 12778 …
(edit) @76ca42a8   17 years mans move DEP_LIBS to common.mak Originally committed as revision 12777 to …
(edit) @8a03404d   17 years mans fix build with --build-suffix Originally committed as revision 12776 …
(edit) @caec74dd   17 years mans generate separate dependency files per object file Originally …
(edit) @95c76e11   17 years benoit.fouet cosmetics (by Björn Axelsson) Originally committed as revision 12774 …
(edit) @49cec199   17 years benoit.fouet Add a generic write function to av_fifo. Patch by Björn Axelsson: …
(edit) @96275520   17 years mike Fix H.264 interframe decoding when compiling with icc. Patch by Loren …
(edit) @a19caa0   17 years diego Mark option arguments as variables using @var{}. patch by Stefano …
(edit) @7fad8ed2   17 years diego Fix reference to a file in MPlayer that was renamed. Originally …
(edit) @782a58ec   17 years michaelni add CODEC_ID_DIRAC Originally committed as revision 12769 to …
(edit) @e9089a52   17 years bartek.wolowiec Correction of typo in aac_ac3_parser Originally committed as revision …
(edit) @8e5f465f   17 years robert.swain Increase alignment for DCT block arrays from 8 to 16 Patch by …
(edit) @6363827e   17 years robert.swain Complete argument information in ffmpeg.c:options for non-number …
(edit) @0e5d511a   17 years robert.swain Add a missing comma in tiff_encoder.pix_fmts Patch by Stefano …
(edit) @8e255b8b   17 years mans replace some ifeq with prettier ifdef Originally committed as …
(edit) @dbe6c6ff   17 years mans append TESTS-yes to TESTS; one ifeq less Originally committed as …
(edit) @465d9b1f   17 years mans collect vhook-related makefile lines in one place Originally …
(edit) @d05e360   17 years diego Make the install-man target depend on $(MANPAGES). patch by Stefano …
(edit) @7669899b   17 years mans non-recursive makefiles Originally committed as revision 26346 to …
(edit) @71c61f62   17 years mans non-recursive makefiles Originally committed as revision 12760 to …
(edit) @c09ed33e   17 years bartek.wolowiec Corrections of errors in aac_ac3_parser Originally committed as …
(edit) @0a5754c3   17 years bartek.wolowiec change of aac_ac3_parser, so it is able to send complete portion of …
(edit) @0265fe81   17 years baptiste.coudurier remove cast Originally committed as revision 12757 to …
(edit) @612b5cbb   17 years baptiste.coudurier better error message Originally committed as revision 12756 to …
(edit) @4764fdc9   17 years michaelni simplify Originally committed as revision 12755 to …
Note: See TracRevisionLog for help on using the revision log.