source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @57177f64   18 years diego cosmetics: Fix another common typo, gurantee --> guArantee. …
(edit) @391fcef9   18 years kostya.shishkov 100l: forgot to reset LS mode on new frame Originally committed as …
(edit) @8cba6ba9   18 years alex remove gettime_ms and use av_gettime instead of it Originally …
(edit) @1df93ae9   18 years alex use av_random instead random/srandom Originally committed as revision …
(edit) @d5039327   18 years diego Remove unused variable. Originally committed as revision 8050 to …
(edit) @f55c7a33   18 years diego Move MinGW extralibs setting into MinGW section. Originally committed …
(edit) @123bff4b   18 years takis.issaris Clarify FAQ, section "ffmpeg does not work". Patch by Benoit Fouet, …
(edit) @0afd2a92   18 years diego cosmetics: Fix a common typo, sepErate --> sepArate. Originally …
(edit) @0e3b6a6f   18 years takis.issaris Add the stream_bitrate GUID to the asf parsing code, and set stream …
(edit) @8ffed8d8   18 years mans libgsm_ms codec depends on libgsm Originally committed as revision …
(edit) @9376710d   18 years michaelni warn if bps from user and what will be stored missmatches Originally …
(edit) @a185f52a   18 years michaelni try to fill in missing bits_per_sample Originally committed as …
(edit) @5b77a81   18 years mbardiaux Remove code duplicated between adpcm.c and riff.c Originally …
(edit) @7ad731e9   18 years takis.issaris Add some more Doxygen documentation to libavcodec/utils.c. Originally …
(edit) @0f482cfc   18 years takis.issaris Adds Doxygen docs for the av_log function. Originally committed as …
(edit) @346a655   18 years mbardiaux Add support for MS-GSM codec Originally committed as revision 8039 to …
(edit) @758a6b3c   18 years takis.issaris Provide Doxygen documentation. Originally committed as revision 8038 …
(edit) @036bfd18   18 years takis.issaris Move the aframes option from the video "subsection" to the audio …
(edit) @ab9c4087   18 years takis.issaris The --enable-a52 option was renamed to --enable-liba52, fix the FAQ …
(edit) @3f6bafc   18 years takis.issaris FAQ clarification concerning the configuration of FFmpeg for usage …
(edit) @bb0f999b   18 years gpoirier add doxygen docs for avpicture_fill() Patch by Panagiotis Issaris % …
(edit) @eea5028   18 years mans generic foo-config --cflags/libs test Originally committed as …
(edit) @f8d7b072   18 years mans feature tests for functions requiring one or more headers Originally …
(edit) @fcfcde17   18 years mans revert last change, it breaks on brain damaged distros Originally …
(edit) @a2e25446   18 years mans simplify check_lib Originally committed as revision 8030 to …
(edit) @0ac47d63   18 years stefan.gehrer fix comment, get/show_bits(0) does not work Originally committed as …
(edit) @bc155732   18 years diego link fix by Dujardin Bernard, dujardin.iut numericable fr Originally …
(edit) @78104b5d   18 years mbardiaux Remove some old disabled debugging output Originally committed as …
(edit) @4672503d   18 years lorenm simplify in fill_caches Originally committed as revision 8026 to …
(edit) @9b2bb403   18 years takis.issaris Remove a non-C dependency (being M_PI) from the libavcodec example. …
(edit) @a40de112   18 years takis.issaris Use a more correct value for Pi. Originally committed as revision …
(edit) @0564528e   18 years banan Clairyfication of the gain tool struct. Originally committed as …
(edit) @459022f5   18 years mans fix for x86-64 Originally committed as revision 8022 to …
(edit) @dd462087   18 years banan Don't use byte swaps and use the more portable way of declaring …
(edit) @d1b1363e   18 years mans TARGET_OS in config.mak is unused Originally committed as revision …
(edit) @40671fee   18 years mans remove --enable-mingw32 option, --target-os=mingw32 should be used …
(edit) @4a5444db   18 years mans case insensitive OS name Originally committed as revision 8018 to …
(edit) @fda51641   18 years michaelni factorize more calls to fill_rectangle() Originally committed as …
(edit) @d19f5acb   18 years michaelni factorize fill_rectangle() calls Originally committed as revision …
(edit) @492d0e4c   18 years alex display line number when printing error Originally committed as …
(edit) @89cf4098   18 years alex spit an error message in case of invalid chunk Originally committed …
(edit) @c9639c39   18 years mans libswscale is needed in Cygwin vhooks patch by Víctor Paesa wzrlpy …
(edit) @b21e0b6d   18 years michaelni rewrite H264_CHROMA_MC4_TMPL (20% faster) Originally committed as …
(edit) @aeb29222   18 years mans 10l: I thought I'd tested all changes... Originally committed as …
(edit) @0a622b98   18 years mans rearrange --help text slightly Originally committed as revision 8010 …
(edit) @abcd6d60   18 years mans mention --target-os in --help Originally committed as revision 8009 …
(edit) @270739bb   18 years mans move arch processing after command line loop Originally committed as …
(edit) @4ec9ec8   18 years mans put mingw section together with other OS specifics Originally …
(edit) @c597172e   18 years mans add --target-os option, and move OS specific settings after command …
(edit) @20da7744   18 years michaelni negative stride and h_size-=8 fix Originally committed as revision …
(edit) @bc2ce35b   18 years michaelni remove imgresample and convert with the next version bump Originally …
(edit) @e4cc4362   18 years kostya.shishkov Use AVRandom Originally committed as revision 8004 to …
(edit) @eeb40eb3   18 years kostya.shishkov 10l: forgot break statement Originally committed as revision 8003 to …
(edit) @18064f5c   18 years michaelni BGR/RGB4 byte formats as input fixing isRGB/BGR() for the byte formats …
(edit) @49c8132b   18 years michaelni not checking error return, resulting double free returning …
(edit) @c861e7d   18 years mans restore lost --enable-amr-if2 option Originally committed as revision …
(edit) @8d6947bc   18 years michaelni factorize fill_rectangle() remove more silly ref_count checks use …
(edit) @3425501   18 years michaelni replace list<2 checks by list<list_count remove silly ref_count<0 and …
(edit) @187696fa   18 years michaelni fix 2nd ref_count check add list_count Originally committed as …
(edit) @0565c64   18 years michaelni fix ref_count check Originally committed as revision 7997 to …
(edit) @65a0f3fd   18 years michaelni factorize mv_cache and mvd_cache init Originally committed as …
(edit) @43ff0714   18 years michaelni simplify Originally committed as revision 7995 to …
(edit) @2a115873   18 years michaelni add a few asserts to ensure alignment Originally committed as …
(edit) @00e210d   18 years michaelni prevent h.264 MC related functions from being inlined (yes this is …
(edit) @410bf27   18 years michaelni av_noinline Originally committed as revision 7992 to …
(edit) @e28630fc   18 years michaelni pal8 input this is not optimized or anything (that is easy to add just …
(edit) @457b101e   18 years revol Make sure we don't try to emulate poll() when it's there if …
(edit) @36c07acd   18 years revol MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed …
(edit) @5286d11   18 years mbardiaux Spelling fix Originally committed as revision 7989 to …
(edit) @1d726a59   18 years mbardiaux Spelling fix Originally committed as revision 7988 to …
(edit) @b0c858d8   18 years revol poll() emulation for BeOS, and maybe MinGW. Originally committed as …
(edit) @befa3397   18 years diego Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan. …
(edit) @d8bc5f06   18 years mans simplify Originally committed as revision 7985 to …
(edit) @afde41b4   18 years mans rename video4linux[2] variables to v4l[2], consistent with --disable …
(edit) @cc58300e   18 years gpoirier implement new grabbing interface, as described here: …
(edit) @20121213   18 years baptiste.coudurier fix dts adjusting Originally committed as revision 7982 to …
(edit) @41536a60   18 years lucabe72 Pass the v4l2 buffer into the AVPacket, instead of allocating a new …
(edit) @a492ad9f   18 years baptiste.coudurier 100l Originally committed as revision 7980 to …
(edit) @8d97aedb   18 years baptiste.coudurier indentation Originally committed as revision 7979 to …
(edit) @400615b6   18 years baptiste.coudurier use aiff when we can, some players only support aiff Originally …
(edit) @e13d8023   18 years michaelni doxy for avcodec_encode_video() Originally committed as revision 7977 …
(edit) @e372862   18 years mbardiaux Fix one warning Originally committed as revision 7976 to …
(edit) @1e9be11f   18 years diego some updates Originally committed as revision 7975 to …
(edit) @c1b54be3   18 years diego liba52 was removed, libswscale is also GPLed. Originally committed as …
(edit) @eb526fa6   18 years diego Remove unused file. Originally committed as revision 7973 to …
(edit) @e244ea43   18 years revol This is no longer necessary for BeOS now that we don't play nasty …
(edit) @ac7030a   18 years mans combine handling of …
(edit) @dd9bfb46   18 years mans simplify ever so slightly Originally committed as revision 7970 to …
(edit) @2b4c3615   18 years mans add powerpc_perf to CONFIG_LIST, rename --powerpc-perf-enable option …
(edit) @35f97369   18 years mans rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF Originally …
(edit) @e2745046   18 years mans rename some --enable options for external libs Originally committed …
(edit) @1367cffd   18 years diego Ogg is not Vorbis. Originally committed as revision 7966 to …
(edit) @8fa36ae0   18 years revol This fixes error handling for BeOS, removing the need for some ifdefs. …
(edit) @bcdf0d26   18 years mbardiaux Change some dprintf to av_log Originally committed as revision 7964 …
(edit) @034ef0e8   18 years diego Move base64.[ch] to libavutil. patch by Carl Eugen Hoyos, cehoyos …
(edit) @674678b0   18 years kostya.shishkov Intensity compensation for B-frames in AP was missing Originally …
(edit) @6d29fba9   18 years michaelni support yet another broken avi (filedoesitbetter.avi) which has a …
(edit) @1d7d9935   18 years michaelni always use audio spread (instead of "video no spread" for audio ...) …
(edit) @dc02fc6a   18 years diego consistency renaming: yuv422 --> yuyv422 Originally committed as …
(edit) @9ac529a5   18 years diego consistency renaming: uyvy411 --> uyyvyy411 Originally committed as …
Note: See TracRevisionLog for help on using the revision log.