source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @21d82554   13 years michaelni sws: handle non native rgb<->rgb convertions Signed-off-by: Michael …
(edit) @22a27953   13 years michaelni yuv2rgb: implement 15/16bit ordered dither Signed-off-by: Michael …
(edit) @1d903a5e   13 years nicolas.george lswr: channel_map requires input conversion. channel_map is applied …
(edit) @81dd908   13 years Carl Eugen Hoyos Fix libilbc compilation. Fixes ticket #1540
(edit) @7f5fae1   13 years Carl Eugen Hoyos mpeg4videodec: Add two missing format specifiers for debug output.
(edit) @34aa61a3   13 years Carl Eugen Hoyos mpeg4videodec: Use format specifier PRId64 for int64_t.
(edit) @6dfea3a3   13 years Carl Eugen Hoyos Remove internal MPlayer FourCC viv1. Reviewed-by: Derek Buitenhuis …
(edit) @bdf28d1   13 years michaelni sws: extend dither tables by 1 line so simpler arithmetic can be used …
(edit) @3071af6c   13 years onemda tiff: read more tags of type string Signed-off-by: Paul B Mahol …
(edit) @292850b6   13 years onemda tiff: add smarter checks if there is enough data left Signed-off-by: …
(edit) @1ec83d9a   13 years onemda tiff: port to bytestream2 Prevents out of array reads. …
(edit) @6dac8c83   13 years onemda lavu: disable av_uninit for clang This silence bunch of useless …
(edit) @9db747b2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
(edit) @5dba4cbc   13 years michaelni ffmpeg: fix streamcopy of some mp3 in avi Fixes Ticket1432 …
(edit) @b45a313e   13 years michaelni ffv1dec: fix error concealment for gop>1 Signed-off-by: Michael …
(edit) @e03077c4   13 years michaelni Fix DCA-XXCH extension scaling for embedded downmixes. Reviewed-by: …
(edit) @73154fee   13 years michaelni Fix ordering of XXCH downmix coefficients. Reviewed-by: Benjamin …
(edit) @ac9389a6   13 years michaelni ffv1dec: detect errors in bytestream end mismatches for EC …
(edit) @b0d674ec   13 years michaelni ffv1dec: set the first slices bytestream end correctly Signed-off-by: …
(edit) @f5af3568   13 years michaelni ffv1dec: keep track of errors in slice headers for EC Signed-off-by: …
(edit) @094845aa   13 years michaelni ffv1dec: add simple error concealment in case of CRC errors on slices. …
(edit) @371d37fc   13 years michaelni ffv1: keep last_frame (to be used for error concealment) …
(edit) @8486c8c   13 years michaelni configure: print if the docs building tools have been found …
(edit) @4564101   13 years michaelni doc/filters: Fix two typos Signed-off-by: Michael Niedermayer …
(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) @7543fd80   13 years onemda exr: check size of uncompressed buffer returned by uncompress() The …
(edit) @8b855b69   13 years michaelni Changelog: add geotiff Signed-off-by: Michael Niedermayer …
(edit) @fbe02459   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(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) @9a1963fb   13 years stefasab ffprobe: reindent after the previous commit
(edit) @5626e812   13 years stefasab ffprobe: only decode frame if the codec is available Fix crash when a …
(edit) @fda968a   13 years stefasab lavfi: decrease logging level of message showing initial parameters …
(edit) @a1e52c94   13 years Carl Eugen Hoyos Simplify ptx decoding on big-endian. Reviewed-by: Reimar Döffinger
(edit) @a8ff7e3f   13 years Carl Eugen Hoyos riff: Assign U263 FourCC to CODEC_ID_H263
(edit) @96e25073   13 years michaelni isom: add "NO16" FourCC samples: …
(edit) @198c4ea2   13 years michaelni riff: add dvis/pdvc FourCCs samples: …
(edit) @209f92d9   13 years michaelni lavc: add seperate AVCodec for CODEC_ID_H263P so demuxers can use that …
(edit) @8d0ec6e0   13 years michaelni isom: add "MNG" FourCC sample: …
(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) @2c31ed33   13 years onemda exr: make channel_offsets int instead of int8_t Prior to this change …
(edit) @1463bd90   13 years onemda cosmetics: reindent after d3abbb1d1 Signed-off-by: Paul B Mahol …
(edit) @a8f6df8a   13 years onemda libfdk-aacenc: remove redundant log message if ff_alloc_packet2 fails …
(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) @6ad45600   13 years onemda mss1: improve check if decoded pivot is invalid The pivot has to lie …
(edit) @ab46300   13 years michaelni Merge remote-tracking branch 'dwbuiten/master' * dwbuiten/master: …
(edit) @39afcf1d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: eval: …
(edit) @39d18f21   13 years martin configure: Check for getaddrinfo in ws2tcpip.h, too This function is …
(edit) @2c501ae8   13 years Philip Langdale movtextdec: 3GPP TS 26.245 Timed Text Decoder. This change introduces …
(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 …
(edit) @57d5a224   13 years michaelni mp3enc: add lame tag with start padding info Signed-off-by: Michael …
(edit) @7b521c52   13 years nicolas.george ffmpeg: add -progress option. It allows to send program-friendly …
(edit) @2d497c14   13 years janne-libav eval: add gt(), gte(), lt() and lte() fate tests
(edit) @3aba391f   13 years nicolas.george libx264: list possible presets and tunes. The values are listed if …
(edit) @caac3ab6   13 years janne-libav eval: fix swapping of lt() and lte() CC: libav-stable@libav.org
(edit) @160df979   13 years stefasab lavc/tiffenc: apply misc doxy fixes
(edit) @6c3b3cf   13 years stefasab ffprobe: add frame metadata printing
(edit) @75abfab6   13 years stefasab lavc/tiff: add GeoTIFF support to the TIFF decoder Work done for …
(edit) @fb571806   13 years stefasab lavc/avcodec.h: keep avframe_* field setter and getter close Slightly …
(edit) @f49ec1b4   13 years stefasab lavc: add metadata to AVFrame See thread: Subject: [libav-devel] …
(edit) @2090e404   13 years stefasab configure: Check that texi2html supports --init-file Fixes ticket #1515
(edit) @d48f014f   13 years stefasab doc/Makefile: Add missing $(HOSTEXESUF) to print_options
(edit) @3e03f8d8   13 years stefasab build: Fix documentation dependencies and rules
(edit) @bd58f00e   13 years stefasab doc/filters: prefer "special" over "magic" for special input/output labels
(edit) @b65ccce8   13 years stefasab doc/filters: update documentation In particular, assume existence of …
(edit) @5a6c7a2   13 years stefasab doc: merge libavfilter.texi into filters.texi There is no much point …
(edit) @825e1e24   13 years michaelni ffmpeg: use pkt_pts before pkt->pts for audio This fixes the …
(edit) @744bd8d0   13 years michaelni ffmpeg: set pkt_timebase Signed-off-by: Michael Niedermayer …
(edit) @aa32971d   13 years michaelni lavc: adjust timestamp in case of skiping initial samples …
(edit) @2fe1864   13 years michaelni lavc: skip initial silence when requested Signed-off-by: Michael …
(edit) @0f03563d   13 years michaelni lavc/w32pthreads: Fix make checkheaders. Signed-off-by: Michael …
(edit) @e98330df   13 years michaelni movenc: write track header transformation matrix depending on "rotate" …
(edit) @bc0ef29c   13 years onemda exr: fix scan_line_size calculation This one will also work in cases …
(edit) @cd3136e8   13 years onemda exr: print channel names not yet supported Signed-off-by: Paul B …
(edit) @fedefe4a   13 years onemda exr: remove double ;; Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @10338073   13 years onemda exr: frame multithreading support Signed-off-by: Paul B Mahol …
(edit) @67421699   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @af285072   13 years michaelni ffv1enc: use default number of slices if unspecified Signed-off-by: …
(edit) @051dd2ee   13 years michaelni ffv1dec: print timestamp at which a CRC mismatch happened …
(edit) @c3a4c1bd   13 years tempn add PLV1 fourcc to mpeg4 works on …
(edit) @0eb0b310   13 years michaelni lavc: add pkt_timebase to allow avcodec to adjust pkt_dts/pts when …
(edit) @f30260d3   13 years janne-libav imgconvert: deprecate avcodec_find_best_pix_fmt()
(edit) @ac29054f   13 years janne-libav imgconvert: add avcodec_find_best_pix_fmt2() The number of pixel …
(edit) @cb59e62a   13 years Clément Bœsch doc/ffmpeg: document more deeply -re option. Signed-off-by: Clément …
(edit) @86dd5fbf   13 years derek.buitenhuis doc: Remove stray @item from git-howto Fixes warning: @item …
(edit) @7ff318e2   13 years derek.buitenhuis libfdk-aac: Port to ff_alloc_packet2 Signed-off-by: Derek Buitenhuis …
(edit) @29470bb9   13 years derek.buitenhuis doxy: move av_guess_sample_aspect_ratio to correct place It should …
(edit) @39bb27bf   13 years janne-libav imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmt …
Note: See TracRevisionLog for help on using the revision log.