source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2ac17375   12 years justin.ruggles alac: clean up and update comments leftover from reverse-engineering
(edit) @3bab7cd1   12 years justin.ruggles avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF …
(edit) @c0196a14   12 years justin.ruggles caf: use int64_t for num_packets It is used to store a value read by …
(edit) @f5a9c35f   12 years justin.ruggles caf: fix 'pakt' chunk parsing according to the CAF specification: …
(edit) @b0b77b9c   12 years justin.ruggles caf: support either old or new style ALAC magic kuki chunk
(edit) @45870f8b   12 years mans Print full compiler identification, not only version number This …
(edit) @bf1cf4d5   12 years mans flacdec: reverse lpc coeff order, simplify filter Reversing the lpc …
(edit) @9f97af26   12 years diego x86: dsputil: drop some unused CPU flag debug code
(edit) @ffdd93a2   12 years mans ppc: fix build with altivec disabled Signed-off-by: Mans Rullgard …
(edit) @28f9ab70   12 years mans vp3: move idct and loop filter pointers to new vp3dsp context This …
(edit) @ab9f9876   12 years mans build: add CONFIG_VP3DSP, reduce repetition in OBJS lists …
(edit) @4cfb0d87   12 years kostya.shishkov tscc2: do not add/subtract 128 bias during DCT It turns out that the …
(edit) @3c6c191   12 years kostya.shishkov tscc2: fix typo in DCT
(edit) @c547e5f   12 years diego configure: clarify external library section of help output
(edit) @87246953   12 years diego configure: mark libfdk-aac as nonfree
(edit) @47876d66   12 years diego configure: cosmetics: drop some unnecessary backslashes
(edit) @7a249625   12 years diego os_support: K&R formatting cosmetics
(edit) @453c02f9   12 years lu_zero libopenjpeg: introduce encoding support Based on FFmpeg version from …
(edit) @b43a7bb4   12 years lu_zero libopenjpeg: rename decoder source file. Signed-off-by: Michael …
(edit) @86991ce   12 years martin RTMPTS protocol support Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @6aedabc9   12 years martin RTMPS protocol support Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @5417efbb   12 years anton avconv: print an error message when demuxing fails. Also exit in such …
(edit) @0b40153d   12 years kostya.shishkov tscc2: DCT output should not be clipped This fixes decoding some …
(edit) @775c4d3   12 years martin rtmp: Rename rtmphttp to ffrtmphttp The prefix makes it easier to …
(edit) @08e087cc   12 years kostya.shishkov rtmp: rtmp_parse_result() add case for video and audio packets to …
(edit) @f06dee77   12 years martin configure: Move the getaddrinfo function check into the network block …
(edit) @03d1b18e   12 years martin configure: Remove an unused 'have' item This is only used for …
(edit) @20d569dd   12 years diego mpeg: remove disabled code
(edit) @c37c383e   12 years martin libfdk-aac: Check if cutoff value is valid Passing a cutoff value < …
(edit) @9e4b04f8   12 years martin network: Always use our version of gai_strerror on windows Even if …
(edit) @c98e205   12 years martin network: Undefine existing gai_strerror definitions This avoids …
(edit) @2ca6e9bb   12 years martin network: Extend the fallback gai_strerror implementation to handle …
(edit) @b4675d0f   12 years martin configure: Check for CommandLineToArgvW The actual result of the …
(edit) @08282952   12 years martin vc1dec: Do not use random pred_flag if motion vector data is skipped …
(edit) @25f056e6   12 years martin vp8: Enclose pthread function calls in ifdefs This fixes building …
(edit) @c44091a9   12 years rsbultje snow: refactor code to work around a compiler bug in MSVC. This fixes …
(edit) @a794600c   12 years rsbultje vp8: Include the thread headers before using the pthread types This …
(edit) @39d18f21   12 years martin configure: Check for getaddrinfo in ws2tcpip.h, too This function is …
(edit) @951455c1   12 years lu_zero vp8: implement sliced threading Testing gives 25-30% gain on HD clips …
(edit) @17343e3   12 years lu_zero vp8: move data from VP8Context->VP8Macroblock In preparation for …
(edit) @337ade52   12 years lu_zero vp8: refactor decoding a single mb_row This is in preperation for …
(edit) @45ff9e5b   12 years lu_zero doc: update api changes with the right commit hashes
(edit) @f3e5e6f0   12 years lu_zero mem: introduce av_malloc_array and av_mallocz_array Both function …
(edit) @2d497c14   12 years janne-libav eval: add gt(), gte(), lt() and lte() fate tests
(edit) @caac3ab6   12 years janne-libav eval: fix swapping of lt() and lte() CC: libav-stable@libav.org
(edit) @f30260d3   12 years janne-libav imgconvert: deprecate avcodec_find_best_pix_fmt()
(edit) @ac29054f   12 years janne-libav imgconvert: add avcodec_find_best_pix_fmt2() The number of pixel …
(edit) @39bb27bf   12 years janne-libav imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmt …
(edit) @47aed439   12 years diego build: Fix APE tag dependencies
(edit) @5b7e3a19   12 years kostya.shishkov MS Expression Encoder Screen decoder
(edit) @7548831c   12 years martin libfdk-aac: Allow setting the encoder bandwidth/cutoff frequency …
(edit) @0da29727   12 years diego build: Fix Ogg demuxer dependencies
(edit) @b8960082   12 years diego build: Fix FLAC demuxer dependencies
(edit) @8eea8fdc   12 years diego flac: Move flac functions shared between libraries to flac common code …
(edit) @a5194633   12 years diego build: Fix CAF demuxer dependencies
(edit) @b7884ff7   12 years diego build: Fix MP2 muxer dependencies
(edit) @d648de61   12 years diego build: Add missing build rules for the ISMV muxer
(edit) @7d605d51   12 years diego configure: Drop redundant mxf_d10 test dependency declaration The …
(edit) @37eeb5e2   12 years martin Support AAC encoding via the external library fdk-aac Signed-off-by: …
(edit) @372597e5   12 years martin libavcodec: Add more AAC profiles The numerical values of the …
(edit) @667fb97a   12 years anton dct/fft-test: use a replacement getopt() if the system has none …
(edit) @183b1c22   12 years martin configure: Check for the math function rint Add a fallback …
(edit) @781888d   12 years kostya.shishkov TechSmith Screen Codec 2 decoder
(edit) @a8ad6ffa   12 years martin rtsp: Add listen mode This makes the RTSP demuxer act as a server, …
(edit) @6e71c120   12 years martin rtsp: Make rtsp_open_transport_ctx() non-static This is required for …
(edit) @6bbb3622   12 years martin rtsp: Move rtsp_read_close This avoids having to add forward …
(edit) @45b06858   12 years martin rtsp: Parse the mode=receive/record parameter in transport lines We …
(edit) @ed219ed3   12 years kostya.shishkov mss1: fix decoding masked regions in interframes Spotted by Alberto Delmás
(edit) @f39bbc9   12 years lu_zero mxfdec: fix off by one error. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @83728d2d   12 years lu_zero mxfdec: only parse next partition pack if parsing forward …
(edit) @34ca5ae5   12 years lu_zero mxfdec: let pkt->pts = mxf->current_edit_unit if intra-only We cannot …
(edit) @634d6705   12 years lu_zero mxfdec: fix frame height vs field height confusion Reviewed-by: Tomas …
(edit) @5ed032fb   12 years lu_zero mxfdec: Add intra_only flag to MXFTrack This allows future …
(edit) @fb8fa3c6   12 years lu_zero mxfdec: fix Avid AirSpeed files being misinterpreted as OP1a The "ECs …
(edit) @1fadf53e   12 years lu_zero mxfdec: truncate packets that extend past the next edit unit This …
(edit) @fda891e1   12 years lu_zero mxfdec: set pixel format for cdci picture formats The properties of …
(edit) @dfefede0   12 years lu_zero mxfdec: detect uncomp pictures using essence container ul This …
(edit) @5255ca24   12 years lu_zero mxfdec: set track edit rate num/den in expected order This matches …
(edit) @358d854d   12 years martin x86/cpu: implement get/set_eflags using intrinsics Signed-off-by: …
(edit) @c0ee695b   12 years martin x86/cpu: implement support for cpuid through intrinsics …
(edit) @3f150ffb   12 years martin x86/cpu: implement support for xgetbv through intrinsics …
(edit) @f80ddd5b   12 years martin lavu: use intrinsics for emms on systems lacking inline asm support …
(edit) @620b1e7e   12 years martin mem: Don't abort on av_malloc(0) in debug mode This makes the …
(edit) @5467742   12 years kostya.shishkov mss3: use standard zigzag table
(edit) @acfb6b6c   12 years kostya.shishkov mss3: split DSP functions that are used in MTS2(MSS4) into separate file
(edit) @82f82ccf   12 years diego motion-test: do not use getopt() It is not available on all systems …
(edit) @5427df01   12 years martin tcp: add initial timeout limit for incoming connections …
(edit) @8e85ba8d   12 years diego configure: Change the rdtsc check to a linker check A compile-only …
(edit) @8a645bfc   12 years anton avconv: propagate fatal errors from lavfi.
(edit) @cd99146   12 years anton lavfi: add error handling to filter_samples().
(edit) @8d18bc55   12 years anton fate-run: make avconv() properly deal with multiple inputs.
(edit) @083d0f6b   12 years anton asplit: don't leak the input buffer.
(edit) @1ffb6456   12 years anton af_resample: fix request_frame() behavior. Make sure that an output …
(edit) @6f834293   12 years anton af_asyncts: fix request_frame() behavior. Make sure that an output …
(edit) @0dd283fa   12 years anton libx264: support aspect ratio switching Signed-off-by: Anton Khirnov …
(edit) @5b7a88f   12 years anton matroskadec: honor error_recognition when encountering unknown elements.
(edit) @64103976   12 years justin.ruggles lavr: resampling: add support for s32p, fltp, and dblp internal sample …
(edit) @372647ae   12 years justin.ruggles lavr: resampling: add filter type and Kaiser window beta to AVOptions
(edit) @8ca08066   12 years justin.ruggles lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format …
(edit) @db0e7bd0   12 years justin.ruggles lavr: mix: validate internal sample format in ff_audio_mix_init()
Note: See TracRevisionLog for help on using the revision log.