- 06 Nov, 2014 40 commits
-
-
Thilo Borgmann authored
Reviewed-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '199d9f99': mjpegdec: fix undefined shift Conflicts: libavcodec/mjpegdec.c See: b4329605Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'ac4a5e3a': pthreads_frame: Do not leak on failure path See: 11679e1bMerged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '5d29efe4': mpeg12dec: simplify context duplication Not merged, theres no point in copying data and afterwards zeroing it Also zeroing is not correct on its own Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '37b3361e': mpeg12enc: factor out check in encode_dc Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '0a666470': mpegvideo_enc: factor out denominator and explicitly cast operands Conflicts: libavcodec/mpegvideo_enc.c See: c753b56bMerged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'e0a1d0a2': mpegvideo_enc: rework direct mode check Conflicts: libavcodec/mpegvideo_enc.c See: ad985671Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Vittorio Giovara authored
Add a comment to explain the code. CC: libav-stable@libav.org Bug-Id: CID 1194388
-
Luca Barbato authored
CC: libav-stable@libav.org Bug-Id: CID 1135767 Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 717453 / CID 717454 / CID 717915
-
Vittorio Giovara authored
Makes coverity less confused and the code more readable. CC: libav-stable@libav.org Bug-Id: CID 751744
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 608053
-
Vittorio Giovara authored
Remove stray semicolon and share codepaths. CC: libav-stable@libav.org Bug-Id: CID 991857
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Giorgio Vazzana authored
We now use 'pixelformat' for V4L2_PIX_FMT_* (as they do in v4l2 documentation) and 'pix_fmt' for AVPixelFormat. No functional change in the code. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
No testcase available but this seems more correct Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes "warning: passing argument 1 of avpriv_split_xiph_headers discards const qualifier from pointer target type" Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '05e59135': nutdec: do not set has_b_frames Not merged, this change is not correct Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'acc897e6': lavc: make avpriv_flac_is_extradata_valid() private on the next bump Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'e839de0f': oggenc: accept only STREAMINFO extradata Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'c070a875': lavc: make avpriv_flac_parse_streaminfo() private on the next bump Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '7784f477': lavf: stop using avpriv_flac_parse_streaminfo() Conflicts: libavcodec/Makefile Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '56dc46a1': riffenc: do not fall back on AVCodecContext.frame_size for MP3 Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '91e8d2eb': lavf: use the format context strict_std_compliance instead of the codec one Conflicts: libavformat/mux.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '2f3fadfb': lavc,lavf: switch to the new vorbis parse API Conflicts: libavformat/oggparsevorbis.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The other functions where changed in the previous merge Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '5e80fb7f': lavc: add a public API for parsing vorbis packets. Conflicts: doc/APIchanges libavcodec/Makefile libavcodec/version.h libavcodec/vorbis_parser.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '6896f95b': vorbis_parser: add an AV prefix to VorbisParseContext Conflicts: libavcodec/vorbis_parser.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '87479264': vorbis_parser: use a dedicated AVClass for logging Conflicts: libavcodec/vorbis_parser.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
It is not supposed to be set by demuxers.
-
Anton Khirnov authored
-
Anton Khirnov authored
The reasoning is the same as for 0097cbea.
-
Anton Khirnov authored
-
Anton Khirnov authored
The only parameters needed by the demuxers are the sample rate and sample count, which can be trivially extracted manually, without resorting to an avpriv function.
-
Anton Khirnov authored
It will not be set unless the codec context is used as the encoding context, which is discouraged. For MP2, av_get_audio_frame_duration() will already set the frame size properly. For MP3, set the frame size explicitly.
-