source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @309005c0   16 years diego cosmetics: Fix indentation after last commit. Originally committed as …
(edit) @6b83bb1e   16 years diego Fix indentation after last commit. Originally committed as revision …
(edit) @f22e5e22   16 years diego Remove AltiVec vector declaration compiler compatibility macros. The …
(edit) @e740c796   16 years michaelni Fix segfault with non existing input files. Originally committed as …
(edit) @a53b5450   16 years vitor1001 Cosmetics: grammar nits Originally committed as revision 14368 to …
(edit) @1412060e   16 years diego misc spelling/grammar fixes Originally committed as revision 14367 to …
(edit) @80a61f08   16 years diego Remove AltiVec vector declaration compiler compatibility macros. The …
(edit) @ec072669   16 years benoit.fouet Use tkhd matrix for proper display in mov. Patch by John Schmiederer …
(edit) @2477d609   16 years vitor1001 Rename update() function to backward_filter() and add a doxy comment …
(edit) @a6755f8d   16 years vitor1001 Rename and comment bandwidth broadening tables (s/table1a/syn_bw_tab/, …
(edit) @5e65f5df   16 years vitor1001 Follow FFmpeg convention of returning negative values on error in …
(edit) @a3896c6   16 years vitor1001 Rename pred() to eval_lpc_coeffs() and add a doxy comment Originally …
(edit) @a0cce15   16 years vitor1001 Give windowing tables a more descriptive name (s/table1/syn_window/, …
(edit) @475d0e14   16 years vitor1001 Add comments to do_hybrid_window() Originally committed as revision …
(edit) @0f72a2b7   16 years vitor1001 Give parameters of do_hybrid_window() more meaningful names …
(edit) @427981c7   16 years vitor1001 Rename co() function to the much more descriptive name of …
(edit) @5ab3d66f   16 years vitor1001 Simplify co(): write constant in a more readable way Originally …
(edit) @bf75ac5   16 years vitor1001 Simplify co(), use memcpy/memmove and colmult() when useful. …
(edit) @a149c1a5   16 years michaelni Reset prev_frame_num for idr frames as required by the spec. …
(edit) @b4cf2228   16 years michaelni Better explanation for buf_size==0 code. Originally committed as …
(edit) @327ce5e6   16 years kostya.shishkov SMPTE 421M Annex L (aka .rcv) muxer Originally committed as revision …
(edit) @cf67f165   16 years michaelni 100l cross_idr simplification had a typo Originally committed as …
(edit) @f3ba9db4   16 years michaelni Remove truncated support, use an AVParser if you used that, it is the …
(edit) @617e42e2   16 years michaelni Simplify cross_idr calculation. Originally committed as revision …
(edit) @20455a33   16 years banan Reduce the loglevel on a log message in the Nellymoser decoder. …
(edit) @55f22dd4   16 years michaelni Remove redundant keyframe checks. Originally committed as revision …
(edit) @817a3de   16 years lucabe72 Reindent after last commit Originally committed as revision 14346 to …
(edit) @fb34e75d   16 years lucabe72 Do not rescale AV_NOPTS_VALUE in output_example.c Originally …
(edit) @00a75000   16 years kostya.shishkov In-loop deblocking filter for VC-1 decoder Originally committed as …
(edit) @144b46f2   16 years vitor1001 My commit at r14340 was not the right solution. For a monochromatic …
(edit) @6de72724   16 years vitor1001 Do declaration and initialization separately in elbg.c to workaround …
(edit) @6bf8b047   16 years vitor1001 When picking a "high utility centroid" do not pick one that has no …
(edit) @5916af19   16 years vitor1001 The codebook generator algorithm involves picking three different …
(edit) @26b86e47   16 years michaelni Support gaps in the frame num. Fixes at least: MR3_TANDBERG_B.264 …
(edit) @e44e4837   16 years michaelni Reset frame_num for MMCO 5. Fixes at least MR2_TANDBERG_E.264 …
(edit) @2e916cb3   16 years michaelni 3rd try to get the loop filter ref/mv check working correctly. Fixes …
(edit) @5a78bfbd   16 years michaelni qscale has a range of 0..51 we thus do not need a 256 entry table and …
(edit) @a82688b0   16 years michaelni Setting chroma_qp to 0 for PCM blocks is really an interesting minor …
(edit) @3a756169   16 years michaelni Deobfusate chroma_qp_table[1] init code. Originally committed as …
(edit) @3a9b190c   16 years benoit.fouet Enhance qblur and qcomp documentation. Patch by tripp eliared yahoo …
(edit) @6aaff88f   16 years Carl Eugen Hoyos Revert r13542: Spatial direct mode probably also works with PAFF. …
(edit) @c32867b5   16 years michaelni Loop filtering with multiple slice types fix. Fixes at least: …
(edit) @b7d49373   16 years stefano.sabatini-lala Make configure --help document the --enable-debug option. Originally …
(edit) @5ad2b4c6   16 years diego Add complete listing of bitstream filters and 2 examples to the …
(edit) @662e5411   16 years diego Correct b_quant offset comment in avcodec.h, it is the description for …
(edit) @9c56a1f9   16 years diego Move --disable-debug to a better place within configure help output. …
(edit) @9f5c103   16 years michaelni Use slice_type_nos instead of slice_type where it makes no difference. …
(edit) @4b30289e   16 years michaelni SI/SP slice support. (not bitexact) SI untested as I did not find any …
(edit) @932f396f   16 years michaelni Remove superfluous (). Originally committed as revision 14324 to …
(edit) @e3e6f18f   16 years michaelni Simplify slice type checks. Originally committed as revision 14323 to …
(edit) @72caa912   16 years michaelni More correct ref comparison in the loop filter. Originally committed …
(edit) @091d3bdc   16 years michaelni fix memleak Originally committed as revision 27332 to …
(edit) @47b7382d   16 years michaelni Cleanup, use av_freep() instead of av_free(x); x=NULL Originally …
(edit) @582b3549   16 years diego Check the allocated pointer instead of the given pointer as intended …
(edit) @bbc35f51   16 years diego Clarify -minrate/-maxrate description in the documentation. patch by …
(edit) @29d05eb   16 years michaelni Simplify spatial direct ref selection with FFMIN3() Originally …
(edit) @86255db   16 years diego cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style …
(edit) @b6934d7f   16 years diego cosmetics: Reindent two misplaced braces. Originally committed as …
(edit) @e3905ce0   16 years diego cosmetics: Reformat PPC code in libavcodec according to style …
(edit) @41f5c62f   16 years michaelni Fix used references indexes in the loop filter. Disable …
(edit) @7c7cf452   16 years michaelni Add skip* AVOptions, which seem to have been missed. Originally …
(edit) @b000c604   16 years andreas Decrease severity of 'invalid new backstep' log message to warning in …
(edit) @11f63a22   16 years andreas Supply context argument to av_log() in mpeg audio decoder. Originally …
(edit) @4760aec6   16 years justin.ruggles read 'coupling in use' parameter from bitstream into decoder context …
(edit) @4f20b45f   16 years michaelni Fix h264_loop_filter_strength_mmx2() so it works with PAFF. fixed at …
(edit) @d11f9e1b   16 years banan Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID …
(edit) @fb19e144   16 years michaelni Take the brain amputated spec literally if the user asks for it …
(edit) @0042808e   16 years michaelni Remove explicit strict_std_compliance support as it seems to work fine …
(edit) @5771b2c3   16 years michaelni Make strict_std_compliance available to decoders. Originally …
(edit) @f7dbf86d   16 years banan Fix for possible null pointer dereferencing, closes Coverity report 68 …
(edit) @9f59e608   16 years vitor1001 Cosmetics: alignment Originally committed as revision 14304 to …
(edit) @3c617380   16 years vitor1001 Simplify co(): do not abuse pointer aritmetics Originally committed …
(edit) @2a811db2   16 years michaelni Make the automatic has_b_frames increasing code increase it up to the …
(edit) @6bc5714b   16 years vitor1001 Simplify co(): remove variables that are only used once Originally …
(edit) @28bb9eb2   16 years michaelni Try to fix my latest 100l fate SVQ3 breakage. Originally committed as …
(edit) @801b27fa   16 years michaelni Remove apparently unneeded out!=NULL check. Originally committed as …
(edit) @3eaa6d0e   16 years michaelni Simplify picture output code. Originally committed as revision 14298 …
(edit) @6b476f05   16 years michaelni Remove useless #if 0 code. Originally committed as revision 14297 to …
(edit) @7c0efecc   16 years michaelni Do not forget marking disposed delayed pics as unused. Fixes issue335 …
(edit) @f12c4bba   16 years baptiste.coudurier add ogv extension Originally committed as revision 14295 to …
(edit) @0fb6c620   16 years baptiste.coudurier cosmetics, remove space Originally committed as revision 14294 to …
(edit) @9b92ed76   16 years baptiste.coudurier update swf video frame number when muxing done, fix #439 Originally …
(edit) @79f4494a   16 years michaelni indent Originally committed as revision 14292 to …
(edit) @0ab515e9   16 years michaelni simplify Originally committed as revision 14291 to …
(edit) @7645da91   16 years justin.ruggles cosmetic: use hex value instead of decimal to show relation to …
(edit) @df8a7dff   16 years michaelni Remove delayed_output_pic, I do not understand what this variable was …
(edit) @1b547aba   16 years michaelni Drop out of order pics even if bitstream_restriction_flag is set. …
(edit) @34e0d789   16 years vitor1001 Set avctx->coded_frame in RoQ encoder. At some point in the SVN …
(edit) @6ebc89ac   16 years michaelni Make the ugly hack which uses an unused entry in the internal buffer …
(edit) @fc7ad2a   16 years stefano.sabatini-lala Make ffmpeg -t X with X<=0 transcode nothing. Originally committed as …
(edit) @5bfe3b85   16 years michaelni minor simplification of qdm2_decode_fft_packets() Originally …
(edit) @197ea524   16 years michaelni Make frames non reference by default, so they are disposed of …
(edit) @44eb047a   16 years michaelni Correcting displayed muxing overhead and video stream size. Partially …
(edit) @e0168e3b   16 years michaelni Support reading large metadata. fixes issue187 Originally committed …
(edit) @1e77df15   16 years michaelni Make bitstream_* fields unsigned. Originally committed as revision …
(edit) @cfcd396b   16 years michaelni Only realloc() bitstream buffer when the needed size increased, this …
(edit) @2b4b8c82   16 years michaelni If metadata has been parsed goto end instead of trying to decorrelate …
(edit) @8d8d2b73   16 years benoit.fouet Fix a mem leak in vc1_decode_frame(). Patch by Erik Hovland erik …
(edit) @be390a4e   16 years benoit.fouet Fix a mem leak in av_find_stream_info(). Patch by Erik Hovland erik …
(edit) @b7b38fb2   16 years mans intreadwrite: support DEC compiler unaligned type qualifier …
Note: See TracRevisionLog for help on using the revision log.