- 10 Aug, 2011 11 commits
-
-
Clément Bœsch authored
This fixes the warning: libavformat/avidec.c:81:5: warning: missing braces around initializer [-Wmissing-braces]
-
Clément Bœsch authored
This fixes the two following warnings: libavdevice/alsa-audio-dec.c:62:26: warning: unused variable ‘sw_params’ [-Wunused-variable] libavdevice/alsa-audio-dec.c:109:15: warning: unused variable ‘st’ [-Wunused-variable]
-
Reimar Döffinger authored
This is consistent, allows custom handlers to print more info (since they probably know about the AVFormatContext class but not a demuxer-specific one) and also avoids issues due to the class pointer being NULL for non-raw mpegts. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: lavc: make avcodec_init() static on next bump. ac3enc: remove unneeded #include ac3enc: restructure coupling coordinate reuse calculation ac3enc: allow new coupling coordinates to be sent independently for each channel. ac3enc: separate exponent bit counting from exponent grouping. h264: propagate error return values for AV_LOG_ERROR-triggering events aac: Don't attempt to output configure an invalid channel configuration. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '4d58e4cb': Rename ffserver to avserver. Rename ffprobe to avprobe. Rename ffplay to avplay. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
This is based on the original work by Baptiste Coudurier.
-
Clément Bœsch authored
This is based on the original work by Baptiste Coudurier.
-
Clément Bœsch authored
This will allow the incoming -timecode option to be handled in both encoders (mpeg12enc in that case) and demuxers (dv, mxf, etc.).
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
It's called from avcodec_register() anyway, so there's no reason for it to be public.
-
- 09 Aug, 2011 18 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
channel.
-
Justin Ruggles authored
Move bit counting to the bit allocation function. Move exponent grouping to after bit allocation. This will allow for adjustment of bandwidth parameters during bit allocation without having to do exponent grouping multiple times.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Thierry Foucu authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Thierry Foucu authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Marton Balint authored
Previously the target clock of the next frame was calculated by using video_clock which is modified from another thread... Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Dustin Brody authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Alex Converse authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Michael Niedermayer authored
* qatar/master: Pretty-print RV3/4 decoder source Saner RV1/2 initialisation and RV2 header parsing. Conflicts: libavcodec/rv10.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Kostya Shishkov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Baptiste Coudurier authored
-
Kostya Shishkov authored
Old version was based on lots of guesswork which had different hacks based on 32-bit version field instead of splitting it into major/minor/micro version. RV2 picture header parser also had a few places where it deviated from binary decoder. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 08 Aug, 2011 4 commits
-
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
* qatar/master: libx264: do not set pic quality if no frame is output libx264: add preset, tune, profile and fastfirstpass private options Conflicts: libavcodec/libx264.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Baptiste Coudurier authored
Avoids uninitialized reads. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Baptiste Coudurier authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 07 Aug, 2011 1 commit
-
-
Stefano Sabatini authored
The gradfun filter was already integrated natively in libavfilter. Both filters issue the same output, and have a comparable performance. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: remove gradfun mp wrapper Date: Fri, 5 Aug 2011 00:19:04 +0200
-
- 06 Aug, 2011 6 commits
-
-
Michael Niedermayer authored
* qatar/master: lavc: fix misspelling in comment aac: propagate error return values for AV_LOG_ERROR-triggering events Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
Previously both the buffer and buffersink elements were associated to the "BUFFER" symbol in allfilters.c, so it was not possible to enable one without the other.
-
Stefano Sabatini authored
void* pointer arithmetic semantics is undefined, use uint8_t* instead. Also fix GCC warnings: defaults.c: In function ‘set_common_formats’: defaults.c:184: warning: pointer of type ‘void *’ used in arithmetic defaults.c:189: warning: pointer of type ‘void *’ used in arithmetic
-
Mina Nagy Zaki authored
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Mina Nagy Zaki authored
Update/extend documentation related to the link fields to set, and fix a pads->filters braino. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Mina Nagy Zaki authored
Link properties have to be checked after config_props() is called to make sure everything is sane, so the default config_props() for output links was redundant. Also remove channel_layout check as it is now negotiated. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-