source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @94593c9b   15 years justin.ruggles Revert r20050, which caused decoding errors with at least one valid …
(edit) @20026733   15 years ramiro.polla Indent. Originally committed as revision 20436 to …
(edit) @a75e1034   15 years ramiro.polla Add -fpre option to take a preset file as parameter. The -[avs]pre …
(edit) @d71ad08   15 years stefano.sabatini-lala Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats. …
(edit) @ad9feac9   15 years michaelni Avoid huge array for rgb ljpeg on the stack. Code tested with an ljpeg …
(edit) @e47ca4f7   15 years tempn map VYUY fourcc to rawcodec fixes …
(edit) @58b3536d   15 years mans configure: fix 64-bit test with clang Originally committed as …
(edit) @4c1645a4   15 years justin.ruggles Set sample format in flac_decode_init() rather than in …
(edit) @dee34af4   15 years justin.ruggles Set the sample format for Smacker audio in the decoder rather than in …
(edit) @faa374b7   15 years mans configure: remove extra backslashes from suncc DEPEND_CMD Patch by …
(edit) @06454877   15 years mans configure: use here-doc for --help output Originally committed as …
(edit) @173c983b   15 years mans configure: use here-docs instead of echo for writing config.{h,mak} …
(edit) @b4f93564   15 years mans configure: simplify setting of SDL flags in config.mak Originally …
(edit) @c73f65d9   15 years mans Allow disabling doc generation with --disable-doc Originally …
(edit) @ad212cc6   15 years mans configure: simplify STRIP setting in config.mak Originally committed …
(edit) @a48289c7   15 years mans Makefile cosmetics Originally committed as revision 20422 to …
(edit) @083c5a48   15 years vitor1001 Implement AMR gain function that is used by both AMR and SIPR. Based …
(edit) @050ba6f4   15 years baptiste.coudurier print packet duration when debugging timestamps Originally committed …
(edit) @a520e9f2   15 years stefano.sabatini-lala Document slice ordering assumption done by sws_scale(). Originally …
(edit) @c5ec0d9d   15 years stefano.sabatini-lala Remove the get_video_buffer() callback. That was never required since …
(edit) @b94ca208   15 years ramiro.polla Document that using "make -r" might be faster than plain "make" in …
(edit) @a5abfd8f   15 years benoit.fouet Issue an error when forced format cannot be honored. Patch by Etienne …
(edit) @8a08175f   15 years michaelni Change whitespace placement a little to improve readabiliy slightly. …
(edit) @f92e7696   15 years michaelni Multiple inclusion guards for synth_filter.h. Originally committed as …
(edit) @e58992e4   15 years Carl Eugen Hoyos Support demuxing teletext in DVB streams. Original patch by Francesco …
(edit) @d886e4df   15 years michaelni Vertically align function arguments. Originally committed as revision …
(edit) @de4070b5   15 years mans Add generic rules for building helpers with HOSTCC Originally …
(edit) @7a41027   15 years Reimar.Doeffinger vorbis_dec: factor out duplicated code for index reading, bounds …
(edit) @e273b038   15 years mans Makefile cosmetics Originally committed as revision 20410 to …
(edit) @0956bc9b   15 years Reimar.Doeffinger Enable hardcoded tables for ia64 shared builds. At least for …
(edit) @f0125de9   15 years mans configure: add C99 flags to HOSTCFLAGS Originally committed as …
(edit) @3db0208c   15 years Reimar.Doeffinger Change format string from "x" to PRIx32 to hopefully fix a warning …
(edit) @785d3c97   15 years mans Makefile cosmetics Originally committed as revision 20406 to …
(edit) @df4fe41d   15 years mans Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set …
(edit) @52a4a077   15 years Reimar.Doeffinger Fix out-of-tree builds with --enable-hardcoded-tables Originally …
(edit) @2300b120   15 years Reimar.Doeffinger Fix dependency: generated table is needed to create the mpegaudiodec.o …
(edit) @9e8fecf7   15 years Reimar.Doeffinger Better formatting for 2D tables in tableprint code. Originally …
(edit) @8abe97be   15 years Reimar.Doeffinger 10l, fix incorrect endif comment. Originally committed as revision …
(edit) @eadaa00c   15 years Reimar.Doeffinger Add support for hardcoding the mpegaudiodec tables. Reduces .bss size …
(edit) @1a04d4c7   15 years ramiro.polla mingw32: The flag to work around bug 37216 in gcc is automatically …
(edit) @d49dded5   15 years michaelni Remove unused variable j. Originally committed as revision 20398 to …
(edit) @2a472e9c   15 years diego Detect Sun Studio compiler and set appropriate variables. Add …
(edit) @4f99c31c   15 years michaelni Split synth filter out of dca.c. Originally committed as revision …
(edit) @638783bf   15 years diego Split PAM encoder off into its own file. Originally committed as …
(edit) @318888f8   15 years diego Split the decoders from pnmen.c off into their own file. Originally …
(edit) @761f2c9   15 years diego The encoders in pnmenc.c now depend on the init/end functions in …
(edit) @504eee37   15 years vitor1001 Commit some functions that are used by both SIPR and AMR. Based on …
(edit) @2be414c   15 years stefano.sabatini-lala Fix doxies, use third person and phrase-ending dots. Originally …
(edit) @fcbed3c7   15 years stefano.sabatini-lala Add format and noformat filters. Originally committed as revision …
(edit) @51135d1d   15 years stefano.sabatini-lala Move pixdesc.{h,c} from libavcodec to libavutil. This way pixdescs …
(edit) @04a5c106   15 years stefano.sabatini-lala Consistently use third person in doxies. Originally committed as …
(edit) @3555d2e8   15 years stefano.sabatini-lala Introduce first_avfilter and use that, together with AVFilter.next, …
(edit) @290d4a44   15 years stefano.sabatini-lala Add an entry for the AVFilter.next addition. Originally committed as …
(edit) @243110f9   15 years stefano.sabatini-lala Add a field 'next' to AVFilter. Simplify the registration and …
(edit) @77f66963   15 years stefano.sabatini-lala Split codec-regression.sh again and create a lavfi-regression.sh for …
(edit) @13547dd1   15 years tempn add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi …
(edit) @8767a009   15 years diego Move PNM init/end functions to the PNM common code. This is done in …
(edit) @d3067047   15 years diego whitespace cosmetics: K&R coding style, prettyprinting Originally …
(edit) @bc8964ef   15 years diego Remove crufty leftovers from the era when this file resided within …
(edit) @9853bbb2   15 years tempn add some raw codec fourccs, fixes: samples/V-codecs/ P422.AVI …
(edit) @ff54bb97   15 years benoit.fouet Fix indentation. Originally committed as revision 20378 to …
(edit) @25b6d0bc   15 years benoit.fouet Only memset for palettes of 16 elements. Originally committed as …
(edit) @6d7d410f   15 years Carl Eugen Hoyos Clarify responsibility for freeing a buffer when using vdpau. …
(edit) @b70bc022   15 years stefano.sabatini-lala Add descriptions for the committed filters. Originally committed as …
(edit) @6b27353c   15 years stefano.sabatini-lala Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags. It is …
(edit) @0600d30   15 years diego Avoid "-z text" diversion on SunOS x86, needed to make FATE happy. …
(edit) @8fdb01c   15 years stefano.sabatini-lala Make dprintf_link() show the name of the link pixel format. …
(edit) @45213083   15 years lorenm s/movdqa/movaps/ in sse1 fft. (regression in r20293) Originally …
(edit) @7549632b   15 years lu_zero rtsp_close_streams frees the auth_b64 line already Originally …
(edit) @d243ba30   15 years lu_zero Support 3xx redirection in rtsp All the error codes 3xx got managed …
(edit) @c5898e86   15 years baptiste.coudurier compute codec bitrate in mov demuxer, patch by haim alon, haim dot …
(edit) @d3ee771   15 years Reimar.Doeffinger Support amdfam10 for --cpu, also avoids a warning about unknown cpu if …
(edit) @bd56505   15 years vitor1001 Bump micro version after the FRWU decoder inclusion Originally …
(edit) @8f1e4d4f   15 years stefano.sabatini-lala Split codec-regression.sh, and create the lavf-regression.sh script. …
(edit) @921da217   15 years lu_zero Just remove params understood by the demuxer This should unbreak …
(edit) @7541f32e   15 years lu_zero Suppress ?params in the rtsp uri Right now rtsp demuxer receives it's …
(edit) @224b4495   15 years lu_zero Use sdp c= line if the rtsp Transport line doesn't have a destination …
(edit) @76e6e9c3   15 years diego Remove ancient redir demuxer. HTTP supports redirection just fine …
(edit) @2189dbc4   15 years mans Fix codectest Originally committed as revision 20360 to …
(edit) @f94e56cf   15 years stefano.sabatini-lala Split codec-regression.sh, put all the code which can be shared by …
(edit) @329c01c   15 years diego Compile LPC code when CONFIG_LPC is set. The codec dependencies on LPC …
(edit) @54116673   15 years stefano.sabatini-lala Update the entry for the AVFilter.description field addition. …
(edit) @cccd292a   15 years stefano.sabatini-lala Move the description field of the filter from AVFilterContext to …
(edit) @01537e9f   15 years stefano.sabatini-lala Add an entry for the AVFilterContext.description addition. Originally …
(edit) @1551745c   15 years stefano.sabatini-lala Add a description field to AVFilterContext. Originally committed as …
(edit) @29b5a3aa   15 years stefano.sabatini-lala Refer again to the "width" and "height" crop parameter names which …
(edit) @c38ae71f   15 years stefano.sabatini-lala Add video vertical flip filter. Originally committed as revision …
(edit) @debfab4a   15 years stefano.sabatini-lala Refer to the "width" and "height" crop parameter names which were …
(edit) @06da6943   15 years lessen42 Add clang to detected compilers Originally committed as revision …
(edit) @b74d42ee   15 years daniel Build extradata in adpcm_ms encoder. This fixes issue #1244. …
(edit) @df84d7d9   15 years michaelni Fix infinite loop with size==0 && sample_size!=0 in non interleaved …
(edit) @83a4d356   15 years michaelni Support non interleaved avi files that have 0<size<sample_size. (No i …
(edit) @c671ac40   15 years benoit.fouet Fixes detection and error reporting of non-existing files in img2.c. …
(edit) @bb7d0e87   15 years daniel Indicate that AdaptCoeff1 and 2 are functions of the actual …
(edit) @415e6d2   15 years stefano.sabatini-lala Sort video filter descriptions by name. Originally committed as …
(edit) @06718022   15 years stefano.sabatini-lala Make the pix_fmts var in query_formats() static const. Originally …
(edit) @190c1669   15 years stefano.sabatini-lala Add video crop filter. Originally committed as revision 20342 to …
(edit) @9abba21a   15 years stefano.sabatini-lala Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the …
(edit) @1554fed2   15 years stefano.sabatini-lala Make avfilter_make_format_list() take in input a const argument. …
(edit) @f2ed1a41   15 years stefano.sabatini-lala Fix the spelling for the project name, from "ffmpeg" to "FFmpeg". …
Note: See TracRevisionLog for help on using the revision log.