summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec/mpeg4video: Reorder operations to reduce accesses to err_recognitionMichael Niedermayer2015-05-241-5/+5
* | mov: always check avio_read return valueAndreas Cadhalpun2015-05-241-12/+36
* | mov: fix two memleaksAndreas Cadhalpun2015-05-241-1/+3
* | mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun2015-05-241-0/+5
* | avformat/movenc: Remove float use from rgb_to_yuv()Michael Niedermayer2015-05-241-3/+3
* | avformat/swfenc: Remove another unneeded float computationMichael Niedermayer2015-05-241-1/+1
* | avformat/swfenc: Remove unneeded floatsMichael Niedermayer2015-05-241-2/+2
* | avformat/avienc: Avoid float usageMichael Niedermayer2015-05-231-1/+1
* | avformat/4xm: Change fps to AVRationalMichael Niedermayer2015-05-232-5/+5
* | avcodec/y41pdec: Avoid using float for size testMichael Niedermayer2015-05-231-1/+1
* | libwebp: simplify AVCodec.close functionsJames Almer2015-05-234-16/+9
* | configure: simplify libwebp checksJames Almer2015-05-231-4/+2
* | nutdec: fix various memleaks on failureAndreas Cadhalpun2015-05-231-26/+62
* | avcodec/dcadec: Search and decode frame in case it starts later in a packetMichael Niedermayer2015-05-231-2/+5
* | avformat/wavdec: Increase dts packet threshold to fix more misdetectionsRodger Combs2015-05-231-1/+1
* | avformat/wavdec: Increase probe_packets limitMichael Niedermayer2015-05-231-1/+1
* | nutdec: always check the get_str return valueAndreas Cadhalpun2015-05-231-5/+22
* | libwebp: use a separate AVClass for each encoderJames Almer2015-05-233-8/+14
* | libwebpenc_common: add header guardsJames Almer2015-05-231-0/+5
* | libwebp: remove unneeded definesJames Almer2015-05-232-4/+0
* | WebP encoder: use WebPAnimEncoder API when available.Urvang Joshi2015-05-236-3/+159
* | avformat/nutdec: Check X in 2nd branch of index readingMichael Niedermayer2015-05-231-0/+4
* | Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'Michael Niedermayer2015-05-224-24/+23
|\ \ | |/
| * mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-224-21/+22
* | Merge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2'Michael Niedermayer2015-05-223-13/+13
|\ \ | |/
| * mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-223-13/+13
* | Merge commit 'd528045558825f01472e9bee873f60c98d661e53'Michael Niedermayer2015-05-223-38/+38
|\ \ | |/
| * mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-223-42/+38
* | Merge commit '6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc'Michael Niedermayer2015-05-221-1/+0
|\ \ | |/
| * mpegvideo: Drop stream_codec_tagVittorio Giovara2015-05-221-1/+0
* | Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer2015-05-227-12/+11
|\ \ | |/
| * mpegvideo: Drop err_recognitionVittorio Giovara2015-05-227-9/+8
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-2224-146/+132
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-2222-125/+117
* | avcodec/movtextdec: Add support for large boxes(>32 bit)Niklesh2015-05-221-4/+15
* | avformat/mxfenc: Add color siting elementMichael Niedermayer2015-05-226-32/+45
* | libavformat/mux: Add ff_choose_chroma_location()Michael Niedermayer2015-05-222-0/+35
* | avcodec/mpeg12dec: Fix chroma locationMichael Niedermayer2015-05-221-4/+8
* | avutil/pixfmt: Clarify DV example comments for AVChromaLocationTim Nicholson2015-05-221-1/+1
* | Merge commit '29216d7fd14d1cec16821867d17c90b5c49e8c07'Michael Niedermayer2015-05-220-0/+0
|\ \ | |/
| * tls: fix compilation when both gnutls and openssl are enabledJames Almer2015-05-221-1/+1
* | tls: fix compilation when both gnutls and openssl are enabledJames Almer2015-05-221-1/+1
* | WebP encoder: extract out some methods into a separate helper library.Urvang Joshi2015-05-224-271/+360
* | Merge commit '94599a6de3822b13c94096d764868128f388ba28'Michael Niedermayer2015-05-221-56/+27
|\ \ | |/
| * tls: Remove all the local polling loopsMartin Storsjö2015-05-221-56/+27
* | Merge commit 'd13b124eaf452b267480074b2e6946538ed03a6e'Michael Niedermayer2015-05-221-24/+11
|\ \ | |/
| * tls: Remove the nonblocking codeMartin Storsjö2015-05-221-24/+11
* | Merge commit 'd15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02'Michael Niedermayer2015-05-221-3/+102
|\ \ | |/
| * tls: Use custom IO to read from the URLContextMartin Storsjö2015-05-221-3/+102
* | WebP muxer: support a packet containing animated WebP.Urvang Joshi2015-05-221-15/+64
OpenPOWER on IntegriCloud