1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
Go to file
Michael Niedermayer c230af9bcc h264: Reset last_pocs in case of reference or frame number inconsistencies
This prevents faulty increasing of has_b_frames
Should fix Ticket 2062

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-13 23:19:51 +01:00
compat
doc doc/dev: clarify public symbols prefixes. 2013-02-13 20:19:32 +01:00
libavcodec h264: Reset last_pocs in case of reference or frame number inconsistencies 2013-02-13 23:19:51 +01:00
libavdevice lavd/v4l2: fix error logic when enumerating standards 2013-02-10 20:59:06 +01:00
libavfilter lavfi/transpose: support more pix fmts 2013-02-13 16:29:47 +00:00
libavformat WAV muxer: reindent 2013-02-13 17:36:55 +00:00
libavresample Merge remote-tracking branch 'qatar/master' 2013-02-13 12:58:29 +01:00
libavutil lavu/intreadwrite: add AV_[RW][BLN]48 2013-02-13 15:35:54 +00:00
libpostproc
libswresample swr: check channel layouts before using them. 2013-02-13 17:50:24 +01:00
libswscale swscale: Disallow conversion to GBRP16 2013-02-11 20:03:16 +02:00
presets
tests swscale: Disallow conversion to GBRP16 2013-02-11 20:03:16 +02:00
tools
.gitignore
arch.mak
Changelog WAV muxer: add RF64 support 2013-02-12 14:50:27 +00:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Merge commit '56dea32f09e71460add14a1b6d0fbe6eb16f02a4' 2013-02-12 13:41:24 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c ffmpeg: fix streamcopy of lsf mp3. 2013-02-12 00:38:22 +01:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak Merge commit '304b806cb524fb040f8e09a241040f1af2cb820b' 2013-02-12 13:26:22 +01:00
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

2) Licensing
------------

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.