source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c7bd556d   13 years justin.ruggles lavfi: amix: check active input count before calling request_samples …
(edit) @6163d880   13 years rsbultje vp8: move block coeff arithcoder on stack. This prevents gcc from …
(edit) @64bde805   13 years rsbultje mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.
(edit) @d041dec3   13 years derek.buitenhuis pcm-mpeg: improve log message wording We support every defined value …
(edit) @0857e46d   13 years mans fate: add missing $(TARGET_PATH) to ac3-fixed-encode Signed-off-by: …
(edit) @00c78a0a   13 years mans fate: fix md5sum replacement on some systems On systems where the …
(edit) @43b50e6   13 years lu_zero avprobe: correctly set the default formatter
(edit) @b75726c   13 years justin.ruggles lavr: add x86-optimized function for mixing 2 to 1 s16p with q8 coeffs
(edit) @c140fb2c   13 years justin.ruggles lavr: add x86-optimized functions for mixing 2 to 1 s16p with float coeffs
(edit) @8dfc1227   13 years justin.ruggles lavr: add C functions for mixing 2 to 1 channels with s16p format
(edit) @5289955   13 years lu_zero avprobe: move formatter functions in the context Avoid possible clashes.
(edit) @c9cc7629   13 years anton avconv: extend -r to work on any input stream. This is done by …
(edit) @4f81a507   13 years anton doc/avconv: expand documentation for the -s option.
(edit) @cf6c38c6   13 years anton avconv: don't print filters inserted by avconv in stream mappings.
(edit) @8daf21d5   13 years anton avconv: merge configuration code for complex and simple filters Some …
(edit) @a977d91e   13 years anton avconv: split configuring input filters out of configure_complex_filter
(edit) @f919cc7d   13 years mans fate: fix acodec/vsynth tests for make 3.81 GNU make 3.81 applies …
(edit) @c58bcead   13 years janne-libav pcm_mpeg: fix number of consumed bytes to include the header. …
(edit) @12d42cd   13 years janne-libav avfilter: include required header file avfilter.h in video.h
(edit) @4a301706   13 years janne-libav x86: Avoid movs on BUTTERFLYPS when in AVX mode Signed-off-by: Janne …
(edit) @bac0729d   13 years janne-libav x86: use new schema for ASM macros Signed-off-by: Janne Grunau …
(edit) @7263cd55   13 years mans fate: convert codec-regression.sh to makefile rules Signed-off-by: …
(edit) @47b5996b   13 years mans fate: allow tests to specify unit size for psnr comparison …
(edit) @7e5880e0   13 years mans fate: teach videogen/rotozoom to output a single raw video stream …
(edit) @e999b641   13 years martin http: Add support for reusing the http socket for subsequent requests …
(edit) @3bdb438e   13 years martin http: Add support for using persistent connections Add a new AVOption …
(edit) @0426c693   13 years anton AVOptions: fix the value printed in out of range error message.
(edit) @8271f55b   13 years anton avprobe: restore pseudo-INI old style format for compatibility.
(edit) @d30acfa9   13 years anton avprobe: fix formatting.
(edit) @780ff97   13 years anton log: make colored output more colorful. Green for verbose, cyan for debug.
(edit) @6099543a   13 years martin rtsp: Check for dynamic payload handlers if no static payload mapping …
(edit) @154486f9   13 years martin opt: Add av_opt_set_bin() Introduce a new function to set binary data …
(edit) @a1a6cdc2   13 years martin avconv: Display the error returned by avformat_write_header …
(edit) @68c81308   13 years martin rtpenc_chain: Return an error code instead of just a plain pointer …
(edit) @93cef6f9   13 years martin rtpenc_chain: Free the URLContext on failure If an URLContext is …
(edit) @2dcb21a   13 years martin rtpenc: Expose the ssrc as an avoption This allows the caller to set …
(edit) @b1d22dc5   13 years lu_zero avprobe: display the codec profile in show_stream() Signed-off-by: …
(edit) @70026be8   13 years lu_zero avprobe: fix function prototype Make opt_output_format return the …
(edit) @39e29aa0   13 years martin cosmetics: Fix indentation Signed-off-by: Martin Storsjö …
(edit) @f4dd6465   13 years lu_zero avprobe: changelog entry
(edit) @6a6c2a94   13 years lu_zero avprobe: update documentation Update the documentation according to …
(edit) @0d242a77   13 years lu_zero avprobe: provide JSON output JSON usage is quite widespread.
(edit) @3a8c95f   13 years lu_zero avprobe: output proper INI format Make the output valid INI serialization.
(edit) @beb33fca   13 years lu_zero avprobe: improve formatting Do not use decimals if not needed.
(edit) @c6eeb9b7   13 years lu_zero rtmp: fix url parsing The application component can have a …
(edit) @b0970a69   13 years lu_zero fate: document TARGET_EXEC and its usage TARGET_EXEC allows running …
(edit) @ed7bdd86   13 years alex.converse movenc: Don't write the 'wave' atom or its child 'enda' for lpcm …
(edit) @d073f122   13 years kostya.shishkov imc: some cosmetics
(edit) @177bcc95   13 years martin rtmp: Pass the proper return code in rtmp_handshake Signed-off-by: …
(edit) @bba287fd   13 years martin rtmp: Check return codes of net IO operations Signed-off-by: Martin …
(edit) @a4d3f358   13 years martin rtmp: Return a proper error code instead of -1 Signed-off-by: Martin …
(edit) @08e93f5b   13 years martin rtmp: Check malloc calls Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @f645f1d6   13 years martin rtmp: Check ff_rtmp_packet_create calls Check malloc calls used by …
(edit) @c7448c1   13 years justin.ruggles lavfi: add audio mix filter
(edit) @1e8561e3   13 years martin flvdec: Make sure sample_rate is set to the updated value The …
(edit) @90290a51   13 years siretart tqi: Pass errors from the MB decoder This silences some valgrind …
(edit) @3f9d6e42   13 years martin os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2 …
(edit) @e5773d8b   13 years martin http: Add support for reading http POST reply headers Signed-off-by: …
(edit) @ba354a8c   13 years martin http: Add http_shutdown() for ending writing of posts Signed-off-by: …
(edit) @4a9ca935   13 years martin tcp: Allow signalling end of reading/writing tcp_shutdown() isn't …
(edit) @32d545e   13 years martin avio: Add a function for signalling end of reading/writing …
(edit) @0ce4a627   13 years anton lavfi: fix comment, audio is supported now.
(edit) @ce353a88   13 years anton lavfi: fix incorrect comment. poll_frame()/request_frame() are used …
(edit) @c04c533f   13 years anton lavfi: remove avfilter_null_* from public API on next bump. Those …
(edit) @43c7a01e   13 years anton lavfi: remove avfilter_default_* from public API on next bump. Those …
(edit) @88c3b87b   13 years anton lavfi: deprecate default config_props() callback and refactor …
(edit) @ccefa89f   13 years anton avfiltergraph: smarter sample format selection.
(edit) @0629f612   13 years anton avconv: rename transcode_audio/video to decode_audio/video. Those …
(edit) @f297dd38   13 years anton asyncts: reset delta to 0 when it's not used. Fixes an invalid write.
(edit) @713548c   13 years diego x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code. …
(edit) @cc7fac99   13 years diego dwt: return errors from ff_slice_buffer_init()
(edit) @c89e428e   13 years diego dwt: check malloc calls Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @3ea54294   13 years diego ppc: Drop unused header regs.h
(edit) @e0d8427d   13 years justin.ruggles af_resample: remove an extra space in the log output
(edit) @5ff01259   13 years justin.ruggles Convert vector_fmul range of functions to YASM and add AVX versions …
(edit) @afeb3590   13 years justin.ruggles lavfi: add an audio split filter Based on current version of the …
(edit) @cc30080   13 years justin.ruggles lavfi: rename vf_split.c to split.c This is in preparation for adding …
(edit) @13a867a   13 years diego dwt: K&R prettyprinting cosmetics Signed-off-by: Diego Biurrun …
(edit) @db9e00f4   13 years diego Remove libnut wrapper libnut is unmaintained and known to be buggy; …
(edit) @9309bdfe   13 years diego fate: change name of FATE samples location environment variable …
(edit) @e9cef897   13 years justin.ruggles avformat: Add a flag to mark muxers that allow (non strict) monotone …
(edit) @5d603f1b   13 years martin http: Factorize the code by adding http_read_header() This function …
(edit) @4f04f5cc   13 years diego indeo: Make ivi_calc_band_checksum() static, it is only used in one file.
(edit) @9ccbdc0a   13 years diego indeo: Drop unused debug function ivi_check_band().
(edit) @0c517644   13 years diego avcodec/utils: cast a function argument to shut up a compiler warning …
(edit) @4466d0e8   13 years diego truemotion1: remove disabled code
(edit) @f05b69a7   13 years kostya.shishkov fix typo in comment
(edit) @4852cb37   13 years mans fate: fix dependencies for non-SAMPLES avconv tests The encode/decode …
(edit) @cf61aaac   13 years kostya.shishkov indeo: check for invalid motion vectors
(edit) @96037382   13 years kostya.shishkov indeo: check that band output buffer exists
(edit) @23ba1503   13 years kostya.shishkov indeo: clear allocated band buffers
(edit) @a6e4ac40   13 years kostya.shishkov indeo: track tile macroblock size
(edit) @fe7a37c3   13 years kostya.shishkov indeo: check custom Huffman tables for errors
(edit) @aa372cf4   13 years kostya.shishkov factor out common decoding code for Indeo 4 and Indeo 5
(edit) @b37d945d   13 years kostya.shishkov mp3: fix start band index for block type 2 in 8kHz audio In hybrid …
(edit) @68aef0b4   13 years mans lavf: change some (de)muxer names to lowercase This is consistent …
(edit) @81ad97ee   13 years mans lavf: make output format matching case insensitive This is consistent …
(edit) @63dcd16d   13 years mans fate: fix dependencies on SAMPLES being set This allows fate to run …
(edit) @8ccc1c59   13 years mans fate: remove unnecessary libavfilter dependency avconv now requires …
(edit) @39885a4b   13 years anton avconv: reindent
Note: See TracRevisionLog for help on using the revision log.