summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-1838-161/+30
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Deprecate CREDITSJason Garrett-Glaser2011-01-181-2/+4
| | | | It's useless now that we've switched to git.
* Initial MAINTAINERS updateJason Garrett-Glaser2011-01-181-7/+0
| | | | Per http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2011-January/103440.html.
* Revise check for codec id in voc demuxer.Justin Ruggles2011-01-181-13/+16
| | | | This fixes demuxing of packets that do not contain a codec tag and come before the codec_id has been set.
* Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles2011-01-181-1/+1
| | | | Fixes issue 2560.
* cosmetics: reindentJustin Ruggles2011-01-181-1/+1
|
* Add check for changing number of channels in DCA.Daniel Kang2011-01-181-0/+9
| | | | Fixes issue 2505.
* Update threshold to detect real timebase for stream copy.Michael Niedermayer2011-01-181-1/+1
| | | | This may fix a bug where quicktime files use 1/600 timebase.
* Missing parts of IVF muxer support.Reimar Döffinger2011-01-185-3/+5
|
* Feed the filter chain with the sample aspect ratio from the muxer or codec layerMichael Niedermayer2011-01-171-1/+4
| | | | like it has been done prior libavfilter.
* Add my GPG fingerprint to MAINTAINERSAnssi Hannula2011-01-171-0/+1
|
* Merge two if (got_picture) {} blocks in ffplay.c:get_video_frame().Stefano Sabatini2011-01-171-2/+0
|
* update av_log_missing_feature() to gitJanne Grunau2011-01-171-1/+1
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Change SVN to Git in configureLou Logan2011-01-171-1/+1
| | | | | | Changes "version from SVN" to "version from Git". Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Remove outcommented fossil code.Stefano Sabatini2011-01-171-2/+0
|
* Explain how to set up user name/email correctly for git.Reimar Döffinger2011-01-171-0/+5
|
* Add muxer for IVF format.Reimar Döffinger2011-01-171-0/+69
|
* prevent integer overflow in calculating durationJohn Wimer2011-01-171-1/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-1738-0/+176
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Add instructions how to check out a specific svn revision with gitJanne Grunau2011-01-171-0/+10
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* rewrite git-howto for the no merge policyJanne Grunau2011-01-171-4/+10
| | | | Originally committed as revision 26400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix date and revision for lavc 52.104.Carl Eugen Hoyos2011-01-171-1/+1
| | | | Originally committed as revision 26399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3: remove an unnecessary static variableAlexander Strange2011-01-171-4/+2
| | | | 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-161-0/+8
| | | | | | 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-161-2/+2
| | | | 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-161-1/+3
| | | | | | | | 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-161-1/+1
| | | | | | 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-161-1/+1
| | | | | | 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-161-1/+8
| | | | 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-161-0/+11
| | | | Originally committed as revision 26391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix weird indent in get_video_frame().Stefano Sabatini2011-01-161-39/+39
| | | | Originally committed as revision 26390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add git-howto.Anton Khirnov2011-01-161-0/+227
| | | | | | 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-161-6/+18
| | | | | | | 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-161-14/+30
| | | | Originally committed as revision 26387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Values >4 for lowres corrupt output.Carl Eugen Hoyos2011-01-161-1/+1
| | | | Originally committed as revision 26386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reformat documentation for -vsync @var{parameter}.Stefano Sabatini2011-01-161-10/+19
| | | | | | | 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-161-1/+0
| | | | Originally committed as revision 26384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix fate breakage in r26382.Ronald S. Bultje2011-01-161-1/+0
| | | | Originally committed as revision 26383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless free, fix warning:Baptiste Coudurier2011-01-161-1/+1
| | | | | | | 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-151-22/+21
| | | | Originally committed as revision 26381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include libavcore/audioconvert.h, required forStefano Sabatini2011-01-151-0/+1
| | | | | | | | 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-151-7/+7
| | | | 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-151-0/+13
| | | | 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-151-2/+1
| | | | Originally committed as revision 26377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix r26375 on non-x86.Jason Garrett-Glaser2011-01-151-2/+2
| | | | Originally committed as revision 26376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264: Partially inline CABAC residual decodingJason Garrett-Glaser2011-01-151-26/+34
| | | | | | | | | | 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-154-5/+8
| | | | | | | 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-152-2/+4
| | | | Originally committed as revision 26373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after the last commit.Stefano Sabatini2011-01-151-2/+2
| | | | 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-151-0/+2
| | | | | | Fixes issue 1017. Originally committed as revision 26371 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud