summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/g729_parser: Replace codec_id check by assertMichael Niedermayer2015-08-111-12/+5
* avcodec/g729: add g729_parserGanesh Ajjanagadde2015-08-114-0/+95
* lavc: Remove newline from avpriv_request_sample() calls.Carl Eugen Hoyos2015-08-116-10/+10
* avfilter/vsrc_testsrc: correct colors for smptebarsPaul B Mahol2015-08-111-21/+30
* doc/ffmpeg: correct minor typoGanesh Ajjanagadde2015-08-111-2/+2
* libavcodec/qsvdec.c: Extended error messages for MFXVideoDECODE_Init() resultIvan Uskov2015-08-111-1/+7
* mmaldec: fix problems with flush logicwm42015-08-111-3/+10
* mmaldec: do not mutate user's AVCodecContext extradata fieldwm42015-08-111-5/+3
* mmaldec: hack against buffering problems on broken inputwm42015-08-111-3/+12
* concatdec: fix broken file_inpoint calculationMarton Balint2015-08-111-1/+1
* aacenc: Move small misc. functions to a separate fileRostislav Pehlivanov2015-08-113-86/+145
* doc/codecs: Document color_range for the input sideMichael Niedermayer2015-08-111-0/+4
* avformat/ftp: Use av_freep() for dir_bufferMichael Niedermayer2015-08-101-1/+1
* lavf/ftp: properly read an empty pathMariusz Szczepańczyk2015-08-101-10/+8
* lavf/ftp: implement directory listing callbacksLukasz Marek2015-08-101-11/+182
* avcodec/mjpegenc_common: do not ignore the color_range fieldMichael Niedermayer2015-08-101-3/+4
* avfilter/vsrc_testsrc: smpte(hd)bars: fix uninitialized last rows and columns...Paul B Mahol2015-08-101-3/+3
* Merge commit '5f200bbf98efe50f63d0515b115d2ba8dae297bc'Hendrik Leppkes2015-08-101-0/+3
|\
| * movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö2015-08-101-0/+3
* | Merge commit '83f254e65f938657a4dbec711e4c94252a72daf9'Hendrik Leppkes2015-08-102-11/+11
|\ \ | |/
| * movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö2015-08-102-8/+8
* | Merge commit '8e34089e265a6b01e1e3301e8864439d26793753'Hendrik Leppkes2015-08-101-0/+2
|\ \ | |/
| * movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö2015-08-101-0/+2
* | Merge commit '1542ec96389f32e5081c6c607e4b6f5e257ccdf2'Hendrik Leppkes2015-08-101-2/+2
|\ \ | |/
| * cosmetics: Drop spurious spaces from if clausesPaolo Bizzarri2015-08-081-4/+4
* | Merge commit '0f562f5b833d603e04123d198c59f8b2b5eb43e4'Hendrik Leppkes2015-08-101-0/+1
|\ \ | |/
| * h264: Do not print an error when the buffer has to be refilledLuca Barbato2015-08-061-5/+2
* | avformat/gifdec: correct r_frame_rate for single frame gifsMichael Niedermayer2015-08-101-0/+9
* | postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefixMichael Niedermayer2015-08-102-2/+8
* | Revert "movtextdec: Use default style information from movtext header"Michael Niedermayer2015-08-101-78/+4
* | movtextdec: Use default style information from movtext headerNiklesh2015-08-091-4/+78
* | ffplay: increase MIN_FRAMES to 25Marton Balint2015-08-091-1/+1
* | ffplay: add specific constants for buffer fullness settings when using extern...Marton Balint2015-08-091-4/+6
* | avcodec: loongson optimize h264qpel with mmi v1周晓勇2015-08-096-1/+2960
* | swscale/alphablend: Support chroma subsamplingMichael Niedermayer2015-08-092-15/+62
* | swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARDMichael Niedermayer2015-08-094-11/+21
* | swscale/alphablend: Factor target computation out of the loopsMichael Niedermayer2015-08-091-8/+9
* | swscale/alphablend: Fix big endian formats on LEMichael Niedermayer2015-08-091-1/+1
* | swscale/alphablend: support packed pixel formatsMichael Niedermayer2015-08-092-11/+53
* | avcodec/snowenc: Avoid use of deprecated me_methodMichael Niedermayer2015-08-092-3/+16
* | swscale/swscale: Document param[0..1]Michael Niedermayer2015-08-091-0/+6
* | graphdump: include internal.h for AVFilterPadAndreas Cadhalpun2015-08-081-0/+1
* | use avfilter_pad_get_{type,name} accessor functionsAndreas Cadhalpun2015-08-082-3/+3
* | avfilter: remove obsolete function declarationsAndreas Cadhalpun2015-08-083-27/+0
* | avcodec: add missing FF_API_CODEC_ID guardAndreas Cadhalpun2015-08-081-0/+2
* | cmdutils: remove sws_opts usage, simplify codeMichael Niedermayer2015-08-083-28/+13
* | cmdutils: Fix overriding flags on the command line.Michael Niedermayer2015-08-081-1/+1
* | ffmpeg: switch swscale option handling to AVDictionary similar to what the ot...Michael Niedermayer2015-08-084-6/+19
* | avfilter/vf_scale: apply generic options after flags.Michael Niedermayer2015-08-081-9/+7
* | ffplay: pass all sws options to the filter graphMichael Niedermayer2015-08-081-3/+11
OpenPOWER on IntegriCloud