32291 Commits (ddce8953a5056800ec795df2dfd84fc17a11b5fc)
 

Author SHA1 Message Date
Alex Converse e600a1e44a aacdec: Simplify output configuration. 13 years ago
Diego Biurrun 0144fe6995 Remove Sun medialib glue code. 13 years ago
Ronald S. Bultje 9b027c0d07 dsputil: set STRIDE_ALIGN to 16 for x86 also. 13 years ago
Ronald S. Bultje 4ff6dea390 pngdsp: swap argument inversion. 13 years ago
Ronald S. Bultje ef1c785f11 swscale: make yuv2yuv1 use named registers. 13 years ago
Michael Kostylev 3206cccc0e h264: mark h264_idct_add8_10 with number of XMM registers. 13 years ago
Ronald S. Bultje b7542dd3d7 swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case. 13 years ago
Ronald S. Bultje fb90785e98 vp8: always update next_framep[] before returning from decode_frame(). 13 years ago
Anton Khirnov 722410ade5 avconv: estimate next_dts from framerate if it is set. 13 years ago
Anton Khirnov b34856a116 avconv: better next_dts usage. 13 years ago
Anton Khirnov 23576b3fbb avconv: rename InputStream.pts to last_dts. 13 years ago
Anton Khirnov 6e98390258 avconv: reduce overloading for InputStream.pts. 13 years ago
Anton Khirnov 3101bb6669 avconv: rename InputStream.next_pts to next_dts. 13 years ago
Anton Khirnov 1270e12e49 avconv: rework -t handling for encoding. 13 years ago
Anton Khirnov c9af832623 avconv: set encoder timebase for subtitles. 13 years ago
Anton Khirnov 4be1d7dc20 pva-demux test: add -vn 13 years ago
Diego Biurrun 06b320ad78 swscale: K&R formatting cosmetics for SPARC code 13 years ago
Justin Ruggles 37390d5cca apedec: allow the user to set the maximum number of output samples per call 13 years ago
Justin Ruggles 39575eead2 apedec: do not unnecessarily zero output samples for mono frames 13 years ago
Justin Ruggles 1d3c672d27 apedec: allocate a single flat buffer for decoded samples 13 years ago
Justin Ruggles 32c61400c0 apedec: use sizeof(field) instead of sizeof(type) 13 years ago
Ronald S. Bultje 2144941069 swscale: split C output functions into separate file. 13 years ago
Ronald S. Bultje 2dd7a1c030 swscale: Split C input functions into separate file. 13 years ago
Aneesh Dogra db7d45237a bytestream: Add bytestream2 writing API. 13 years ago
Paul B Mahol d016d3074c Revert "v210enc: use FFALIGN()" 13 years ago
Diego Biurrun 32f3c541bc doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
Justin Ruggles ec1f3cab20 avplay: reset decoder flush state when seeking 13 years ago
Justin Ruggles f1c3d4a68a ape: skip packets with invalid size 13 years ago
Justin Ruggles ac3f8d317c ape: calculate final packet size instead of guessing 13 years ago
Justin Ruggles c2c316158f ape: stop reading after the last frame has been read 13 years ago
Justin Ruggles 66f7be3603 ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished 13 years ago
Justin Ruggles 1bc035bc03 ape: return error if seeking to the current packet fails in ape_read_packet() 13 years ago
Kieran Kunhya 9814974d2e avcodec: Clarify AVFrame member documentation. 13 years ago
Paul B Mahol 3cc0353f8d v210dec: check for coded_frame allocation failure 13 years ago
Paul B Mahol 986c1c483b v210enc: use stride as it is already calculated 13 years ago
Paul B Mahol 7ad1b612c8 v210enc: use FFALIGN() 13 years ago
Paul B Mahol b5f50da593 v210enc: return proper AVERROR codes instead of -1 13 years ago
Paul B Mahol 66fa2a1fb3 v210enc: do not set coded_frame->key_frame 13 years ago
Paul B Mahol d73466f841 v210enc: check for coded_frame allocation failure 13 years ago
Andrey Utkin e496c45d9b drawtext: add 'fix_bounds' option on coords fixing 13 years ago
Andrey Utkin 2b43dfce36 drawtext: fix text_{w, h} expression vars 13 years ago
Andrey Utkin e7f0bc8c0f drawtext: add missing braces around an if() block. 13 years ago
Paul B Mahol 86b57e4efe ape: fix seeking 13 years ago
Paul B Mahol b60620bf7e apedec: 8bit and 24bit support 13 years ago
Justin Ruggles 6f1a5e8d6b dsputil: remove debug message in dsputil_init(). 13 years ago
Alex Converse 29a20ac4a1 movdec: Avoid av_malloc(0) in stss 13 years ago
Diego Biurrun 58fc740059 build: Drop YASM-OBJS-FFT from SUBDIR_VARS. 13 years ago
Diego Biurrun 7f2885bbb7 build: Drop unused X86-OBJS variable. 13 years ago
Anton Khirnov 324fbadff9 avconv: remove debugging cruft from do_video_out(). 13 years ago
Anton Khirnov 61a099680c avconv: factorize setting stream_index for the output packet. 13 years ago