summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini2010-02-051-9/+8
* Satisfy style nits.Stefano Sabatini2010-02-051-2/+2
* Doxument url_fdopen().Stefano Sabatini2010-02-051-2/+11
* Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini2010-02-051-2/+4
* Satisfy consistency need:Stefano Sabatini2010-02-051-1/+1
* Add function to translate SWS_CS_* to coefficient arrayDavid Conrad2010-02-052-1/+14
* make the RDFT vissualizatiom default, the scopes are ugly and eat CPU likeMichael Niedermayer2010-02-051-1/+1
* Make sure the rdft has enough audio available.Michael Niedermayer2010-02-051-7/+9
* strn muxing in avi support.Michael Niedermayer2010-02-051-9/+17
* Support strn tag in avidec.Michael Niedermayer2010-02-051-9/+19
* Correcting wrong looking stream_id validity check in avidec.Michael Niedermayer2010-02-051-1/+1
* Scale rdft vissualization up by 2 so theres no unused space on the topMichael Niedermayer2010-02-051-2/+2
* Do not segfault when doing "ffplay -h"Vitor Sessak2010-02-051-1/+1
* Pretty RDFT audio visualization.Michael Niedermayer2010-02-051-2/+51
* Fast seeking.Michael Niedermayer2010-02-051-3/+11
* Add ALAC 24 bps decoding support.Jai Menon2010-02-041-16/+103
* Fix large timebases.Michael Niedermayer2010-02-042-4/+4
* Implement cool new vlc code.Michael Niedermayer2010-02-041-3/+1
* autoexitMichael Niedermayer2010-02-041-0/+6
* Dont try generic seek if seek request before first index entry and backward.Michael Niedermayer2010-02-031-0/+3
* Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini2010-02-033-6/+55
* Clean after toggling wave.Michael Niedermayer2010-02-031-0/+5
* Use pixel format descriptors for checking if the input format isStefano Sabatini2010-02-031-5/+2
* Try to open decoders in av_find_stream_info() even if no packets for theMichael Niedermayer2010-02-031-0/+7
* Move is->frame_timer init from start to flush_pkt handling so it is alsoMichael Niedermayer2010-02-031-1/+1
* 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
OpenPOWER on IntegriCloud