source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @198c4ea2   12 years michaelni riff: add dvis/pdvc FourCCs samples: …
(edit) @209f92d9   12 years michaelni lavc: add seperate AVCodec for CODEC_ID_H263P so demuxers can use that …
(edit) @8d0ec6e0   12 years michaelni isom: add "MNG" FourCC sample: …
(edit) @2c31ed33   12 years onemda exr: make channel_offsets int instead of int8_t Prior to this change …
(edit) @1463bd90   12 years onemda cosmetics: reindent after d3abbb1d1 Signed-off-by: Paul B Mahol …
(edit) @a8f6df8a   12 years onemda libfdk-aacenc: remove redundant log message if ff_alloc_packet2 fails …
(edit) @6ad45600   12 years onemda mss1: improve check if decoded pivot is invalid The pivot has to lie …
(edit) @ab46300   12 years michaelni Merge remote-tracking branch 'dwbuiten/master' * dwbuiten/master: …
(edit) @39afcf1d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: eval: …
(edit) @2c501ae8   12 years Philip Langdale movtextdec: 3GPP TS 26.245 Timed Text Decoder. This change introduces …
(edit) @57d5a224   12 years michaelni mp3enc: add lame tag with start padding info Signed-off-by: Michael …
(edit) @7b521c52   12 years nicolas.george ffmpeg: add -progress option. It allows to send program-friendly …
(edit) @2d497c14   12 years janne-libav eval: add gt(), gte(), lt() and lte() fate tests
(edit) @3aba391f   12 years nicolas.george libx264: list possible presets and tunes. The values are listed if …
(edit) @caac3ab6   12 years janne-libav eval: fix swapping of lt() and lte() CC: libav-stable@libav.org
(edit) @160df979   12 years stefasab lavc/tiffenc: apply misc doxy fixes
(edit) @6c3b3cf   12 years stefasab ffprobe: add frame metadata printing
(edit) @75abfab6   12 years stefasab lavc/tiff: add GeoTIFF support to the TIFF decoder Work done for …
(edit) @fb571806   12 years stefasab lavc/avcodec.h: keep avframe_* field setter and getter close Slightly …
(edit) @f49ec1b4   12 years stefasab lavc: add metadata to AVFrame See thread: Subject: [libav-devel] …
(edit) @2090e404   12 years stefasab configure: Check that texi2html supports --init-file Fixes ticket #1515
(edit) @d48f014f   12 years stefasab doc/Makefile: Add missing $(HOSTEXESUF) to print_options
(edit) @3e03f8d8   12 years stefasab build: Fix documentation dependencies and rules
(edit) @bd58f00e   12 years stefasab doc/filters: prefer "special" over "magic" for special input/output labels
(edit) @b65ccce8   12 years stefasab doc/filters: update documentation In particular, assume existence of …
(edit) @5a6c7a2   12 years stefasab doc: merge libavfilter.texi into filters.texi There is no much point …
(edit) @825e1e24   12 years michaelni ffmpeg: use pkt_pts before pkt->pts for audio This fixes the …
(edit) @744bd8d0   12 years michaelni ffmpeg: set pkt_timebase Signed-off-by: Michael Niedermayer …
(edit) @aa32971d   12 years michaelni lavc: adjust timestamp in case of skiping initial samples …
(edit) @2fe1864   12 years michaelni lavc: skip initial silence when requested Signed-off-by: Michael …
(edit) @0f03563d   12 years michaelni lavc/w32pthreads: Fix make checkheaders. Signed-off-by: Michael …
(edit) @e98330df   12 years michaelni movenc: write track header transformation matrix depending on "rotate" …
(edit) @bc0ef29c   12 years onemda exr: fix scan_line_size calculation This one will also work in cases …
(edit) @cd3136e8   12 years onemda exr: print channel names not yet supported Signed-off-by: Paul B …
(edit) @fedefe4a   12 years onemda exr: remove double ;; Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @10338073   12 years onemda exr: frame multithreading support Signed-off-by: Paul B Mahol …
(edit) @67421699   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @af285072   12 years michaelni ffv1enc: use default number of slices if unspecified Signed-off-by: …
(edit) @051dd2ee   12 years michaelni ffv1dec: print timestamp at which a CRC mismatch happened …
(edit) @c3a4c1bd   12 years tempn add PLV1 fourcc to mpeg4 works on …
(edit) @0eb0b310   12 years michaelni lavc: add pkt_timebase to allow avcodec to adjust pkt_dts/pts when …
(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) @cb59e62a   12 years Clément Bœsch doc/ffmpeg: document more deeply -re option. Signed-off-by: Clément …
(edit) @86dd5fbf   12 years derek.buitenhuis doc: Remove stray @item from git-howto Fixes warning: @item …
(edit) @7ff318e2   12 years derek.buitenhuis libfdk-aac: Port to ff_alloc_packet2 Signed-off-by: Derek Buitenhuis …
(edit) @29470bb9   12 years derek.buitenhuis doxy: move av_guess_sample_aspect_ratio to correct place It should …
(edit) @39bb27bf   12 years janne-libav imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmt …
(edit) @ff2fda5   12 years michaelni doc/protocol.texi: fix missed application reference Signed-off-by: …
(edit) @790e25ef   12 years michaelni general.texi: fix project reference Signed-off-by: Michael …
(edit) @c5cc9498   12 years michaelni matroskaenc: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @1cef5a01   12 years michaelni ffmpeg: fix type of av_log() argument Signed-off-by: Michael …
(edit) @47aed439   12 years diego build: Fix APE tag dependencies
(edit) @5b7e3a19   12 years kostya.shishkov MS Expression Encoder Screen decoder
(edit) @d3abbb1d   12 years onemda lavc: fix ff_alloc_packet() Regression introduced in 740b9ff44. …
(edit) @81fe2e8b   12 years michaelni build_system: mark libfdk as non GPL compatible until the situation is …
(edit) @620c6292   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @f9c823df   12 years michaelni lclenc: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @db03f91f   12 years michaelni mxfenc: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @7548831c   12 years martin libfdk-aac: Allow setting the encoder bandwidth/cutoff frequency …
(edit) @375c0f74   12 years michaelni av_samples_copy: support overlapping copies Signed-off-by: Michael …
(edit) @19ff479f   12 years michaelni mp3dec: parse initial silence padding information from lame tag And …
(edit) @018601d   12 years michaelni lavf: inject sample skip side data when requested by the demuxer …
(edit) @c916af99   12 years michaelni add output for frame timestamps Signed-off-by: Michael Niedermayer …
(edit) @f7e26cca   12 years onemda exr: rle decompression Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @26d72327   12 years nicolas.george configure: produce useful uninstalled pc files. The old files were …
(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) @a568a84e   12 years onemda exr: cache some values Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @65219c38   12 years michaelni dca: map xxch side channels to AV_CH_SIDE_LEFT/RIGHT instead of REAR. …
(edit) @9ca27df5   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @5f298c67   12 years michaelni vorbisdec: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @e3c2d831   12 years michaelni avidec: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @74f3c53b   12 years onemda exr: zip decompression Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @5ee41d00   12 years onemda exr: remove dead assigment Signed-off-by: Paul B Mahol <onemda@gmail.com>
(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) @dd0a9b78   12 years michaelni replace all volatile by volatile volatile can cause problems …
(edit) @b8a90976   12 years michaelni lavf/mxfenc: fix dnxhd codec uls and aspect ratio Reviewed-by: Tomas …
(edit) @9b3f9f4   12 years onemda tiffenc: use av_fast_padded_malloc(z) Signed-off-by: Paul B Mahol …
(edit) @0e003d8c   12 years onemda lavc: add av_fast_padded_mallocz Signed-off-by: Paul B Mahol …
(edit) @ca16f88c   12 years onemda tiffenc: add .init Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @5a9d6993   12 years nicolas.george parseutils: ignore digits below the microsecond. Accept 1.1234567 as …
(edit) @a8ad6ffa   12 years martin rtsp: Add listen mode This makes the RTSP demuxer act as a server, …
(edit) @b27c7d70   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mss1: …
(edit) @e346176d   12 years michaelni x86: cpu: clean up check for cpuid instruction support This adds …
(edit) @96890c00   12 years michaelni configure: Change the rdtsc check to a linker check A compile-only …
(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) @84d902f   12 years michaelni mpeg4videoenc: use av_assert Signed-off-by: Michael Niedermayer …
(edit) @43c60937   12 years michaelni mpeg4videodec: use av_assert Signed-off-by: Michael Niedermayer …
Note: See TracRevisionLog for help on using the revision log.