source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @82fdcd44   15 years stefano.sabatini-lala Change constness for func[12]_name parameters of ff_parse_expr() and …
(edit) @1235429c   15 years stefano.sabatini-lala Rename ff_parse() to ff_parse_expr(). The new name is more expressive …
(edit) @6c71d2c1   15 years stefano.sabatini-lala Remove unnecessary header inclusion directives. Originally committed …
(edit) @2818bdf2   15 years benoit.fouet Extradata length checks for Huffyuv. Patch by Michael Kaufmann hallo …
(edit) @843c7aa8   15 years mans DCA: use FASTDIV in decode_blockcode() Originally committed as …
(edit) @6a36798f   15 years diego Add DOS section to the platform documentation. patch by Michael …
(edit) @c007c68   15 years Carl Eugen Hoyos Do not set pos to an error value. Patch by Howard Chu, hyc …
(edit) @f01210a6   15 years mans ARM: fix NEON synth_filter_float with hardfp calls Originally …
(edit) @a7fc9146   15 years jmenon86 Remove useless header inclusion. Originally committed as revision …
(edit) @ee945547   15 years diego Fix extra object path in Solaris section. Originally committed as …
(edit) @766fefe8   15 years mans DCA: simplify lfe_interpolation_fir() This reorders the lfe_fir …
(edit) @b92d483b   15 years mans DCA: use a local variable for loop boundary This prevents gcc …
(edit) @0dc7df28   15 years mans DCA: use some type-punning in qmf_32_subbands() Originally committed …
(edit) @6b174197   15 years tomas.hardin Predicting the size of the hdlr, string data and trkn tags in the MOV …
(edit) @a367be1e   15 years stefano.sabatini-lala Rename ff_eval2() to ff_parse_and_eval_expr(). The new name better …
(edit) @4565caf1   15 years stefano.sabatini-lala Rename ff_parse_eval() to ff_eval_expr(). The new name expresses …
(edit) @9a2cb05f   15 years stefano.sabatini-lala Move the internal function declarations in avformat.h to internal.h. …
(edit) @bc3c85a3   15 years stefano.sabatini-lala Apply grammar/consistency nits to avfilter_graph_add_filter() doxy. …
(edit) @f54978f1   15 years stefano.sabatini-lala Place some empty line in the doxy. Improve readability, also …
(edit) @8c216473   15 years stefano.sabatini-lala Remove redundant file descriptions from copyright headers. File …
(edit) @a3731cad   15 years stefano.sabatini-lala Avoid the use of the symbol ff_expr_s for referencing AVExpr. This …
(edit) @96561c12   15 years jmenon86 DECLARE_ALIGNED usage requires #inclusion of 'mem.h'. Originally …
(edit) @80ed701   15 years stefano.sabatini-lala Doxument ff_free_expr(). Originally committed as revision 22837 to …
(edit) @21302fed   15 years stefano.sabatini-lala Make ff_fill_linesize() use the information stored in …
(edit) @7e939205   15 years Carl Eugen Hoyos Set audio bit rate. Patch by Howard Chu, hyc highlandsun com …
(edit) @f8fea468   15 years stefano.sabatini-lala Rename ff_eval_free() to ff_free_expr(). Originally committed as …
(edit) @073f6d5b   15 years stefano.sabatini-lala Rename AVEvalExpr to AVExpr, as suggested by Michael. The new name is …
(edit) @5fccafdb   15 years stefano.sabatini-lala Move AVEvalExpr declaration at the beginning of the file, where it is …
(edit) @0f1f4816   15 years michaelni Raise needed score for codec probing in CODEC_ID_PROBE before the last …
(edit) @ac1c9564   15 years uhmmmm Bump libavfilter minor version and Changelog for unsharp filter …
(edit) @3ffdd09a   15 years jmenon86 alacenc : Report supported input sample formats. Originally committed …
(edit) @e73d1a5e   15 years mans ARM: NEON optimised synth_filter_float 2.7x faster DCA decoding on …
(edit) @f462ed1f   15 years mans Make synth_filter a function pointer Originally committed as revision …
(edit) @38d52f3e   15 years mans DCA: align some arrays Optimised implementations of the synth filter …
(edit) @b9f60bd8   15 years alex.converse Add M_SQRT2 to the constants in mathematics.h. Originally committed …
(edit) @497431a   15 years michaelni Dont try to compute AVPacket duration for possibly interlaced video …
(edit) @79f8b328   15 years jmenon86 ffplay : Add 's' to the list of supported commands. Originally …
(edit) @7a6fe01   15 years tomas.hardin Seeking forward in non-seekable media by discarding data, regardless …
(edit) @01d91b9b   15 years tomas.hardin Reusing the probe buffer to rewind the ByteIOContext in …
(edit) @ba659bed   15 years alex.converse Reindent read_sbr_extension. Originally committed as revision 22820 …
(edit) @73c27046   15 years alex.converse Print an error and skip PS when PS is found but explicitly found but …
(edit) @d14662f6   15 years alex.converse Add support for PS sync extensions. Originally committed as revision …
(edit) @37216b99   15 years alex.converse Use get_bits_left() in the sync extension check. Originally committed …
(edit) @702b73bc   15 years alex.converse Fix ext_object_type. In the case of explicit non-backwards compible …
(edit) @58f48adb   15 years banan Add DynamicACL support for FFserver. Originally committed as revision …
(edit) @c6cf6ae6   15 years banan Don't write an empty spdif header in spdif muxers write_header …
(edit) @e0728d79   15 years uhmmmm Add unsharp video filter. Contributed by Daniel G. Taylor …
(edit) @b9bd6589   15 years stefano.sabatini-lala Clarify doxy for av_fifo_alloc(). Originally committed as revision …
(edit) @77a670e7   15 years benoit.fouet Fix segfault when encoder initialization fails. Patch by Craig …
(edit) @2100348   15 years rsbultje Add actually correct rXXXXX here. Originally committed as revision …
(edit) @46e6fb4   15 years rsbultje Simplify writing stream metadata. Patch by Anton Khirnov <wyskas …
(edit) @1a6498d7   15 years rsbultje Don't overwrite user-supplied metadata with metadata mapped from an …
(edit) @56a8242f   15 years rsbultje Actually add flag (somehow got lost in my previous patchset?), fixes …
(edit) @3dd6180f   15 years rsbultje Add a flag to not overwrite existing tags Patch by Anton Khirnov …
(edit) @0950e17   15 years martin Reindent Originally committed as revision 22805 to …
(edit) @0e4b185a   15 years martin Fix leaks in the AAC RTP depacketizer Originally committed as …
(edit) @1da1e193   15 years rsbultje Add void to a function prototype that takes no arguments. Fixes a …
(edit) @0e1f78f9   15 years michaelni Fix rounding direction for calculation of AVPacket.duration. Fixes …
(edit) @3370289   15 years martin Zero-initialize the reply struct The status_code field is read in the …
(edit) @1e4dd198   15 years diego Document minimum binutils requirements on Unix-like platforms. based …
(edit) @5b33a553   15 years stefano.sabatini-lala Implement support to the AVSEEK_SIZE operation in file_seek(). Avoid …
(edit) @685598f5   15 years stefano.sabatini-lala Reindent. Originally committed as revision 22798 to …
(edit) @ac61f59a   15 years stefano.sabatini-lala Rename av_encode() to av_transcode(), the new name is more meaningful. …
(edit) @37f57ab4   15 years michaelni Allow AVFormatContext.duration to be set if no individual stream …
(edit) @2819760b   15 years siretart Avoid division by zero Based on clang-scan report …
(edit) @2bb96256   15 years uhmmmm Remove variable whose value was never read. Found by clang. …
(edit) @c99baf05   15 years vitor1001 Add help for (I)RDFT test in fft-test Originally committed as …
(edit) @c2b774a0   15 years vitor1001 Make code using 1d-DCT consistent with the API change Originally …
(edit) @2874c81c   15 years stefano.sabatini-lala Replace all remaining occurrences of AVERROR_NOMEM with …
(edit) @0e642188   15 years martin Remove a redundant assignment, found by clang Originally committed as …
(edit) @bee694bc   15 years diego Group Unix-like platforms together in the platform documentation. …
(edit) @57a80d7   15 years diego minor spelling fixes Originally committed as revision 22788 to …
(edit) @18590be6   15 years Carl Eugen Hoyos Use AVDISCARD_DEFAULT for 0 where appropriate. Originally committed …
(edit) @ff273dda   15 years rsbultje Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + …
(edit) @f3c68c5b   15 years rsbultje ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>. …
(edit) @5234292   15 years alex.converse aacenc: Error when an unsupported profile is requested Originally …
(edit) @7b374c9f   15 years rsbultje Another uninitialized value. See …
(edit) @190413cf   15 years rsbultje Fix uninitialized value in codepath. See …
(edit) @ddf8e75e   15 years rsbultje Remove dead initialization. Originally committed as revision 22781 to …
(edit) @0b9535b9   15 years rsbultje Remove dead initialization. Originally committed as revision 22780 to …
(edit) @636da41a   15 years alex.converse aacenc: Don't lowpass the input unless specifically requested. The …
(edit) @008593be   15 years michaelni Change default for bidir_refine to 1. Originally committed as …
(edit) @fd8277f   15 years michaelni Optimize bidir_refine a bit. compiled code is less tham 1/4 the size. …
(edit) @fea9bb2f   15 years martin Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_ …
(edit) @a69220cc   15 years michaelni Change bidir refine hash code so we only need to perform a single hash …
(edit) @4bebf2cf   15 years martin Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_ This was accidentally …
(edit) @2d603902   15 years michaelni Reduce the size of the bidir refine hashtable from 4096 to 256 and …
(edit) @e056d2a2   15 years michaelni Move comment that belonged to cmp() back to cmp(). Originally …
(edit) @919e7497   15 years michaelni slice dice, inline and outline cmp() motion_est.o is now less than …
(edit) @4ed39eed   15 years michaelni av_builtin_constant_p() Originally committed as revision 22770 to …
(edit) @458b062d   15 years stefano.sabatini-lala Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading …
(edit) @339f5f39   15 years rsbultje Merge Vorbis / Theora depayloaders. Patch by Josh Allmann <joshua DOT …
(edit) @cb92a9c0   15 years rsbultje Reindent after r22766. Patch by Josh Allmann <joshua DOT allmann AT …
(edit) @96070b8   15 years rsbultje Rename functions / comments from "Theora" to "Xiph" where relevant. …
(edit) @06a36faf   15 years rsbultje Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for …
(edit) @d834d63b   15 years Carl Eugen Hoyos Add -t option to ffplay. Patch by Robert Krüger, krueger signal7 de …
(edit) @00bbc093   15 years michaelni Store range coder state transition table. Use a better table, 2% …
(edit) @fa034b44   15 years Reimar.Doeffinger Allow hardcoding of ulaw and alaw tables. Originally committed as …
(edit) @8eaa6e0e   15 years Reimar.Doeffinger Change/simplify the tableprint/tablegen API. Originally committed as …
(edit) @27eecec3   15 years Reimar.Doeffinger Convert two "m" constraints to MANGLE to fix compilation with some …
Note: See TracRevisionLog for help on using the revision log.