source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @89ee5c68   15 years stefano.sabatini-lala Satisfy consistency need: int * sws_getCoefficients -> int …
(edit) @3f3dc76c   15 years lessen42 Add function to translate SWS_CS_* to coefficient array Originally …
(edit) @bf8ae197   15 years michaelni make the RDFT vissualizatiom default, the scopes are ugly and eat CPU …
(edit) @4c7c7645   15 years michaelni Make sure the rdft has enough audio available. 10l (looks cleaner now) …
(edit) @ffdf0d48   15 years michaelni strn muxing in avi support. untested as ffmpeg.c has no means to set …
(edit) @7a9af8ec   15 years michaelni Support strn tag in avidec. Originally committed as revision 21643 to …
(edit) @1ac08937   15 years michaelni Correcting wrong looking stream_id validity check in avidec. …
(edit) @092421cf   15 years michaelni Scale rdft vissualization up by 2 so theres no unused space on the top …
(edit) @674fe163   15 years vitor1001 Do not segfault when doing "ffplay -h" Originally committed as …
(edit) @12eeda34   15 years michaelni Pretty RDFT audio visualization. Originally committed as revision …
(edit) @d52ec002   15 years michaelni Fast seeking. Try clicking with the mouse in the window, hold the …
(edit) @f430c7b6   15 years jmenon86 Add ALAC 24 bps decoding support. Originally committed as revision …
(edit) @3102d180   15 years michaelni Fix large timebases. Fixed issue1633 Originally committed as revision …
(edit) @ed3e9148   15 years michaelni Implement cool new vlc code. Fixes issue1637 Originally committed as …
(edit) @2d1653b0   15 years michaelni autoexit implements issue1019 Originally committed as revision 21634 …
(edit) @8c3b161e   15 years michaelni Dont try generic seek if seek request before first index entry and …
(edit) @82e5f86b   15 years stefano.sabatini-lala Implement shuffle_bytes_abcd() functions and use them for shuffling …
(edit) @f5968788   15 years michaelni Clean after toggling wave. Fixes issue1180. Originally committed as …
(edit) @ef9f8dd7   15 years stefano.sabatini-lala Use pixel format descriptors for checking if the input format is …
(edit) @43e4d57f   15 years michaelni Try to open decoders in av_find_stream_info() even if no packets for …
(edit) @b25453bd   15 years michaelni Move is->frame_timer init from start to flush_pkt handling so it is …
(edit) @cedac88   15 years stefano.sabatini-lala Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option …
(edit) @566cd2c   15 years michaelni The convertion between bit and byte is 8 not 60. Fixes wrong cursor …
(edit) @f575f08   15 years michaelni Correct opts calulation in ffmpeg.c. This correct the stop point for …
(edit) @5bfe91e6   15 years michaelni Alternative solution for the mpegvideo_split + mov problem. …
(edit) @451b353d   15 years pross Indentation cleanup Originally committed as revision 21624 to …
(edit) @02c4f62   15 years pross Extend IFF demuxer to parse PBM/ILBM bitmap chunks Originally …
(edit) @b9e06ddd   15 years pross IFF PBM/ILBM bitmap decoder Originally committed as revision 21622 to …
(edit) @299fd39   15 years michaelni Revert r12684 | michael | 2008-04-04 02:43:34 +0200 (Fri, 04 Apr …
(edit) @3c8d75e6   15 years michaelni Only set duration for streams where it is likely correct. Fixes …
(edit) @bce8840a   15 years michaelni Set nb_frames. Also add DXSA tag (commited by mistake in this commit, …
(edit) @f04c6e35   15 years michaelni Compare the correct clocks for syncing video to audio/ext. Fixes …
(edit) @36cbdc95   15 years Carl Eugen Hoyos Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x …
(edit) @48ff3f7c   15 years michaelni Move the initial refresh scheduling for audio display away from where …
(edit) @c5e1e982   15 years Carl Eugen Hoyos Guess the duration before converting video and write guessed duration …
(edit) @a3cc2160   15 years michaelni Commit disapeared hunk, must have editied this out by mistake between …
(edit) @5d39be73   15 years Carl Eugen Hoyos Fix warnings about redefining constants when compiling libpostproc. …
(edit) @70a4764d   15 years michaelni Autodetect when byte based seeking is better (that is for all formats …
(edit) @1a620dd7   15 years michaelni Use currently displayed file position instead of just url_ftell() for …
(edit) @c45ebd54   15 years michaelni Set AVPacket.pos in MPEG-PS demuxer. Originally committed as revision …
(edit) @3890dd3a   15 years michaelni Fix seek flags Originally committed as revision 21603 to …
(edit) @0694a009   15 years mans Fix build Originally committed as revision 21602 to …
(edit) @9125806e   15 years Carl Eugen Hoyos Fix warnings about implicit function declaration when compiling …
(edit) @ecbed31   15 years stefano.sabatini-lala Use parentheses around && within ||, fix the gcc warning: ffplay.c: In …
(edit) @df7d6e48   15 years stefano.sabatini-lala Reindent. Originally committed as revision 21599 to …
(edit) @f8ccf72   15 years michaelni Check pkt.pts against the recording time. This fixes at least ogg …
(edit) @d2a2b08c   15 years stefano.sabatini-lala Use pixel format descriptors to check if the input format is paletted. …
(edit) @4ebaec79   15 years siretart mention symbol versioning Originally committed as revision 21594 to …
(edit) @99e0b12b   15 years michaelni Make sure the faulty timestamp detection is just done when we have a …
(edit) @f7119e42   15 years michaelni Reset frame_last_delay to 0. This avoids a few ms delay for the first …
(edit) @acf24b87   15 years michaelni Move frame_last_delay into flush code as it must be reset on seeks to, …
(edit) @967030eb   15 years michaelni Reset frame_last_pts on flush (and thus also at start) fixes issue558 …
(edit) @515bd00e   15 years michaelni Insert a flush packet into the que on init, that way common code …
(edit) @6c7d3ead   15 years michaelni "Flush" the picture que on seeks, this prevents the display thread …
(edit) @ca76a119   15 years pross Add a list of generic tags and change demuxers to follow it. Patch by …
(edit) @b8bb398a   15 years michaelni Schedule refreshes from a thread that actually knows the PTS. Fixes …
(edit) @68aefbe8   15 years michaelni Fix race condition with reading between video_current_pts and …
(edit) @f5668147   15 years michaelni Try to more completely update time variables on unpause. Could not …
(edit) @8e14fbe8   15 years Thilo Borgmann Remove unnecessary fields in ALSSpecificConfig. Originally committed …
(edit) @41a4cd0c   15 years michaelni Simplify get_video_clock() Originally committed as revision 21582 to …
(edit) @59055363   15 years michaelni 10l, forgot HAS_ARG, -drp segfaulted. Originally committed as …
(edit) @5cd39284   15 years michaelni Set reordered_opaque during context alloc by default to …
(edit) @41db429d   15 years michaelni decoder reorder pts auto detection. Originally committed as revision …
(edit) @6371c81a   15 years michaelni Fix indention. Originally committed as revision 21578 to …
(edit) @411ff322   15 years michaelni Increase search range if no end timestamp could be found for the …
(edit) @351aff7   15 years stefano.sabatini-lala Fix grammar: write to DST THING -> write THING to DST. Originally …
(edit) @b4b66456   15 years stefano.sabatini-lala Avoid usage of avcodec_get_pix_fmt_name() and …
(edit) @971c55f1   15 years kostya.shishkov Bink video codec id is there, demuxer can use it Originally committed …
(edit) @abafc87c   15 years daniel Update binkaudio to new DECLARE_ALIGNED syntax Originally committed …
(edit) @315c8d6c   15 years daniel libavcodec version bump for Bink codec IDs (r21536) Originally …
(edit) @40da0b36   15 years pross Latent libavformat version bump for Bink demuxer (r21569) Originally …
(edit) @c0d3f516   15 years pross Bink Audio decoder Originally committed as revision 21570 to …
(edit) @2e375df5   15 years pross Bink demuxer Originally committed as revision 21569 to …
(edit) @688621d7   15 years Reimar.Doeffinger Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and …
(edit) @6b807c15   15 years pross Add v210x decoder long name Originally committed as revision 21567 to …
(edit) @af0e6621   15 years stefano.sabatini-lala Declare support for the pixel formats: PIX_FMT_YUVJ420P …
(edit) @37b2b0d6   15 years michaelni Get rid of a check in one direction that cant be true in it in that …
(edit) @e62bd367   15 years mans Blackfin: use SRAM only when CONFIG_SRAM is set Originally committed …
(edit) @d132d50f   15 years mans Blackfin: use SRAM only when CONFIG_SRAM is set Originally committed …
(edit) @6b35d421   15 years mans Add CONFIG_SRAM to allow use of on-chip SRAM on some systems Some …
(edit) @2ef46053   15 years michaelni Fix seeking by bytes with the mouse and do so by default if the …
(edit) @c55806e3   15 years michaelni Flag to ignore dts on frames that contain pts. This works around …
(edit) @6299a229   15 years michaelni Fix AVFormat AVOprions. Originally committed as revision 21561 to …
(edit) @029ddf33   15 years Reimar.Doeffinger Store strings directly in mov_mdhd_language_map instead of using …
(edit) @909f6594   15 years stefano.sabatini-lala Reindent. Originally committed as revision 30467 to …
(edit) @3ece3e52   15 years stefano.sabatini-lala Use a consistent convention for the names of the internal wrapper …
(edit) @f28f146   15 years michaelni Flush the bitreservour. Fixes issue1716 Originally committed as …
(edit) @1c90d298   15 years Reimar.Doeffinger Always consider the mov language code as 4 bytes fixed size and change …
(edit) @832ec428   15 years Reimar.Doeffinger Simplify conversion to 5-bit ASCII. Originally committed as revision …
(edit) @c676895f   15 years mans Separate audio-only tests so they are only run once Originally …
(edit) @79ee4683   15 years michaelni Redesign packet queue full check to be more robust. Originally …
(edit) @ce2421a5   15 years michaelni Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi …
(edit) @8757dc5e   15 years stefano.sabatini-lala Remove duplicated empty line. Originally committed as revision 21553 …
(edit) @26468148   15 years michaelni Split first reference list comparission from mv comparission. about …
(edit) @3d05c1fb   15 years Reimar.Doeffinger Make the jump-table section-relative for x86_64 with PIC enabled. This …
(edit) @718c7b18   15 years stefano.sabatini-lala Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() …
(edit) @22bf4592   15 years stefano.sabatini-lala Remove duplicated word in av_strlcat() doxy. Originally committed as …
(edit) @1c790092   15 years stefano.sabatini-lala Add missing '()' at the end of a function name. Originally committed …
(edit) @14ace37e   15 years stefano.sabatini-lala Add mention to the av_get_pix_fmt() addition. Originally committed as …
(edit) @64ad53ff   15 years Carl Eugen Hoyos Disable Altivec for processors older than G4. Originally committed as …
Note: See TracRevisionLog for help on using the revision log.