source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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()
(edit) @66a29797   12 years rsbultje cmutils: include shellapi.h on Win32 (for CommandLineToArgvW). This …
(edit) @07b28702   12 years rsbultje x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).
(edit) @25b51b2c   12 years anton id3v2: add a mimetype for bmp pictures.
(edit) @b7d3a9a0   12 years anton flacdec: be less strict when parsing attached pictures. Only return …
(edit) @dba5b06   12 years anton flacdec: don't create an attached picture stream until we have all …
(edit) @fdaad635   12 years rsbultje mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..). Also replace …
(edit) @f27386cd   12 years martin x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macro …
(edit) @5adc829e   12 years lu_zero configure: add functions for testing code fragments This simplifies …
(edit) @b7558ac2   12 years anton af_amix: avoid spurious EAGAIN. Input on/off state can change in …
(edit) @54bf88e   12 years anton af_amix: return AVERROR(EAGAIN) when request_frame didn't produce …
(edit) @428b3698   12 years anton af_amix: only consider negative return codes as errors.
(edit) @53ddd43f   12 years anton avconv: use only meaningful timestamps in start time check.
(edit) @b98c8f4f   12 years anton avconv: fix the check for -ss as an output option. start time is …
(edit) @1f061da5   12 years kostya.shishkov mss3: add forgotten 'static' qualifier for private table
(edit) @0a19000d   12 years mans lavc: options: add planar names for request_sample_fmt Signed-off-by: …
(edit) @784514a4   12 years mans flacdec: add planar output support Signed-off-by: Mans Rullgard …
(edit) @e43f56b2   12 years martin flvdec: Treat all nellymoser versions as the same codec This avoids …
(edit) @bb58c43c   12 years diego qdm2: remove broken and disabled dump_context() debug function
(edit) @878e6690   12 years diego x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macros
(edit) @4d475236   12 years diego x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros Signed-off-by: …
(edit) @2cd1f5c   12 years diego x86inc: modify ALIGN to not generate long nops on i586 Signed-off-by: …
(edit) @d20f133e   12 years diego x86: h264_intrapred: port to cpuflag macros
(edit) @2696789c   12 years anton avplay: update input filter pointer when the filtergraph is reset. …
(edit) @4c679750   12 years anton avconv: fix parsing of -force_key_frames option. Currently it always …
(edit) @28fff0d9   12 years mans h264: use templates to avoid excessive inlining Instead of inlining …
(edit) @983db9b2   12 years martin xtea: Make the count parameter match the documentation Previously it …
(edit) @e4a7fb3d   12 years martin blowfish: Make the count parameter match the documentation Previously …
(edit) @18f2d5cb   12 years martin mpegvideo: Don't use ff_mspel_motion() for vc1 Using ff_mspel_motion …
(edit) @f6687bf5   12 years lu_zero xtea: invert branch and loop precedence Should slightly improve …
(edit) @669bbedf   12 years lu_zero blowfish: invert branch and loop precedence Should slightly improve …
(edit) @5b54a90c   12 years lu_zero flvdec: optionally trust the metadata In certain conditions video or …
(edit) @715129cd   12 years martin avconv: Set audio filter time base to the sample rate If the output …
(edit) @07eeeb1d   12 years martin vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow …
(edit) @7c29377b   12 years mans lavfi: reclassify showfiltfmts as a TESTPROG This tool uses lavfi …
(edit) @fa2d7473   12 years diego graph2dot: fix printf format specifier tools/graph2dot.c:85: warning: …
(edit) @55751918   12 years rsbultje swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on …
(edit) @70a1c800   12 years rsbultje vp8: loopfilter >=sse2 functions need aligned stack on x86-32. …
(edit) @c5183847   12 years rsbultje amr: remove shift out of the AMR_BIT() macro. MSVC doesn't like the …
(edit) @723b266d   12 years rsbultje dsputilenc: group yasm and inline asm function pointer assignment.
(edit) @1ce1e636   12 years rsbultje mov: use forward declaration of a function instead of a table. MSVC …
(edit) @2047e40e   12 years diego Clarify Doxygen comment for FF_API_* #defines.
(edit) @112971a   12 years diego configure: simplify get_version() All libs have version headers now, …
(edit) @86ab7b0f   12 years diego Create version.h headers for libraries that lack them
(edit) @40e61b7b   12 years diego gitignore: Use full path instead of relative path to specify patterns …
(edit) @89b81a1c   12 years martin mpegvideo: remove VLAs Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @8c14f7a   12 years martin Add XTEA encryption support in libavutil Signed-off-by: Martin …
(edit) @bc3dbcc8   12 years martin Add Blowfish encryption support in libavutil Signed-off-by: Martin …
(edit) @143f1e92   12 years martin eval: Add the isinf() function and tests for it Signed-off-by: Martin …
Note: See TracRevisionLog for help on using the revision log.