source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6c3fa06a   13 years mans configure: add filtering of host cflags/ldflags This is in …
(edit) @68485d1f   13 years mans configure: initialise all flag filters at the same place This is more …
(edit) @64933b6c   13 years mans configure: add filtering of linker flags This allows filtering of …
(edit) @01d31e16   13 years mans configure: name some variables more consistently Name variables …
(edit) @cd52ec95   13 years mans configure: remove filter_cppflags This is not used and the current …
(edit) @07e3f9af   13 years mans configure: set icc_version where it is needed This variable is only …
(edit) @1cf6e7dd   13 years diego mpegenc: remove disabled code
(edit) @4c9080a7   13 years anton lavfi: unref AVFilterLink.out_buf in ff_end_frame(). This reduces …
(edit) @07bad27   13 years anton lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). This reduces …
(edit) @533fd5b   13 years anton vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().
(edit) @5b50ae94   13 years anton vf_slicify: clear AVFilterLink.cur_buf in start_frame(). The buffer …
(edit) @0393af4f   13 years anton vf_settb: simplify start_frame(). Avoid pointless filter ref/unref. …
(edit) @9203fa0b   13 years anton vf_fieldorder: don't give up its own reference to the output buffer.
(edit) @f493c644   13 years anton vf_pad: don't give up its own reference to the output buffer.
(edit) @ad8b6326   13 years anton vf_overlay: don't access a buffer reference that's been given away.
(edit) @7155763b   13 years anton vf_drawtext: don't give up its own reference to the input buffer. …
(edit) @d19499c   13 years anton vf_gradfun: don't store two pointers to one AVFilterBufferRef.
(edit) @0fe010a3   13 years anton vf_delogo: don't store two pointers to one AVFilterBufferRef.
(edit) @51a8049b   13 years anton vf_aspect: clear AVFilterLink.cur_buf in start_frame(). The buffer is …
(edit) @b70d89a0   13 years anton lavfi: add avfilter_unref_bufferp() Signed-off-by: Anton Khirnov …
(edit) @ce64e5b   13 years lu_zero libopenjpeg: introduce lowres and lowqual private options OpenJPEG …
(edit) @5eb9c495   13 years anton FATE: add a test for flac cover art.
(edit) @1749e12f   13 years justin.ruggles cafdec: allow larger ALAC magic cookie It already skips any extra …
(edit) @4cd22b77   13 years justin.ruggles alac: fix channel pointer assignment for 24 and 32-bit Needs to be …
(edit) @eeb55f5f   13 years justin.ruggles alac: cosmetics: general pretty-printing and comment clean up
(edit) @f3e5a784   13 years justin.ruggles alac: calculate buffer size outside the loop in allocate_buffers()
(edit) @bae83f2c   13 years justin.ruggles alac: change some data types to plain int
(edit) @2aebac69   13 years justin.ruggles alac: cosmetics: rename some variables and function names
(edit) @1b3ef155   13 years justin.ruggles alac: multi-channel decoding support Signed-off-by: Justin Ruggles …
(edit) @81c9e2e6   13 years justin.ruggles alac: split element parsing into a separate function This will make …
(edit) @cd632619   13 years justin.ruggles alac: support a read sample size of up to 32 Use get_bits_long() in …
(edit) @73dc0db4   13 years justin.ruggles alac: output in planar sample format Avoids unneeded interleaving and …
(edit) @6482bd88   13 years justin.ruggles alac: add 32-bit decoding support
(edit) @6cda74c   13 years justin.ruggles alac: simplify channel interleaving Signed-off-by: Justin Ruggles …
(edit) @5138ff1   13 years justin.ruggles alac: use AVPacket fields directly in alac_decode_frame()
(edit) @7a206eb3   13 years justin.ruggles alac: fix check for valid max_samples_per_frame
(edit) @1193d3fe   13 years justin.ruggles alac: use get_sbits() to read LPC coefficients instead of casting
(edit) @7a50ec6   13 years justin.ruggles alac: move the current samples per frame to the ALACContext This will …
(edit) @46043962   13 years justin.ruggles alac: avoid using a double-negative when checking if the frame is …
(edit) @9a6c528e   13 years justin.ruggles alac: factor out output_size check in predictor_decompress_fir_adapt()
(edit) @ebd4c3ad   13 years justin.ruggles alac: factor out loading of next decoded sample in LPC prediction
(edit) @a4ecd414   13 years justin.ruggles alac: use index into buffer_out instead of incrementing the pointer
(edit) @f2515cd6   13 years justin.ruggles alac: simplify lpc coefficient adaptation
(edit) @abc4376b   13 years justin.ruggles alac: reduce the number of local variables needed in lpc prediction
(edit) @01880d2   13 years justin.ruggles alac: simplify 1st order prediction and reading of warm-up samples
(edit) @d0c0bf0d   13 years justin.ruggles alac: cosmetics: reindent after last commit
(edit) @79def4c5   13 years justin.ruggles alac: remove unneeded conditionals in predictor_decompress_fir_adapt()
(edit) @4bcd637d   13 years justin.ruggles alac: use sizeof() instead of hardcoded data sizes
(edit) @91620a04   13 years justin.ruggles alac: make block_size signed It does not need to be unsigned.
(edit) @2fc24b3   13 years justin.ruggles alac: remove a duplicate local variable
(edit) @5177413d   13 years justin.ruggles alac: conditionally set sign_modifier to 1 It is already …
(edit) @7e6593e   13 years justin.ruggles alac: eliminate 2 unneeded local variables in …
(edit) @6fd8a28   13 years justin.ruggles alac: adjust conditions for updating entropy decoder history avoids …
(edit) @a06fdadd   13 years justin.ruggles alac: cosmetics: reindent after last commit
(edit) @d9837434   13 years justin.ruggles alac: limit the rice param before passing to decode_scalar() reduces …
(edit) @6e91f622   13 years justin.ruggles alac: reduce the number of parameters to bastardized_rice_decompress() …
(edit) @836e8b9   13 years justin.ruggles alac: cosmetics: rename some ALACContext parameters
(edit) @2ac17375   13 years justin.ruggles alac: clean up and update comments leftover from reverse-engineering
(edit) @3bab7cd1   13 years justin.ruggles avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF …
(edit) @c0196a14   13 years justin.ruggles caf: use int64_t for num_packets It is used to store a value read by …
(edit) @f5a9c35f   13 years justin.ruggles caf: fix 'pakt' chunk parsing according to the CAF specification: …
(edit) @b0b77b9c   13 years justin.ruggles caf: support either old or new style ALAC magic kuki chunk
(edit) @45870f8b   13 years mans Print full compiler identification, not only version number This …
(edit) @bf1cf4d5   13 years mans flacdec: reverse lpc coeff order, simplify filter Reversing the lpc …
(edit) @9f97af26   13 years diego x86: dsputil: drop some unused CPU flag debug code
(edit) @ffdd93a2   13 years mans ppc: fix build with altivec disabled Signed-off-by: Mans Rullgard …
(edit) @28f9ab70   13 years mans vp3: move idct and loop filter pointers to new vp3dsp context This …
(edit) @ab9f9876   13 years mans build: add CONFIG_VP3DSP, reduce repetition in OBJS lists …
(edit) @4cfb0d87   13 years kostya.shishkov tscc2: do not add/subtract 128 bias during DCT It turns out that the …
(edit) @3c6c191   13 years kostya.shishkov tscc2: fix typo in DCT
(edit) @c547e5f   13 years diego configure: clarify external library section of help output
(edit) @87246953   13 years diego configure: mark libfdk-aac as nonfree
(edit) @47876d66   13 years diego configure: cosmetics: drop some unnecessary backslashes
(edit) @7a249625   13 years diego os_support: K&R formatting cosmetics
(edit) @453c02f9   13 years lu_zero libopenjpeg: introduce encoding support Based on FFmpeg version from …
(edit) @b43a7bb4   13 years lu_zero libopenjpeg: rename decoder source file. Signed-off-by: Michael …
(edit) @86991ce   13 years martin RTMPTS protocol support Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @6aedabc9   13 years martin RTMPS protocol support Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @5417efbb   13 years anton avconv: print an error message when demuxing fails. Also exit in such …
(edit) @0b40153d   13 years kostya.shishkov tscc2: DCT output should not be clipped This fixes decoding some …
(edit) @775c4d3   13 years martin rtmp: Rename rtmphttp to ffrtmphttp The prefix makes it easier to …
(edit) @08e087cc   13 years kostya.shishkov rtmp: rtmp_parse_result() add case for video and audio packets to …
(edit) @f06dee77   13 years martin configure: Move the getaddrinfo function check into the network block …
(edit) @03d1b18e   13 years martin configure: Remove an unused 'have' item This is only used for …
(edit) @20d569dd   13 years diego mpeg: remove disabled code
(edit) @c37c383e   13 years martin libfdk-aac: Check if cutoff value is valid Passing a cutoff value < …
(edit) @9e4b04f8   13 years martin network: Always use our version of gai_strerror on windows Even if …
(edit) @c98e205   13 years martin network: Undefine existing gai_strerror definitions This avoids …
(edit) @2ca6e9bb   13 years martin network: Extend the fallback gai_strerror implementation to handle …
(edit) @b4675d0f   13 years martin configure: Check for CommandLineToArgvW The actual result of the …
(edit) @08282952   13 years martin vc1dec: Do not use random pred_flag if motion vector data is skipped …
(edit) @25f056e6   13 years martin vp8: Enclose pthread function calls in ifdefs This fixes building …
(edit) @c44091a9   13 years rsbultje snow: refactor code to work around a compiler bug in MSVC. This fixes …
(edit) @a794600c   13 years rsbultje vp8: Include the thread headers before using the pthread types This …
(edit) @39d18f21   13 years martin configure: Check for getaddrinfo in ws2tcpip.h, too This function is …
(edit) @951455c1   13 years lu_zero vp8: implement sliced threading Testing gives 25-30% gain on HD clips …
(edit) @17343e3   13 years lu_zero vp8: move data from VP8Context->VP8Macroblock In preparation for …
(edit) @337ade52   13 years lu_zero vp8: refactor decoding a single mb_row This is in preperation for …
(edit) @45ff9e5b   13 years lu_zero doc: update api changes with the right commit hashes
(edit) @f3e5e6f0   13 years lu_zero mem: introduce av_malloc_array and av_mallocz_array Both function …
Note: See TracRevisionLog for help on using the revision log.