source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2d89f334   17 years benoit.fouet Indentation Originally committed as revision 10589 to …
(edit) @602dd8f6   17 years benoit.fouet Check read_packet before using it. Originally committed as revision …
(edit) @0d2caa37   17 years lorenm oops, potential overflow on really large blocks Originally committed …
(edit) @bd49d4fd   17 years lorenm optimize decode_subframe_lpc() 50%/67%/43% faster on core2/k8/p4, …
(edit) @f74471e   17 years lorenm optimize encode_residual_lpc() 37%/45%/90% faster on core2/k8/p4, …
(edit) @7ecae905   17 years Aurélien Jacobs simplify Originally committed as revision 10584 to …
(edit) @d7af6a9d   17 years Aurélien Jacobs rename one variable to be consistent with the rest of the file …
(edit) @442b145a   17 years Aurélien Jacobs consistent spelling: plan => plane Originally committed as revision …
(edit) @172d1171   17 years nicola.sabbi added structures and code to keep track of pids<->programs mapping: …
(edit) @1d257254   17 years nicola.sabbi replaced custom tracking of programs/services with calls to with …
(edit) @15afa39   17 years nicola.sabbi Added definition and utility functions to handle AVProgram(s) in …
(edit) @99904603   17 years Aurélien Jacobs use the VP6A codec Originally committed as revision 10578 to …
(edit) @df63f130   17 years Aurélien Jacobs revert r10527 There is now a proper vp6a codec, so no need for this …
(edit) @d3f9edba   17 years Aurélien Jacobs simplify Originally committed as revision 10576 to …
(edit) @f62a2b61   17 years Aurélien Jacobs cosmetic: indent Originally committed as revision 10575 to …
(edit) @91fc2cf1   17 years Aurélien Jacobs add a new vp6a codec (add alpha plan support to vp6) Originally …
(edit) @58f66029   17 years andreas reindent Originally committed as revision 10573 to …
(edit) @e0a5d771   17 years diego Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not …
(edit) @247df384   17 years Aurélien Jacobs move all model related tables into their own struct Originally …
(edit) @1218a7e3   17 years diego cosmetics: Sort CODEC_ID list. Originally committed as revision 10570 …
(edit) @a7d70d88   17 years Aurélien Jacobs rename vp56_b6to3 to vp56_b2p Originally committed as revision 10569 …
(edit) @1457516f   17 years Aurélien Jacobs some simplifications and uniformisation Originally committed as …
(edit) @81fc2f37   17 years kostya.shishkov Remove check for input buffer size as it does not guarantee that …
(edit) @a98bb16   17 years ramiro.polla Organize header files and system functions checks Originally …
(edit) @79973335   17 years Aurélien Jacobs add support for yuva420p colorspace (yuv420p + alpha) Originally …
(edit) @b70335a2   17 years Aurélien Jacobs add support for yuva420p colorspace (yuv420p + alpha) Originally …
(edit) @1136d34a   17 years gpoirier factor out dequant table lookup outside loops, gives a 1-2% speed-up …
(edit) @0ebecca5   17 years lucabe72 Add my name to the copyright header, since rtp_mpv now contains a fair …
(edit) @e1e3d642   17 years michaelni remove done items Originally committed as revision 10562 to …
(edit) @d0c3be95   17 years lucabe72 Fix a warning by removing an useless assignment (buf_ptr should be …
(edit) @35fb813   17 years michaelni cosmetic (get rid of _ at the start of local variable names) …
(edit) @4783cf0d   17 years kostya.shishkov Do not try to decode more data than output buffer may hold Originally …
(edit) @8b505fc6   17 years diego VIS-specific code should be enabled conditional to HAVE_VIS, not …
(edit) @940f335a   17 years mans create and use check_asm() function Originally committed as revision …
(edit) @78eb653   17 years diego cosmetics: Move LDCONFIG variable to a more sensible place in …
(edit) @ff193e64   17 years michaelni some experimental iterative quantization code disabled as it is VERY …
(edit) @8b03def6   17 years diego Move VIS CFLAGS settings into configure. Originally committed as …
(edit) @b146873c   17 years diego VIS-specific code should be compiled conditional to HAVE_VIS, not …
(edit) @bd9d34a0   17 years diego Add a proper test for VIS instruction support. some help by Jan …
(edit) @ac140479   17 years kostya.shishkov Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). …
(edit) @c1f3c630   17 years kostya.shishkov Looks like this APE decoder support versions starting from 3.95 …
(edit) @3f4c2431   17 years diego spelling Originally committed as revision 10550 to …
(edit) @61858a76   17 years Reimar.Doeffinger Apply skip_loop_filter before checking if we can parallelize with the …
(edit) @a2085a7e   17 years kostya.shishkov Guard against output buffer overflows Originally committed as …
(edit) @675a0583   17 years kostya.shishkov Do not decode more data than output buffer may hold Originally …
(edit) @ee9d77dd   17 years michaelni duplicate note Originally committed as revision 10546 to …
(edit) @fffd6a5f   17 years michaelni indent Originally committed as revision 10545 to …
(edit) @638f489c   17 years michaelni fix segfault with …
(edit) @c2675d4a   17 years ramiro.polla Proper check for --help and -h parameters Originally committed as …
(edit) @06eab4b   17 years ramiro.polla Let the dependency checker decide about x11_grab_device_demuxer …
(edit) @32bbb99d   17 years baptiste.coudurier HDYC fourcc, sample hdyc/Test2.avi Originally committed as revision …
(edit) @3ae3b721   17 years ramiro.polla Replace one-lined if;elses to && || Originally committed as revision …
(edit) @3a319ab   17 years baptiste.coudurier add D-10 NTSC support Originally committed as revision 10539 to …
(edit) @28cf721   17 years baptiste.coudurier extract correct d10 aes3 audio channels number Originally committed …
(edit) @a27d6e71   17 years diego Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. …
(edit) @dee15ece   17 years Aurélien Jacobs allcodecs.h and allformats.h are not used anymore Originally …
(edit) @d999cff5   17 years Aurélien Jacobs remove last dependencies on allformats.h and allcodecs.h Originally …
(edit) @a889bf1   17 years diego cosmetics: typo Originally committed as revision 10534 to …
(edit) @f9436161   17 years benoit.fouet Make parse_date return INT64_MIN in case of unparsable input. Patch by …
(edit) @4ec45764   17 years ramiro.polla Add extralibs to the dependency checker Originally committed as …
(edit) @8a2b941   17 years ramiro.polla gpl for the X11 grabber has already been checked for Originally …
(edit) @497237c7   17 years ramiro.polla Use enable and disable macros where appropriate Originally committed …
(edit) @ee28dedc   17 years ikalvachev Remove inline from function that is exported. Issue noticed by …
(edit) @13ef7825   17 years ramiro.polla Properly check for -lm Originally committed as revision 10528 to …
(edit) @f84c3573   17 years Aurélien Jacobs Add support for VP6A in flv. Those files really contain 2 standard VP6 …
(edit) @13566c31   17 years diego cosmetics: sort() Originally committed as revision 10526 to …
(edit) @a8f70d7   17 years diego Add explanatory comments to the parse_date function. patch by Stefano …
(edit) @dbd255cd   17 years ramiro.polla Remove forced -pthread for freebsd. Configure properly detects which …
(edit) @1c915f83   17 years ramiro.polla Indent Originally committed as revision 10523 to …
(edit) @73483024   17 years ramiro.polla Remove --disable-bktr option from configure --disable-demuxer=bktr …
(edit) @584a3ac9   17 years mmhoffm blackfin vsad primitives Originally committed as revision 10521 to …
(edit) @56261c61   17 years mmhoffm properly tell the compiler that A0 and A1 are clobbered Originally …
(edit) @25e3e53d   17 years lucabe72 Fix an ffserver crash when a non-existing rtsp: url is requested …
(edit) @7f559eb   17 years Aurélien Jacobs disable loads of debug messages to reduce object size Originally …
(edit) @49812184   17 years diego Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional …
(edit) @670ab312   17 years diego Replace manual variable setting with the disable function. Originally …
(edit) @1051cc4f   17 years diego Remove cross_prefix from ln command. patch by Matthias Schneider, …
(edit) @9dc0bc3d   17 years lucabe72 Use AVFMT_FLAG_GENPTS for the input file (the RTP output format needs …
(edit) @6369638b   17 years Aurélien Jacobs loosen dependencies over allformats.h Originally committed as …
(edit) @84a72b1   17 years Aurélien Jacobs remove obsolete and wrong extern declaration Originally committed as …
(edit) @781ad2f5   17 years ben monkey audio demuxer now can parse ape tags Originally committed as …
(edit) @f71163d7   17 years ramiro.polla Move av_exit() to before main() Originally committed as revision …
(edit) @47f93b61   17 years ramiro.polla Split av_exit() out of main() Originally committed as revision 10509 …
(edit) @4ca5ece5   17 years diego Define mandir as $(PREFIX)/share/man rather than as $(PREFIX)/man to …
(edit) @1fe2d0fd   17 years diego cosmetics: typo Originally committed as revision 10507 to …
(edit) @0ab1ebea   17 years diego warning fix: nutdec.c: In function ‘nut_read_timestamp’: nutdec.c:759: …
(edit) @50c21814   17 years gpoirier fix image corruption when with multi-threaded decoding. dequant-tables …
(edit) @87657757   17 years kostya.shishkov Register myself as APE maintainer Originally committed as revision …
(edit) @20369773   17 years diego ln is not available on all platforms, so introduce a variable for it …
(edit) @2a898132   17 years kostya.shishkov Enable error resilience in WMV3/VC-1 decoder Originally committed as …
(edit) @2c8c5021   17 years diego Make distclean should remove .vhookdep. patch by Stefano Sabatini, …
(edit) @a9d78ac5   17 years kostya.shishkov HALFPQ should be used only for when PQUANT is selected Originally …
(edit) @f7d2a437   17 years kostya.shishkov In case when any quantizer may occur, HALFPQ should be zero …
(edit) @efd74286   17 years Reimar.Doeffinger Set codec_id correctly for RJPG codec_tag Originally committed as …
(edit) @a135bea5   17 years justin.ruggles skip incomplete frames Originally committed as revision 10497 to …
(edit) @3df88093   17 years justin.ruggles better AC3 header error reporting Originally committed as revision …
(edit) @d5b7144   17 years justin.ruggles fix random dithering of zero-bit mantissas Originally committed as …
(edit) @bfcf690   17 years justin.ruggles cosmetics: rename variables. tbl->tab for consistency with other AC3 …
(edit) @396a6ee5   17 years justin.ruggles fix decoding of DolbyNet AC3 Originally committed as revision 10493 …
(edit) @1a3a0a7   17 years lucabe72 Support fragmentation for AAC frames Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.