source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ba430e0c   17 years Reimar.Doeffinger dsputil must be initialized before calling rtjpeg init. Originally …
(edit) @6ec14b33   17 years gpoirier Improve track number decoding for some WMA files patch by Patrice …
(edit) @dbd6a1fe   17 years michaelni do not ignore return of decode_header() Originally committed as …
(edit) @b85bf991   17 years michaelni do not force the halfpel filter coeffs to be retransmitted on every …
(edit) @bc66275b   17 years michaelni update spec to reflect changes to implementation about per frame …
(edit) @e559c30a   17 years michaelni allow changing of the spatial_decomposition_count and quantization …
(edit) @4f90f33a   17 years michaelni perform init after reading the values needed for init fixes decoding …
(edit) @d3de3ee2   17 years diego Document libavutil/mem.h:av_strdup. patch by Stefano Sabatini, …
(edit) @081c9d1d   17 years michaelni unneeded and impossible during init ... Originally committed as …
(edit) @32272f7e   17 years michaelni unused Originally committed as revision 10454 to …
(edit) @014f9d23   17 years michaelni allocate slice buffer after parsing the header containing needed …
(edit) @ba8964db   17 years michaelni remove () Originally committed as revision 10452 to …
(edit) @61806e9f   17 years michaelni spatial_decomposition_count != 5 bugfix Originally committed as …
(edit) @fa731ccd   17 years michaelni scaling obmc tables under #if 0 also by 4 (yes they where forgotten …
(edit) @a11dc59a   17 years michaelni clarify Originally committed as revision 10449 to …
(edit) @1551e8e8   17 years Reimar.Doeffinger Properly handle nuv file with changing resolution Originally …
(edit) @bc101c10   17 years diego cosmetics: Remove useless empty line. Originally committed as …
(edit) @8b5d5864   17 years diego Elaborate on licensing issues: A few files are from libjpeg and the …
(edit) @7a562a31   17 years Reimar.Doeffinger Do not set codec_tag when the container does not specify it. …
(edit) @fd065d05   17 years Reimar.Doeffinger Make sure rtjpeg quality is a valid value Originally committed as …
(edit) @6cf7e81f   17 years Reimar.Doeffinger Fix extreme stupidity: buffer size check must of course be before …
(edit) @048905a4   17 years Reimar.Doeffinger 10l, add check forgotten in last commit Originally committed as …
(edit) @4f8a91c9   17 years Reimar.Doeffinger First ugly and slow attempt to fix nuv files with extra frameheader …
(edit) @c612b00d   17 years Reimar.Doeffinger Simplify nuv: factor out LZO decompression Originally committed as …
(edit) @dd6ca721   17 years Reimar.Doeffinger Copy nuv header only when the video codec is nuv Originally committed …
(edit) @e9314de6   17 years michaelni document MC Originally committed as revision 10438 to …
(edit) @61d6e44   17 years michaelni rename HTAPS -> HTAPS_MAX (later is correct after the previous change) …
(edit) @7d7f57d9   17 years michaelni store halfpel filter coefficients in the header as well as the flag …
(edit) @4770a97a   17 years michaelni remove outcommented code Originally committed as revision 10435 to …
(edit) @65dc0f53   17 years michaelni indention Originally committed as revision 10434 to …
(edit) @a68ca08e   17 years michaelni cleanup mc_block() perform interpolation steps in such an order that …
(edit) @7ae94d52   17 years benoit.fouet Indentation patch by Andreas Öman Originally committed as revision …
(edit) @ec970c21   17 years benoit.fouet Let H.264 decoder skip deblocking across slices if running with …
(edit) @7a297ceb   17 years lessen42 Update mkv regression tests after r10421 Originally committed as …
(edit) @1156c6b0   17 years ramiro.polla Rename the format name audio_device (used in both oss and audio_beos) …
(edit) @c7682de0   17 years ramiro.polla Remove --disable-audio-oss option from configure. …
(edit) @a4db8c89   17 years ramiro.polla Remove --disable-audio-beos option from configure. …
(edit) @50383e88   17 years ramiro.polla Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer …
(edit) @bf61632b   17 years michaelni revert r10403 there was no discussion about it nor did anyone provide …
(edit) @032aa7df   17 years benoit.fouet Cosmetic, change "fvstats" to "vstats_file". Patch by Stefano …
(edit) @75316e1d   17 years kostya.shishkov Set data_size to zero when DCA header parse failed Patch by Limin Wang …
(edit) @bdfae2a5   17 years benoit.fouet Add a bitstream filter for H.264. Originally committed as revision …
(edit) @c3ce4161   17 years lessen42 Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv Originally committed as …
(edit) @1ddcd07f   17 years kostya.shishkov Set correct length for last slice in frame subpacket Originally …
(edit) @13a579f   17 years gpoirier mention slice-based parallel H.264 decoding in changelog Originally …
(edit) @e648863   17 years diego cosmetics: Add some whitespace for better readability. Originally …
(edit) @bf898960   17 years diego spelling/wording nits in some Doxygen comments Originally committed …
(edit) @088ed4d6   17 years benoit.fouet Avoid a crash when H264 MMC operation causes the short term reference …
(edit) @4df7c7d8   17 years ramiro.polla Rename dc1394.c to libdc1394.c Originally committed as revision 10415 …
(edit) @5fdb9cc5   17 years ramiro.polla Prefix library format names with 'lib' in libavformat Originally …
(edit) @06e31011   17 years ramiro.polla Remove --disable-{v4l,v4l2} options from configure …
(edit) @7b1b62b2   17 years ramiro.polla Give better filenames to bktr and v4l grabbers Originally committed …
(edit) @fd484da7   17 years ramiro.polla Remove video_grab_ prefix from video_grab_{bktr,v4l} Originally …
(edit) @6a058d90   17 years michaelni revert 10409 there is no need for put_timestamp to be exported it is …
(edit) @8baaee65   17 years michaelni export put_timestamp() this will be needed for spliting the PES muxer …
(edit) @c1e8b67   17 years benoit.fouet Make sure that if a stream has a duration but the container doesn't …
(edit) @afebe2f7   17 years gpoirier Add slice-based parallel H.264 decoding Patch by Andreas Öman % …
(edit) @e146ce52   17 years mmhoffm using isnan instead of d==d, to signal correctly parsed option …
(edit) @cc5297e8   17 years benoit.fouet Correct initial timestamp Patch by Wolfram Gloger: [wmglo $ dent med …
(edit) @5f757b85   17 years diego Replace outdated BeOS section with a note that says that it is broken. …
(edit) @944fb371   17 years diego Add description for feature_request/open/approved. patch by Mark Cox, …
(edit) @005b6837   17 years diego Fix put_*_xy2_arm bug and enable put_pixels16_arm and …
(edit) @770202c   17 years diego Sort one more list alphabetically. Originally committed as revision …
(edit) @79fda097   17 years diego Alphabetically sort library dependencies list. Originally committed …
(edit) @14c2634b   17 years gpoirier Fix links to ARM documentation Originally committed as revision 10399 …
(edit) @4901263a   17 years lucabe72 AAC support in the SDP generator Originally committed as revision …
(edit) @c92a30bb   17 years kostya.shishkov Move H.264 intra prediction functions into their own context …
(edit) @6a1aa752   17 years michaelni 16bit IDWT implementation note Originally committed as revision 10396 …
(edit) @c78fc717   17 years michaelni more todo Originally committed as revision 10395 to …
(edit) @2b48d8b   17 years michaelni add a 8 taps filter for testing Originally committed as revision …
(edit) @c08bbe6c   17 years michaelni fix decoding of dracula.4xm before diego complains Originally …
(edit) @f9f835ee   17 years michaelni fix segfault with dracula.4xm closes issue132 Originally committed as …
(edit) @46491f13   17 years lessen42 Matroska regression tests Originally committed as revision 10391 to …
(edit) @71dce72b   17 years michaelni Replace constants by HTAPS (half pel interpolation filter taps) where …
(edit) @e09f7d61   17 years lessen42 Enable Matroska muxer Originally committed as revision 10389 to …
(edit) @ab332d0   17 years lessen42 Grammar nits Originally committed as revision 10388 to …
(edit) @b62a33d0   17 years lessen42 Always use AVFormatContext for av_log messages Originally committed …
(edit) @0f651e8c   17 years lessen42 Rename ebml size functions to indicate that they can be used for more …
(edit) @8b65b9a   17 years lessen42 We shouldn't be passing in sizes larger than 256-2, so use an assert …
(edit) @e5c29287   17 years lessen42 Indentation Originally committed as revision 10384 to …
(edit) @ac9e117   17 years lessen42 Don't seek when streamed Originally committed as revision 10383 to …
(edit) @c301d5a   17 years lessen42 Get rid of useless braces Originally committed as revision 10382 to …
(edit) @7e33d3fe   17 years lessen42 Indent Originally committed as revision 10381 to …
(edit) @dc4a9f67   17 years lessen42 Match the behaviour betwen the bmp and wav codec tag lookups …
(edit) @46d18a88   17 years lessen42 Write codecprivate to a dynamic buffer so that seeking isn't required …
(edit) @5c559894   17 years lessen42 Move writing codec private element to its own function Originally …
(edit) @211783a5   17 years lessen42 Cosmetics Originally committed as revision 10377 to …
(edit) @91ca9690   17 years lessen42 Use num_entries directly rather than mixing it with a local copy …
(edit) @e3cd80c   17 years lessen42 Doxygenify comments Originally committed as revision 10375 to …
(edit) @7f8582df   17 years lessen42 Make sure that the calculated duration doesn't decrease Originally …
(edit) @8ffc5f9e   17 years lessen42 Split some really long lines Originally committed as revision 10373 …
(edit) @3967eb52   17 years lessen42 Correct message Originally committed as revision 10372 to …
(edit) @9e2a3e22   17 years lessen42 Always check the return of mkv_add_seekhead_entry Originally …
(edit) @6d588ecd   17 years lessen42 Pass the returned error code of functions up Originally committed as …
(edit) @c35de1a1   17 years lessen42 Check that the seekheads were created Originally committed as …
(edit) @0b38843a   17 years lessen42 Return AVERROR(ENOMEM) when appropriate Originally committed as …
(edit) @47e08c58   17 years lessen42 Indentation Originally committed as revision 10367 to …
(edit) @0580a12   17 years lessen42 Use assert for conditions that must be true Originally committed as …
(edit) @203cce9a   17 years lessen42 Simplify Originally committed as revision 10365 to …
(edit) @8cf3bb2   17 years lessen42 Grammar nits Originally committed as revision 10364 to …
Note: See TracRevisionLog for help on using the revision log.