source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @80a07f6e   15 years stefano.sabatini-lala Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). …
(edit) @7b0b81a1   15 years mans PPC: allow --cpu=E500[v2] Patch by Ancoron Luciferis <ancoron …
(edit) @56348891   15 years mans configure: match PPC CPU types case insensitively Originally …
(edit) @9b861379   15 years mans Set target_path to $(CURDIR) CURDIR is updated by make -C, PWD is …
(edit) @4e992796   15 years michaelni Replace h->left_type[0] by the local variable for it we have. No …
(edit) @012dbcce   15 years michaelni slightly faster bit trickery. Originally committed as revision 21540 …
(edit) @77821e11   15 years michaelni Replace ?: by branchless code. about 0.5% faster loop filtering …
(edit) @7dac0c43   15 years stefano.sabatini-lala Fix randomness of the swscale-test output. See the thread: Subject: …
(edit) @2a33c673   15 years daniel Set duration in Smacker demuxer Originally committed as revision …
(edit) @895ab748   15 years daniel Demux Bink audio in Smacker files Originally committed as revision …
(edit) @4e5f42dd   15 years daniel Add Bink codec IDs Originally committed as revision 21536 to …
(edit) @adb54961   15 years kostya.shishkov another 10l: forgot to change parent condition as well Originally …
(edit) @b381a823   15 years kostya.shishkov 10l trocadero: now return value of ff_rtmp_packet_read() has different …
(edit) @0b6b10d   15 years kostya.shishkov Make RTMP send/receive packet functions report number of bytes read or …
(edit) @09b67cc4   15 years kostya.shishkov cosmetics: add an empty line between variable declarations and code …
(edit) @1cf31685   15 years kostya.shishkov Indeo Video Interactive 4 and 5 common code and DSP functions. …
(edit) @b0f36ee1   15 years ramiro.polla Revert commits 21227, 21441, and 21442. None of this is necessary now …
(edit) @800274f8   15 years Reimar.Doeffinger Make VP5 and VP6 decoders output a qscale table to allow for more …
(edit) @5e4e9042   15 years rsbultje Add no_repeat_mask option, so that single-pulse vectors can also be …
(edit) @4a27f326   15 years robert.swain Add support for vorbis 6.1 and 7.1 channel configurations as per the …
(edit) @012dc2c4   15 years baptiste.coudurier Remove MAX_STREAMS usage in ogg and mxf muxers Originally committed …
(edit) @402d55ee   15 years mans Set target_path to $(PWD) by default This simplifies configuring for …
(edit) @6c88973a   15 years mans Add AV_COPY32 Originally committed as revision 21524 to …
(edit) @788627de   15 years mans Define av_alias if supported by compiler Originally committed as …
Note: See TracRevisionLog for help on using the revision log.