summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add check for changing number of channels in DCA.Daniel Kang2011-01-18
| | | | Fixes issue 2505.
* Update threshold to detect real timebase for stream copy.Michael Niedermayer2011-01-18
| | | | This may fix a bug where quicktime files use 1/600 timebase.
* Missing parts of IVF muxer support.Reimar Döffinger2011-01-18
|
* Feed the filter chain with the sample aspect ratio from the muxer or codec layerMichael Niedermayer2011-01-17
| | | | like it has been done prior libavfilter.
* Add my GPG fingerprint to MAINTAINERSAnssi Hannula2011-01-17
|
* Merge two if (got_picture) {} blocks in ffplay.c:get_video_frame().Stefano Sabatini2011-01-17
|
* update av_log_missing_feature() to gitJanne Grunau2011-01-17
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Change SVN to Git in configureLou Logan2011-01-17
| | | | | | Changes "version from SVN" to "version from Git". Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Remove outcommented fossil code.Stefano Sabatini2011-01-17
|
* Explain how to set up user name/email correctly for git.Reimar Döffinger2011-01-17
|
* Add muxer for IVF format.Reimar Döffinger2011-01-17
|
* prevent integer overflow in calculating durationJohn Wimer2011-01-17
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Add instructions how to check out a specific svn revision with gitJanne Grunau2011-01-17
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* rewrite git-howto for the no merge policyJanne Grunau2011-01-17
| | | | Originally committed as revision 26400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix date and revision for lavc 52.104.Carl Eugen Hoyos2011-01-17
| | | | Originally committed as revision 26399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3: remove an unnecessary static variableAlexander Strange2011-01-17
| | | | Originally committed as revision 26398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate last picture for 4xm pfrm if its not allocated.Michael Niedermayer2011-01-16
| | | | | | Fixes segfault and issue2527 Originally committed as revision 26397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two typos in git howto.Alex Converse2011-01-16
| | | | Originally committed as revision 26396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make config_props() return AVERROR(EINVAL) rather than 1 in case ofStefano Sabatini2011-01-16
| | | | | | | | failed SWScaleContext initialization. Fix issue2546. Originally committed as revision 26395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use git describe for naming version in pure git clonesRamiro Polla2011-01-16
| | | | | | Patch by: Ramiro Polla <ramiro <DOT> polla gmail <DOT> com> Originally committed as revision 26394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typo in git howto section headingJanne Grunau2011-01-16
| | | | | | spotted by ubitux on irc Originally committed as revision 26393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check 4xm headers for validity. This should avoid 1/0.Michael Niedermayer2011-01-16
| | | | Originally committed as revision 26392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add section how to find a svn changeset with git commandsJanne Grunau2011-01-16
| | | | Originally committed as revision 26391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix weird indent in get_video_frame().Stefano Sabatini2011-01-16
| | | | Originally committed as revision 26390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add git-howto.Anton Khirnov2011-01-16
| | | | | | mostly written by Luca. Originally committed as revision 26389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support decoding of files that contain the numberSascha Sommer2011-01-16
| | | | | | | of vector coded coefficients in their bitstream fixes issue 2536 Originally committed as revision 26388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In ffmpeg.texi, prefer @itemize lists over text formatted "*" lists.Stefano Sabatini2011-01-16
| | | | Originally committed as revision 26387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Values >4 for lowres corrupt output.Carl Eugen Hoyos2011-01-16
| | | | Originally committed as revision 26386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reformat documentation for -vsync @var{parameter}.Stefano Sabatini2011-01-16
| | | | | | | Make use of "@table @option" for showing the valid values for the option. Originally committed as revision 26385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Since lowres == crop for bmp, remove it to avoid confusion.Carl Eugen Hoyos2011-01-16
| | | | Originally committed as revision 26384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix fate breakage in r26382.Ronald S. Bultje2011-01-16
| | | | Originally committed as revision 26383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless free, fix warning:Baptiste Coudurier2011-01-16
| | | | | | | libavfilter/defaults.c: In function 'avfilter_default_get_audio_buffer': libavfilter/defaults.c:129: warning: 'buf' is used uninitialized in this function Originally committed as revision 26382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.Ronald S. Bultje2011-01-15
| | | | Originally committed as revision 26381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include libavcore/audioconvert.h, required forStefano Sabatini2011-01-15
| | | | | | | | av_get_channel_layout_string() in ff_dprintf_link. Fix compilation. Originally committed as revision 26380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2011-01-15
| | | | Originally committed as revision 26379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_dprintf_link() print meaningful information for audio links.Stefano Sabatini2011-01-15
| | | | Originally committed as revision 26378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove evil timers that snuck their way into r26375.Jason Garrett-Glaser2011-01-15
| | | | Originally committed as revision 26377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix r26375 on non-x86.Jason Garrett-Glaser2011-01-15
| | | | Originally committed as revision 26376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264: Partially inline CABAC residual decodingJason Garrett-Glaser2011-01-15
| | | | | | | | | | Improves CABAC performance about ~1.2%. Trick originates from x264 and has also been used in ffvp8. It's useful because coded block flags are usually zero, so it helps to have the early termination inlined into the main function. Originally committed as revision 26375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-15
| | | | | | | More consistent with the rest of FFmpeg and sounds more natural to English speaking people. Originally committed as revision 26374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_unref_buffer() accept a NULL parameter.Stefano Sabatini2011-01-15
| | | | Originally committed as revision 26373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after the last commit.Stefano Sabatini2011-01-15
| | | | Originally committed as revision 26372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In ffplay, do not open display if -nodisp is set.Stefano Sabatini2011-01-15
| | | | | | Fixes issue 1017. Originally committed as revision 26371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse fact chunks from wav files to find duration.Michael Niedermayer2011-01-15
| | | | Originally committed as revision 26370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor tag reading code out of wav read_header()Michael Niedermayer2011-01-15
| | | | Originally committed as revision 26369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Second hunk from secrity fix from google.Frank Barchard2011-01-15
| | | | | | | | | | | | | The hunk is not fully understood but it just makes a check tighter so its safer for us to apply until it is fully understood. Might fix issue 2550 (and Chrome issue 68115 and unknown CERT issues). Our bugtracker issue though should stay open until this has been fully investiagted Patch by Frank Barchard, fbarchard at google Originally committed as revision 26368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not read over the end of the packetSascha Sommer2011-01-15
| | | | | | fixes issue 2543 Originally committed as revision 26367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set duration for wav files from sample size and data size or the wf64 sample ↵Michael Niedermayer2011-01-15
| | | | | | | | | value. This should improve duration accuracy slightly and avoids a warning about its inaccuracy when accurate values are available. Idea by Frank Barchard Originally committed as revision 26366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check rangebits to avoid a possible crash.Frank Barchard2011-01-15
| | | | | | | | Fixes issue 2548 (and Chrome issue 68115 and unknown CERT issues). Patch by Frank Barchard, fbarchard at google Originally committed as revision 26365 to svn://svn.ffmpeg.org/ffmpeg/trunk