source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @34933442   18 years diego Preprocessor #defines starting with are reserved for the system. …
(edit) @3d4e3e56   18 years diego Use FFmpeg-specific CPU feature definitions. taken from a patch by …
(edit) @ac237a2   18 years diego Add CPU feature definitions for SSE3 and SSSE3. taken from a patch by …
(edit) @7b900f2   18 years diego '-acodec mp3' --> '-acodec libmp3lame' Originally committed as …
(edit) @095247b1   18 years diego Change names of codecs provided by external libraries in examples to …
(edit) @d07026cd   18 years diego CPU feature definitions should always be available, not just when the …
(edit) @94254fc0   18 years diego Only run MMX2 tests when MMX2 is available. Originally committed as …
(edit) @b9702de5   18 years diego Fix linking when GPL code has been disabled. Originally committed as …
(edit) @ee3035f3   18 years diego Fix compilation when MMX is disabled. inspired by a patch by Ronald S. …
(edit) @b0b0d7e7   18 years diego FAAN is not x86-specific. Originally committed as revision 9242 to …
(edit) @716f6b47   18 years takis.issaris Remove the unnecessary masking when counting received packet types in …
(edit) @7699645   18 years takis.issaris Remove the unnecessary masking when reconstructing the NAL unit header …
(edit) @6ab6525e   18 years takis.issaris Remove the unnecessary masking when extracting the start bit in the …
(edit) @c64bab08   18 years diego Fix linking: emms_c is a macro, #include the correct header file. …
(edit) @93cc10fa   18 years benoit.fouet h264: use 'simple' in border backup / xchg patch by Andreas Öman: …
(edit) @8e82f504   18 years diego emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak …
(edit) @9097a8e4   18 years diego Add some forgotten lib prefixes to Makefile variables. Originally …
(edit) @e5f0be5a   18 years baptiste.coudurier add MMES fourcc, matrox mpeg2 in avi files Originally committed as …
(edit) @76916863   18 years michaelni add mpegtsraw demuxer Originally committed as revision 9233 to …
(edit) @911f9b71   18 years baptiste.coudurier warn user if video codec timebase is very high Originally committed …
(edit) @160228f   18 years benoit.fouet Rename cb field patch by Eric Lasota: [riot at icculus org] original …
(edit) @1cc60c47   18 years diego Consistent naming and lib prefixes for x264, xvid and mp3lame within …
(edit) @2986a4f8   18 years diego one more rename Originally committed as revision 9229 to …
(edit) @96bac110   18 years diego Update for recent file removals/renames. Originally committed as …
(edit) @b04f49c7   18 years diego Give names of external library decoders/encoders a lib prefix in the …
(edit) @6f1af735   18 years diego Give all wrappers for external libraries names starting with lib. …
(edit) @6f74b71e   18 years Reimar.Doeffinger Part of MPlayer patch: "Replace implicit use of fast_memcpy via macro …
(edit) @83bc90d   18 years diego Remove unused variables. Originally committed as revision 9224 to …
(edit) @22a11d57   18 years mmhoffm correcting spelling error, yuv2rgb888_line was renamed to …
(edit) @3ccda4ca   18 years benoit.fouet Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks instead of …
(edit) @f0edfda5   18 years gpoirier Rename code012() to ff_code012(), and remove static qualifier: paves …
(edit) @ac3967c   18 years diego spelling Originally committed as revision 9221 to …
(edit) @8d75b5a2   18 years Aurélien Jacobs cosmetics: use one type per field in every structs Originally …
(edit) @e39291df   18 years michaelni partially revert r2931 (Support raw mpegts streams from dvr) the …
(edit) @77abe5e8   18 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 9218 to …
(edit) @eabb8ba4   18 years Aurélien Jacobs add support for real audio in matroska Originally committed as …
(edit) @407a3d94   18 years Aurélien Jacobs fix an infinite loop in case one cluster is not enough to demux a …
(edit) @b061d892   18 years Aurélien Jacobs split some common code from the mkv demuxer that will be useful to the …
(edit) @5449190f   18 years victorpaesa Wording improvements for the previous commit. Originally committed as …
(edit) @864ff8c1   18 years ramiro.polla Typos Originally committed as revision 9213 to …
(edit) @05abfce9   18 years ramiro.polla Doxygenize av_init_packet Originally committed as revision 9212 to …
(edit) @659596f0   18 years ramiro.polla Export av_init_packet Originally committed as revision 9211 to …
(edit) @04ec18b8   18 years michaelni harmless typo Originally committed as revision 9210 to …
(edit) @28f03d04   18 years michaelni fix indention Originally committed as revision 9209 to …
(edit) @ad39abcd   18 years michaelni remove duplicate PAT scaning code and actual PAT scan also disabling …
(edit) @4dc8a963   18 years michaelni unused variables Originally committed as revision 9207 to …
(edit) @90d13e30   18 years michaelni dont rescan for information on each pid, but rather do it just once by …
(edit) @ecc31d1d   18 years michaelni move structs and enums to top of file so they can be used Originally …
(edit) @4d9a577e   18 years michaelni passing MpegTSFilter to the filters instead of a random void *opaque …
(edit) @69621690   18 years mmhoffm extending video4linux support to handle the additional formats UYVY, …
(edit) @c7c64e9e   18 years mmhoffm convert if then else video palette to pix_fmt construct to simpiler …
(edit) @37dfd63   18 years michaelni do not perform SDT scan at the begin (this avoids a timeconsuming …
(edit) @657ced8c   18 years michaelni make new_service() update existing info sanely Originally committed …
(edit) @0618bb1c   18 years michaelni remove fake service/provider names used for PAT this allows us to …
(edit) @c11aac6c   18 years gpoirier fix error: indeo2.c:202:1: directives may not be used inside a macro …
(edit) @a45ec414   18 years benoit.fouet Indentation Originally committed as revision 9197 to …
(edit) @ddcf4b5d   18 years benoit.fouet Codebook generator using the ELBG algorithm patch by Vitor: …
(edit) @1963f5e3   18 years diego readability cosmetics Originally committed as revision 9195 to …
(edit) @1b481845   18 years baptiste.coudurier cosmetics remove struct name with typedef Originally committed as …
(edit) @738ebafc   18 years baptiste.coudurier remove unused EssenceContainerData Originally committed as revision …
(edit) @151bdd5d   18 years baptiste.coudurier skip no more needed on error Originally committed as revision 9192 to …
(edit) @01dfc646   18 years baptiste.coudurier remove duplicate entry since now we ignore version byte Originally …
(edit) @28b9f986   18 years baptiste.coudurier typo Originally committed as revision 9190 to …
(edit) @363f403f   18 years baptiste.coudurier set pkt pos Originally committed as revision 9189 to …
(edit) @0e3ea3a2   18 years baptiste.coudurier remove now useless sync key Originally committed as revision 9188 to …
(edit) @6dc55543   18 years baptiste.coudurier no need to seek on specific key anymore, since klv_read_packet will …
(edit) @b7889fce   18 years baptiste.coudurier do not print error message when klv_read_packet fails Originally …
(edit) @cabe2527   18 years baptiste.coudurier sync to mxf klv key before trying to read klv packet Originally …
(edit) @6982462   18 years baptiste.coudurier match uids indenpendantly of the version byte Originally committed as …
(edit) @3c6b46d3   18 years baptiste.coudurier cosmetics, reorder and classify uids Originally committed as revision …
(edit) @5dda2539   18 years lu_zero h264_idct_add_altivec, based on an old patch from Mauricio Alvarez …
(edit) @e07e357d   18 years lu_zero Add support for Cell (requires gcc-4.2 or patches) Originally …
(edit) @83b34017   18 years lorenm filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice …
(edit) @b91811af   18 years michaelni get rid of if(1) Originally committed as revision 9179 to …
(edit) @9deb6d71   18 years michaelni get rid of one layer of callback obfuscation Originally committed as …
(edit) @b2292194   18 years michaelni kill completely idiotic code which hides all but 2 streams Originally …
(edit) @f7994861   18 years victorpaesa Add FAQ entry for video joining. Originally committed as revision …
(edit) @165f503a   18 years michaelni correct implementation of "try with auto_guess if first detection …
(edit) @d287b04b   18 years michaelni revert r4802 (try with auto_guess if first detection fails) this …
(edit) @38c48be2   18 years michaelni split mpeg2ts_raw mode into its own demuxer using such a flag is an …
(edit) @69ddbd1d   18 years diego Rename aac_decoder to libfaad_decoder for consistency and to be able …
(edit) @c9171a83   18 years diego Rename faac_encoder to libfaac_encoder for consistency and to be able …
(edit) @e5e587af   18 years ramiro.polla Remove get_byte wrapper Originally committed as revision 9170 to …
(edit) @2c124cb   18 years ramiro.polla Use AV_xx throughout libavcodec Originally committed as revision 9169 …
(edit) @29b29011   18 years michaelni fix skipped blocks fixes decoding of …
(edit) @1fee8b3a   18 years benoit.fouet A bit more clear FAQ 1.2 Patch by Víctor Paesa, wzrlpy arsystel com …
(edit) @0fa9a5dd   18 years michaelni check qblur > 1 (prevent assert failure / segfault) fixes sf bug …
(edit) @fc1f90d4   18 years michaelni move jpegls up, fixes sf bug #1629152 Originally committed as …
(edit) @47b777ce   18 years michaelni sanity checks (should prevent hypothetical div by zero issue) should …
(edit) @61d49d12   18 years michaelni fix assert() 2nd try Originally committed as revision 9163 to …
(edit) @c3b95b1d   18 years benoit.fouet Add support for listing the supported pixel formats using the option …
(edit) @808d83fd   18 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 9161 to …
(edit) @8623e558   18 years Aurélien Jacobs use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER Originally …
(edit) @b1b64c23   18 years Aurélien Jacobs typo Originally committed as revision 9159 to …
(edit) @d6649b2a   18 years Aurélien Jacobs use FFSWAP() Originally committed as revision 9158 to …
(edit) @43e8691   18 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 9157 to …
(edit) @7b2a2ce5   18 years Aurélien Jacobs split rm muxer and demuxer in their own files Originally committed as …
(edit) @2db27aad   18 years benoit.fouet rename attribute_unused to av_unused as it is declared in common.h …
(edit) @154e30f6   18 years benoit.fouet rename attribute_unused to av_unused and moves its declaration to …
(edit) @9f6c8793   18 years benoit.fouet seek tests only available with GPL enabled Originally committed as …
Note: See TracRevisionLog for help on using the revision log.