34229 Commits (98041afb5f50536fa3edde9bed1a586d6e2e56e8)
 

Author SHA1 Message Date
Ronald S. Bultje 98041afb5f adpcm: don't duplicate identical AVSampleFmt array for each encoder. 13 years ago
Diego Biurrun 388ff813e7 configure: cosmetics: Group test dependencies together 13 years ago
Mans Rullgard ad93dccb64 configure: add more passthrough flags in tms470 filter 13 years ago
Mans Rullgard d0c6d424f4 configure: move flag filtering functions out of if/else blocks 13 years ago
Ronald S. Bultje b2668c85e9 x86: swscale: Place inline assembly code under appropriate #ifdefs 13 years ago
Ronald S. Bultje 5354a904fe rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro. 13 years ago
Samuel Pitoiset bdbb21b186 configure: Remove redundant RTMPT/RTMPTS dependencies 13 years ago
Mans Rullgard 6c3fa06a85 configure: add filtering of host cflags/ldflags 13 years ago
Mans Rullgard 68485d1f32 configure: initialise all flag filters at the same place 13 years ago
Mans Rullgard 64933b6c94 configure: add filtering of linker flags 13 years ago
Mans Rullgard 01d31e16f1 configure: name some variables more consistently 13 years ago
Mans Rullgard cd52ec95bb configure: remove filter_cppflags 13 years ago
Mans Rullgard 07e3f9af9f configure: set icc_version where it is needed 13 years ago
Diego Biurrun 1cf6e7dd37 mpegenc: remove disabled code 13 years ago
Anton Khirnov 4c9080a7ef lavfi: unref AVFilterLink.out_buf in ff_end_frame(). 13 years ago
Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). 13 years ago
Anton Khirnov 533fd5b5b4 vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer(). 13 years ago
Anton Khirnov 5b50ae94e6 vf_slicify: clear AVFilterLink.cur_buf in start_frame(). 13 years ago
Anton Khirnov 0393af4f0b vf_settb: simplify start_frame(). 13 years ago
Anton Khirnov 9203fa0b32 vf_fieldorder: don't give up its own reference to the output buffer. 13 years ago
Anton Khirnov f493c644cd vf_pad: don't give up its own reference to the output buffer. 13 years ago
Anton Khirnov ad8b6326aa vf_overlay: don't access a buffer reference that's been given away. 13 years ago
Anton Khirnov 7155763b78 vf_drawtext: don't give up its own reference to the input buffer. 13 years ago
Anton Khirnov d19499c796 vf_gradfun: don't store two pointers to one AVFilterBufferRef. 13 years ago
Anton Khirnov 0fe010a36f vf_delogo: don't store two pointers to one AVFilterBufferRef. 13 years ago
Anton Khirnov 51a8049be8 vf_aspect: clear AVFilterLink.cur_buf in start_frame(). 13 years ago
Robert Nagy b70d89a033 lavfi: add avfilter_unref_bufferp() 13 years ago
Luca Barbato ce64e5bfd1 libopenjpeg: introduce lowres and lowqual private options 13 years ago
Anton Khirnov 5eb9c495af FATE: add a test for flac cover art. 13 years ago
Justin Ruggles 1749e12f45 cafdec: allow larger ALAC magic cookie 13 years ago
Justin Ruggles 4cd22b7738 alac: fix channel pointer assignment for 24 and 32-bit 13 years ago
Justin Ruggles eeb55f5f2f alac: cosmetics: general pretty-printing and comment clean up 13 years ago
Justin Ruggles f3e5a7844b alac: calculate buffer size outside the loop in allocate_buffers() 13 years ago
Justin Ruggles bae83f2c74 alac: change some data types to plain int 13 years ago
Justin Ruggles 2aebac6918 alac: cosmetics: rename some variables and function names 13 years ago
Andrew D'Addesio 1b3ef155d7 alac: multi-channel decoding support 13 years ago
Justin Ruggles 81c9e2e6d0 alac: split element parsing into a separate function 13 years ago
Justin Ruggles cd632619d9 alac: support a read sample size of up to 32 13 years ago
Justin Ruggles 73dc0db486 alac: output in planar sample format 13 years ago
Justin Ruggles 6482bd8831 alac: add 32-bit decoding support 13 years ago
Andrew D'Addesio 6cda74c155 alac: simplify channel interleaving 13 years ago
Justin Ruggles 5138ff143f alac: use AVPacket fields directly in alac_decode_frame() 13 years ago
Justin Ruggles 7a206eb32f alac: fix check for valid max_samples_per_frame 13 years ago
Justin Ruggles 1193d3fedd alac: use get_sbits() to read LPC coefficients instead of casting 13 years ago
Justin Ruggles 7a50ec6799 alac: move the current samples per frame to the ALACContext 13 years ago
Justin Ruggles 46043962ea alac: avoid using a double-negative when checking if the frame is compressed 13 years ago
Justin Ruggles 9a6c528e08 alac: factor out output_size check in predictor_decompress_fir_adapt() 13 years ago
Justin Ruggles ebd4c3add1 alac: factor out loading of next decoded sample in LPC prediction 13 years ago
Justin Ruggles a4ecd41442 alac: use index into buffer_out instead of incrementing the pointer 13 years ago
Justin Ruggles f2515cd629 alac: simplify lpc coefficient adaptation 13 years ago