source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fc6351d0   13 years Clément Bœsch swr: make audio convert code explicitely private. Only what's …
(edit) @3a5fc385   13 years Clément Bœsch swr: fix #endif comment ref.
(edit) @3e971fc6   13 years michaelni h264: fix cur_chroma_format_idc with slice multithreading. …
(edit) @1d23e524   13 years michaelni mjpeg: support mpo Fixes stereoscopic_photo.mpo Signed-off-by: …
(edit) @8709ba90   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @4f7ad4c3   13 years michaelni h264: migrate poc gap based has_b_frames calculation into new …
(edit) @ed83f848   13 years michaelni h264: minor simplification Signed-off-by: Michael Niedermayer …
(edit) @bfca3511   13 years michaelni h264: rewrite has_b_frame calculation code, the previous …
(edit) @18b7f40   13 years michaelni h264: reset last_pocs on IDRs Signed-off-by: Michael Niedermayer …
(edit) @7056f13a   13 years michaelni cinepak: remove redundant coordinate checks Signed-off-by: Michael …
(edit) @cea0c82d   13 years michaelni cinepak: check strip_size Signed-off-by: Michael Niedermayer …
(edit) @f35f50b3   13 years michaelni cinepak, simplify, use AV_RB24() Signed-off-by: Michael Niedermayer …
(edit) @111ffa5   13 years michaelni cinepak: simplify, use FFMIN() Signed-off-by: Michael Niedermayer …
(edit) @69a501e6   13 years Clément Bœsch ffprobe: small align cosmetic in json writer struct init.
(edit) @9813af25   13 years Clément Bœsch ffprobe: make Writers constant.
(edit) @f0db0500   13 years stefasab ffprobe: apply misc cosmetics to compact writer definition
(edit) @1f0d937   13 years stefasab ffprobe: add csv writer
(edit) @4e7b3ef3   13 years michaelni cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 …
(edit) @12d9a364   13 years michaelni Add another special case to the Cinepak video decoder so that it can …
(edit) @974d25e2   13 years michaelni mandelbrot: make mincol description and code match. Signed-off-by: …
(edit) @268fb3f9   13 years martin mpegaudiodec: Don't use a nonexistent log context for av_dlog This …
(edit) @18579f0   13 years martin avformat: Accept the ISO8601 separate format as input, too This makes …
(edit) @4a835416   13 years martin avformat: Interpret times in ff_iso8601_to_unix_time as UTC This …
(edit) @62706711   13 years martin avutil: Add av_timegm as a public function This is useful, since the …
(edit) @16b809ce   13 years Clément Bœsch lavfi: fix misc typo in avfilter.h header.
(edit) @747283a0   13 years martin cinepak: Add another special case so that it can handle the following …
(edit) @ffc638c2   13 years martin lagarith: add some RGBA decoding support Signed-off-by: Martin …
(edit) @39616fc3   13 years martin lagarith: Add correct line prediction for RGB Signed-off-by: Martin …
(edit) @4da45aff   13 years Clément Bœsch cleanup: remove various double end ';' all over the code.
(edit) @df72ae67   13 years Clément Bœsch swr: replace deprecated av_set_int() with av_opt_set_int().
(edit) @ad561b57   13 years Clément Bœsch swr: replace deprecated av_opt_set_defaults2() with av_opt_set_defaults().
(edit) @180aa82c   13 years Clément Bœsch swr: replace deprecated av_get_bits_per_sample_fmt() with …
(edit) @f9368466   13 years Clément Bœsch swr: use designated initializers for the class.
(edit) @7e516a11   13 years Clément Bœsch swr: rename resample2 to resample.
(edit) @fc425500   13 years Clément Bœsch swr: move format convert code to dedicated functions. This should …
(edit) @20431a9   13 years michaelni wma: Check channel number before init. Fixes Ticket240 Based on patch …
(edit) @c1c836d9   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @cd6851c   13 years michaelni lavf: if timestamps are invalid (pts=dts) only drop dts. Because if we …
(edit) @52767d89   13 years mans lavf: fix multiplication overflow in avformat_find_stream_info() …
(edit) @1c43713e   13 years stefasab ffprobe: add compact writer
(edit) @0491a2a0   13 years stefasab ffprobe: force display of missing fields, depending on writer.flags …
(edit) @7776091b   13 years michaelni diracdec: obmc accesses arent aligned for all files. Thus use …
(edit) @d5e1244c   13 years michaelni opt: Fix *av_opt_find2(NULL) Fixes Ticket650 Signed-off-by: Michael …
(edit) @04bb26e3   13 years michaelni mandelbrot: add dither to convergence & mincol colorings. This avoids …
(edit) @7575980b   13 years michaelni mandelbrot: make mincol the default. Signed-off-by: Michael …
(edit) @8d51cb4f   13 years michaelni mandelbrot: add mincol inner coloring method. Signed-off-by: Michael …
(edit) @6f20921d   13 years takis.issaris Fix seeking when using Apple HTTP Live Streaming The Apple HTTP Live …
(edit) @f1d1516e   13 years justin.ruggles cosmetics: indentation
(edit) @1158745a   13 years justin.ruggles mpegaudiodec: init static tables in AVCodec.init_static_data()
(edit) @bf0ca404   13 years michaelni Update my GnuPG fingerprint. Signed-off-by: Michael Niedermayer …
(edit) @5a68b1a   13 years michaelni mandelbrot: add inner drawing method to show converence time …
(edit) @5582e557   13 years michaelni mandelbrot: add "fractal" to the description Signed-off-by: Michael …
(edit) @4c52ada   13 years michaelni mandelbrot: Fix "warning: passing argument 2 of ‘draw_mandelbrot’ from …
(edit) @53cb0de2   13 years michaelni asfdec: mark only ts1 as av_unused Idea-by: ubitux Signed-off-by: …
(edit) @7ea39638   13 years michaelni mpegts: Completely ignore H222 spec and consider reserved adaption …
(edit) @a72580f   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @be4c9a44   13 years michaelni mpeg4videodec: dont treat empty frames as errors for QMP4, it seems …
(edit) @66cd3c12   13 years michaelni mpegaudio: prettify avpriv_mpa_bitrate_tab Signed-off-by: Michael …
(edit) @6760bd0a   13 years michaelni asfdec: avoid unused variable warning. Signed-off-by: Michael …
(edit) @ba7f1887   13 years michaelni asfdec: use dts for seeking. Signed-off-by: Michael Niedermayer …
(edit) @bb4eabac   13 years michaelni asfdec: restore timestamp reading code This reverts part of: commit …
(edit) @edc26bfa   13 years dilaroga vda: use K&R style.
(edit) @2b1a4c5b   13 years stefasab amovie: avoid crash in amovie_request_frame() if no samplesref is …
(edit) @81852ef5   13 years dilaroga vda: get correctly the frame from h264 context.
(edit) @4590e161   13 years dilaroga vda: check allocation result.
(edit) @c7fa3eea   13 years dilaroga vda: removes useless casts.
(edit) @6e1e4938   13 years dilaroga vda: cosmetic.
(edit) @a40867f2   13 years dilaroga configure: add vda dependencies.
(edit) @b46134f6   13 years dilaroga vda: reordering headers inclusion.
(edit) @9837442a   13 years dilaroga vda: undef Picture.
(edit) @c8136ebd   13 years Clément Bœsch swr: set the default used_ch_count value to zero. This allows an …
(edit) @40176fc   13 years michaelni mp3enc: Try to use a matching bitrate in the xing header. Might Fix …
(edit) @1fea432b   13 years michaelni mp3enc: simplify mp3_write_xing() Signed-off-by: Michael Niedermayer …
(edit) @ecf5e705   13 years michaelni vble: use dsp.add_hfyu_median_prediction() this allows asm …
(edit) @75c0ddc9   13 years michaelni vble: move 2nd pass bitreading into vble_restore_plane() this improves …
(edit) @6718536b   13 years michaelni diracdec: fix empty data units. Fixed Ticket636 Signed-off-by: …
(edit) @3f5d6a66   13 years mans binkvideo: simplify and remove invalid shifts Signed-off-by: Mans …
(edit) @2625b621   13 years lu_zero pulse: compute frame_duration once and fix it The frame duration was …
(edit) @caf27e37   13 years lu_zero lavf: simplify format_child_class_next() And fix the error introduced …
(edit) @ac3dbb4d   13 years lu_zero hwaccel: OS X Video Decoder Acceleration (VDA) support. …
(edit) @07c7ffc0   13 years Clément Bœsch Rename remaining get_le32 to avio_rl32.
(edit) @c142e2a0   13 years Clément Bœsch Rename remaining get_le16 to avio_rl16.
(edit) @49651063   13 years Clément Bœsch Use AVIOContext.seekable instead of deprecated url_is_streamed.
(edit) @7b79305a   13 years Clément Bœsch Rename remaining url_fskip to avio_skip.
(edit) @b04ee90   13 years Clément Bœsch Rename remaining av_metadata_set2 to av_dict_set.
(edit) @63b796b0   13 years Clément Bœsch Rename remaining url_ftell to avio_tell.
(edit) @055cda8a   13 years Clément Bœsch Rename remaining get_byte to avio_r8.
(edit) @f3c47e41   13 years Clément Bœsch Rename remaining url_fsize to avio_size.
(edit) @53d70a33   13 years Clément Bœsch Rename remaining get_buffer to avio_read.
(edit) @39edfcc9   13 years Clément Bœsch Rename remaining url_fseek to avio_seek.
(edit) @eef3ea8c   13 years Clément Bœsch Rename remaining ByteIOContext to AVIOContext.
(edit) @73af8ea3   13 years michaelni mandelbrot: add math.h for log2() Signed-off-by: Michael Niedermayer …
(edit) @70eb58cd   13 years michaelni mandelbrot: avoid INFINITY as openbsd seems not to like it. …
(edit) @b1b0fd27   13 years michaelni pad: fix format string length Signed-off-by: Michael Niedermayer …
(edit) @d8a09169   13 years janne-libav doc: add support for an optional navigation bar in texi2html pages …
(edit) @5f268ca5   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @4fa6e9d0   13 years Clément Bœsch doc: replace an "avconv" reference with "ffmpeg" in indevs.
(edit) @9466237b   13 years Clément Bœsch doc: drop "./" binary prefixes.
(edit) @3a9f2f1d   13 years stefasab vsrc_mandelbrot: set options through the opt framework
(edit) @c15400af   13 years michaelni mandelbrot: remove always-false condition in fill_from_cache …
Note: See TracRevisionLog for help on using the revision log.