- 29 Feb, 2012 40 commits
-
-
Justin Ruggles authored
simplifies the code and does less memmove()
-
Justin Ruggles authored
vorbis_bitrate_flushpacket() does not return any packets that should not be output in the bitstream.
-
Justin Ruggles authored
-
Justin Ruggles authored
libvorbis takes float input, so we can just deinterleave/reorder the input as-is instead of also converting.
-
Justin Ruggles authored
Fixes a segfault if init() fails before initializing the dsp state
-
Justin Ruggles authored
-
Justin Ruggles authored
- enable the options for audio encoding - properly check for user-set maxrate - use correct calling order in vorbis_encode_setup_managed()
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Ronald S. Bultje authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Ronald S. Bultje authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Ronald S. Bultje authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Martin Storsjö authored
This avoids breaking fate every time the lavc version is bumped. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This fixes cases where the user had specified one desired MTU via an option, and the protocol indicates another one. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It will be need by new functions called from mp3_write_trailer().
-
Anton Khirnov authored
Unused so far.
-
Anton Khirnov authored
Frame sizes in ID3v2.3 are not synchsafe, they are simply 32be numbers. In practice this bug is not noticeable unless the frame size takes more than 7 bits (which is almost never for text frames).
-
Anton Khirnov authored
This will allow writing the tag in several steps, needed for writing attached pictures.
-
Anton Khirnov authored
It has no need of full AVFormatContext.
-
Anton Khirnov authored
Rename ff_id3v2_read_all to ff_id3v2_read().
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
it will be useful for attached pictures in ID3v2
-
Anton Khirnov authored
It is not supposed to be set outside of lavc. Fixes a divide by zero when the stored framerate is 0.
-
Kostya Shishkov authored
Based on the patch by Phil Barrett.
-
Phil Barrett authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Kostya Shishkov authored
ProRes codes chroma blocks in 444 mode in different order than luma blocks, so make both decoder and encoder read/write chroma blocks in right order. Reported by Phil Barrett
-
Anton Khirnov authored
Deprecate corresponding AVCodecContext field.
-
Anton Khirnov authored
It's unused.
-
Anton Khirnov authored
It's currently only used as temporary storage by the mov demuxer. Make it use a local variable instead.
-
Anton Khirnov authored
-
Anton Khirnov authored
Deprecate corresponding AVCodecContext fields.
-
Anton Khirnov authored
Deprecate CODEC_FLAG_CBP_RD.
-
Anton Khirnov authored
Deprecate CODEC_FLAG_QP_RD.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_STRICT_GOP.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_SKIP_RD in favor of the corresponding mpv_flags flag.
-