- 29 Feb, 2012 39 commits
-
-
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.
-
Michael Niedermayer authored
[alex.converse@mgail.com] Move code to get_che() Update for AAC new channel configuration interface Only set chan_config if output_configure succeeds. Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Alex Converse authored
aacdec: Reshuffle functions so get_che() can call set_default_channel_config() and output_configure().
-
Ronald S. Bultje authored
Prevents crashes when playing corrupt vp5/6 streams. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Ronald S. Bultje authored
Seeking back on EOF will reset the EOF flag, causing us to re-enter the loop to find the next marker in the ASF file, thus potentially causing an infinite loop. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 28 Feb, 2012 1 commit
-
-
Ronald S. Bultje authored
They cause various issues further down in demuxing. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-