aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make opt_frame_pix_fmt() call show_pix_fmts() if the provided optionStefano Sabatini2010-02-031-1/+1
* The convertion between bit and byte is 8 not 60.Michael Niedermayer2010-02-031-1/+1
* Correct opts calulation in ffmpeg.c.Michael Niedermayer2010-02-032-5/+2
* Alternative solution for the mpegvideo_split + mov problem.Michael Niedermayer2010-02-031-1/+4
* Indentation cleanupPeter Ross2010-02-031-3/+3
* Extend IFF demuxer to parse PBM/ILBM bitmap chunksPeter Ross2010-02-031-11/+88
* IFF PBM/ILBM bitmap decoderPeter Ross2010-02-036-1/+235
* RevertMichael Niedermayer2010-02-031-0/+1
* Only set duration for streams where it is likely correct.Michael Niedermayer2010-02-031-1/+2
* Set nb_frames.Michael Niedermayer2010-02-021-4/+4
* Compare the correct clocks for syncing video to audio/ext.Michael Niedermayer2010-02-021-2/+1
* Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684).Carl Eugen Hoyos2010-02-021-1/+2
* Move the initial refresh scheduling for audio display away from where itMichael Niedermayer2010-02-021-4/+4
* Guess the duration before converting video and write guessed durationJustin Johnson2010-02-022-1/+14
* Commit disapeared hunk, must have editied this out by mistake between local d...Michael Niedermayer2010-02-021-0/+1
* Fix warnings about redefining constants when compiling libpostproc.Yuriy Kaminskiy2010-02-021-0/+3
* Autodetect when byte based seeking is better (that is for all formats that allowMichael Niedermayer2010-02-021-2/+5
* Use currently displayed file position instead of just url_ftell() for seeking...Michael Niedermayer2010-02-021-5/+14
* Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer2010-02-022-27/+28
* Fix seek flagsMichael Niedermayer2010-02-021-0/+1
* Fix buildMåns Rullgård2010-02-011-2/+2
* Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier2010-02-013-7/+14
* Use parentheses around && within ||, fix the gcc warning:Stefano Sabatini2010-02-011-1/+1
* Reindent.Stefano Sabatini2010-02-011-8/+8
* Check pkt.pts against the recording time.Michael Niedermayer2010-02-013-9/+13
* Use pixel format descriptors to check if the input format is paletted.Stefano Sabatini2010-02-011-5/+1
* mention symbol versioningReinhard Tartler2010-02-011-0/+1
* Make sure the faulty timestamp detection is just done when we have a pictureMichael Niedermayer2010-02-011-0/+2
* Reset frame_last_delay to 0.Michael Niedermayer2010-02-011-1/+1
* Move frame_last_delay into flush code as it must be reset on seeks to,Michael Niedermayer2010-02-011-1/+1
* Reset frame_last_pts on flush (and thus also at start)Michael Niedermayer2010-02-011-0/+2
* Insert a flush packet into the que on init, that way common code betweenMichael Niedermayer2010-02-011-0/+3
* "Flush" the picture que on seeks, this prevents the display thread fromMichael Niedermayer2010-02-011-4/+22
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-0112-29/+72
* Schedule refreshes from a thread that actually knows the PTS.Michael Niedermayer2010-02-011-5/+2
* Fix race condition with reading between video_current_pts and video_current_p...Michael Niedermayer2010-02-011-10/+9
* Try to more completely update time variables on unpause.Michael Niedermayer2010-02-011-2/+7
* Remove unnecessary fields in ALSSpecificConfig.Thilo Borgmann2010-02-011-12/+8
* Simplify get_video_clock()Michael Niedermayer2010-02-011-4/+2
* 10l, forgot HAS_ARG, -drp segfaulted.Michael Niedermayer2010-02-011-1/+1
* Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE.Michael Niedermayer2010-02-011-0/+1
* decoder reorder pts auto detection.Michael Niedermayer2010-01-311-5/+24
* Fix indention.Michael Niedermayer2010-01-311-18/+18
* Increase search range if no end timestamp could be found for the durationMichael Niedermayer2010-01-311-2/+9
* Fix grammar: write to DST THING -> write THING to DST.Stefano Sabatini2010-01-311-4/+4
* Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini2010-01-314-8/+12
* Bink video codec id is there, demuxer can use itKostya Shishkov2010-01-311-1/+1
* Update binkaudio to new DECLARE_ALIGNED syntaxDaniel Verkamp2010-01-311-2/+2
* libavcodec version bump for Bink codec IDs (r21536)Daniel Verkamp2010-01-311-1/+1
* Latent libavformat version bump for Bink demuxer (r21569)Peter Ross2010-01-311-1/+1