source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1df675bf   17 years vitor1001 Use av_log(ctx, ...) instead of av_log(NULL, ...) Commited in SoC by …
(edit) @de5985b6   17 years vitor1001 10l Commited in SoC by Bobby Bingham on 2007-12-20 20:21:19 …
(edit) @7b470878   17 years vitor1001 Rewrite colorspace negotiation. Commited in SoC by Bobby Bingham on …
(edit) @8af6261c   17 years vitor1001 Fix a small memory leak Commited in SoC by Bobby Bingham on …
(edit) @54d7fcc1   17 years vitor1001 initialize filter graphs completely even if there is no list of …
(edit) @5a7414f   17 years vitor1001 Handle failure properly Commited in SoC by Vitor Sessak on 2007-11-29 …
(edit) @6c66596e   17 years vitor1001 Remove useless empty functions Commited in SoC by Vitor Sessak on …
(edit) @9eb36c05   17 years vitor1001 Silence warning caused by my last commit Commited in SoC by Vitor …
(edit) @5a1dacda   17 years vitor1001 Minor simplification Commited in SoC by Vitor Sessak on 2007-10-30 …
(edit) @6ea14464   17 years vitor1001 Prefix names of filter structs Commited in SoC by Bobby Bingham on …
(edit) @d1633ac6   17 years vitor1001 Rename avfilter_create to avfilter_open and remove the wrapper …
(edit) @66d9e9b   17 years vitor1001 Doxygenize some comments Commited in SoC by Bobby Bingham on …
(edit) @5ded633e   17 years vitor1001 Remove the data parameter from draw_slice(). It's unneeded and often …
(edit) @57d4a157   17 years vitor1001 Allow creation of filter graphs from a graph description structure …
(edit) @1d2067e2   17 years vitor1001 Let request_frame() indicate success or failure Commited in SoC by …
(edit) @81c25293   17 years vitor1001 Need to copy over colorspace property too Commited in SoC by Bobby …
(edit) @7b712850   17 years vitor1001 Fix behavior when exporting output pad with default query_formats() …
(edit) @7f8fb52f   17 years vitor1001 Let the filter graph export input and output pads from the filters it …
(edit) @256d0e0a   17 years vitor1001 Separate the process of creating links between filters from that of …
(edit) @1deec58b   17 years vitor1001 Fix memory leak. Commited in SoC by Bobby Bingham on 2007-07-31 …
(edit) @b9a7a65a   17 years vitor1001 Make the filter graph just another normal filter. Commited in SoC by …
(edit) @1ac87cc8   17 years vitor1001 Allow code to pass data to filters it creates. Commited in SoC by …
(edit) @fc27b808   17 years vitor1001 Don't mangle the input strings. The caller may want to reuse it …
(edit) @65a4bd9c   17 years vitor1001 Ensure that the filter_count member is reset to zero when emptying the …
(edit) @ba56640c   17 years vitor1001 Fix possible segfault Commited in SoC by Bobby Bingham on 2007-07-14 …
(edit) @f8c77c82   17 years vitor1001 Move simple filter chain loading code over to the filter graph. …
(edit) @ffcaef3   17 years vitor1001 Move destruction of the graph's filters to its own helper function. …
(edit) @eccb6fb7   17 years vitor1001 Split filter graphs out into their own source & header files. …
(edit) @b64518e9   17 years baptiste.coudurier special mpeg2 handling is no more needed Originally committed as …
(edit) @39e9e6d9   17 years michaelni Disable the split function. This should end the mpeg1/2 global header …
(edit) @b8fcb619   17 years mans simplify LDFLAGS and EXTRALIBS handling Originally committed as …
(edit) @82e8566a   17 years mans simplify vhook/*.o rule Originally committed as revision 12682 to …
(edit) @43527e3e   17 years mans clean up DEP_LIBS setting Originally committed as revision 12681 to …
(edit) @9006f5d0   17 years mans replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGS Originally …
(edit) @18ec0460   17 years lu_zero Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorg …
(edit) @5ee0e139   17 years lu_zero use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg …
(edit) @ed0d3048   17 years michaelni Merge declaratio and initialization. Originally committed as revision …
(edit) @11362767   17 years michaelni Merge declaration and initialization. Originally committed as …
(edit) @9b7ca3b7   17 years michaelni Decode stuff from extradata as well. Originally committed as revision …
(edit) @7f8ef975   17 years michaelni Factorize code a little. Originally committed as revision 12674 to …
(edit) @60080b08   17 years diego 10l typo, restore forgotten $. Originally committed as revision 12673 …
(edit) @a27c8d5f   17 years michaelni Improve AVFilterFormats doxy. Originally committed as revision 12672 …
(edit) @7bfacd4e   17 years Aurélien Jacobs use common aac sample rate tables Originally committed as revision …
(edit) @b2fec0fc   17 years diego Remove unused variable. Originally committed as revision 12670 to …
(edit) @b885e0db   17 years michaelni Add a point to the checklist about checking new demuxers/decoders …
(edit) @d299be08   17 years diego Add IFF demuxer and 8SVX audio decoder to changelog and documentation. …
(edit) @73e17cdb   17 years diego Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil …
(edit) @6ea7e651   17 years michaelni Do not use the mlib IDCT by default. We do not want videos which are …
(edit) @bac47ae6   17 years baptiste.coudurier use mpeg4audio common code in aac parser Originally committed as …
(edit) @83edd509   17 years baptiste.coudurier update ogg seek reg tests because of r12630 Originally committed as …
(edit) @e11bc2c6   17 years robert.swain Send context to ffplay.c:opt_seek Patch by Stefano Sabatini (stefano …
(edit) @4d34bb19   17 years baptiste.coudurier mpeg4audio common code Originally committed as revision 12662 to …
(edit) @ce53144b   17 years lorenm h264 chroma mc ssse3 width8: 180->92, width4: 78->63 cycles (core2) …
(edit) @4e0af03   17 years robert.swain Remove flexible array member from Escape 124 Patch by Eli Friedman …
(edit) @2d1cb025   17 years Aurélien Jacobs check return value of matroska_find_track_by_num (fix a segfault) …
(edit) @4477dedc   17 years diego minor typo fixes Originally committed as revision 12658 to …
(edit) @1b41f260   17 years diego cosmetics: Write some Doxygen comments in a more compact fashion. …
(edit) @7a74e067   17 years diego Fix a bunch of typos in comments. Originally committed as revision …
(edit) @d8c0e9d5   17 years diego Remove redundant #ifdef around the complete file. Originally …
(edit) @dd9c773b   17 years diego Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL. …
(edit) @85362796   17 years robert.swain Make ffplay.c:opt_seek use parse_time_or_die Patch by Stefano …
(edit) @1354fa64   17 years michaelni help gcc-2.95 Originally committed as revision 12652 to …
(edit) @cea0ac52   17 years diego cosmetics: alphabetical order for temporary filenames Originally …
(edit) @edd08265   17 years diego Use a different filename that ends in .sh for temporary shell scripts. …
(edit) @4fd51ee3   17 years robert.swain ARMovie/RPL demuxer Patch by Eli Friedman (eli friedman gmail com) …
(edit) @40d2627   17 years robert.swain Escape 124 (RPL) decoder Patch by Eli Friedman (eli friedman gmail …
(edit) @7542157d   17 years robert.swain Export parse_time_or_die from ffmpeg.c to cmdutils.c Patch by Stefano …
(edit) @2ccf0a42   17 years lucabe72 Add a comment about missing entries Originally committed as revision …
(edit) @87cb0643   17 years lucabe72 Use the correct size for the enc_name field (removing the arbitrary …
(edit) @19faa9f   17 years lucabe72 Remove useless entries from AVRtpPayloadTypes Originally committed as …
(edit) @e4ed1fbf   17 years lucabe72 Support mp3 audio in the RTP muxer Originally committed as revision …
(edit) @42ceeb5   17 years justin.ruggles remove redundant context variable Originally committed as revision …
(edit) @c23a0ac8   17 years diego cosmetics: Write some trivial C test programs in a more compact form. …
(edit) @fbef871d   17 years diego Make MMX2 depend on MMX. Originally committed as revision 12640 to …
(edit) @3a71577f   17 years baptiste.coudurier homogenous regression tests output for image formats Originally …
(edit) @3251f24b   17 years baptiste.coudurier missed one Originally committed as revision 12638 to …
(edit) @7261f9bd   17 years baptiste.coudurier cosmetics, remove leading whitespaces Originally committed as …
(edit) @b371539a   17 years baptiste.coudurier prevent writing empty stss atom Originally committed as revision …
(edit) @5e788d58   17 years baptiste.coudurier support mp4 fragmented files without any samples in the moov atom …
(edit) @44e43aab   17 years baptiste.coudurier check frag track id before setting st Originally committed as …
(edit) @3a027f5e   17 years vitor1001 IFF demuxer Patch by Jai Menon (realityman <at> gmx.net) Originally …
(edit) @cb21e0a7   17 years vitor1001 8SVX decoder Patch by Jai Menon (realityman <at> gmx.net) Originally …
(edit) @e516d348   17 years baptiste.coudurier change rle encoder to count up to 127, sgi does not support 128 …
(edit) @fe790f89   17 years justin.ruggles Use 15-bit LPC precision by default. This generally gives better …
(edit) @55727a8   17 years gpoirier Altivec and SSE2 require 16-byte alignment, so make sure they get it …
(edit) @3794b928   17 years gpoirier check mm_flags for each DCT and skips the ones that can't be run patch …
(edit) @1a7ee380   17 years gpoirier get rid of the useless DCT_ERROR() macro patch by Alexander Strange …
(edit) @6e33081   17 years justin.ruggles fix Ogg/FLAC header size Originally committed as revision 12626 to …
(edit) @f3eec1cf   17 years michaelni Fix closed gop flag disapearence. Originally committed as revision …
(edit) @5202ed31   17 years diego Fix wrong #endif comment. Originally committed as revision 26300 to …
(edit) @473a88ca   17 years mans fix ff*_g -> ff* rules Originally committed as revision 12624 to …
(edit) @79b25a2   17 years bartek.wolowiec change name from stream type to frame type in AC3 code Originally …
(edit) @be1e2a2b   17 years bartek.wolowiec removal of stream_type in AACAC3ParseContext and adding …
(edit) @5610f20   17 years baptiste.coudurier gsm in mov, demux surge-1-16-B-agsm.mov Originally committed as …
(edit) @38a05ab6   17 years diego Replace hackish CFLAGS 64 bit test by a proper compilation check. …
(edit) @c023bfe9   17 years diego cosmetics: alphabetical order Originally committed as revision 12619 …
(edit) @1ce50d32   17 years michaelni indent Originally committed as revision 12618 to …
(edit) @9bcc2883   17 years diego bandaid fix for broken shared library installation Originally …
(edit) @dfd10838   17 years diego Move INSTALL_PROGS_TARGETS variable to a better place. Originally …
(edit) @88ad0368   17 years diego Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a …
Note: See TracRevisionLog for help on using the revision log.