source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @15960951   13 years michaelni libutvideodec: Check if the decode initializes correctly Actually …
(edit) @61d303c7   13 years michaelni libutvideodec: Remove CODEC_CAP_LOSSLESS Remove the …
(edit) @70cf7bb9   13 years michaelni libutvideodec: Make buf_size local Since buf_size is only used in …
(edit) @b580ab6b   13 years michaelni libutvideodec: Fix typo Remove extraneous space. Signed-off-by: …
(edit) @1ff1b5f7   13 years michaelni libutvideodec: Width and height don't need to be unsigned Width and …
(edit) @f44f093d   13 years michaelni libutvideodec: Fix name of extradata member The frameinfo size member …
(edit) @5ca392d1   13 years michaelni fate: add --timeout=60 --contimeout=60 to fate-rsync Signed-off-by: …
(edit) @bc74c471   13 years michaelni libutvideodec: remove impossible pix_fmt case Signed-off-by: Michael …
(edit) @e3475198   13 years michaelni libutvideo: Don't try and output original_format The original format …
(edit) @13665c87   13 years stefasab ffprobe: refactor value_string() to accept an unit_value struct The …
(edit) @80abfbe   13 years stefasab ffprobe: introduce print_val() macro, ease readability
(edit) @d2d6bade   13 years stefasab ffprobe: implement and use print_time and print_ts macros Help …
(edit) @728e6d97   13 years michaelni avio: print a warning from ffurl_alloc() if no protocols are …
(edit) @13b7781e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (23 …
(edit) @ada8d485   13 years michaelni audioconvert: prefer 5.X over 5.X(side). This is the logical …
(edit) @f2bd8a07   13 years justin.ruggles x86inc: use sse versions of common macros instead of sse2 when applicable
(edit) @eacec07e   13 years anton doc/APIchanges: add missing dates and hashes
(edit) @eb0de710   13 years anton lavf: don't return from void av_update_cur_dts()
(edit) @a7476298   13 years anton Changelog: add more entries.
(edit) @c4302a39   13 years anton Changelog: update ffmpeg/avconv incompatibility list.
(edit) @059fb8c8   13 years anton avconv: remove some redundant temporary variables.
(edit) @f8c314c8   13 years anton avconv: fix broken indentation
(edit) @a2aeeb22   13 years anton avconv: move copy_initial_nonkeyframes to the options context. Also …
(edit) @9a414d89   13 years anton avconv: use file:stream instead of file.stream in log messages.
(edit) @d9b49e7   13 years anton doc/avconv: elaborate on basic functionality.
(edit) @2b56db5   13 years anton doc/avconv: -sample_fmts, not -help sample_fmts prints the sample formats
(edit) @24612846   13 years martin openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0 Since …
(edit) @776f2bb9   13 years martin Call avformat_network_init/deinit in the programs Calling the init …
(edit) @d3bc75c6   13 years michaelni dshow: support BI_BITFIELDS compression type Signed-off-by: Michael …
(edit) @b13ba5c   13 years michaelni swscale: use isByteRGB() to simplify check for palToRgbWrapper. …
(edit) @307b6502   13 years michaelni swscale: Fix packed rgb check for planarRgbToRgbWrapper. …
(edit) @1e79926f   13 years michaelni Unscaled Planar RGB -> RGB support in swscale. Signed-off-by: Michael …
(edit) @079700f5   13 years stefasab af_aconvert: fix doc reference to unexisting chlayout.h file
(edit) @3607ed70   13 years martin Remove leftover includes of strings.h Signed-off-by: Martin Storsjö …
(edit) @de8d1940   13 years martin avutil: Don't allow using strcasecmp/strncasecmp Signed-off-by: …
(edit) @bb3244de   13 years martin Replace all usage of strcasecmp/strncasecmp All current usages of it …
(edit) @ba04ecfd   13 years martin avstring: Add locale independent implementations of …
(edit) @07b172f   13 years martin avstring: Add locale independent implementations of toupper/tolower …
(edit) @54a09f18   13 years Reimar.Doeffinger Fix av_packet_split_side_data. p cannot be calculated before …
(edit) @66760b30   13 years anton cosmetics: insert some spaces in explicit enum value assignments …
(edit) @19900d60   13 years anton move 8SVX audio codecs to the audio codec list part on the next bump …
(edit) @0e288b8c   13 years anton deprecate codec IDs that won't ever be used Signed-off-by: Anton …
(edit) @c4356536   13 years rsbultje swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.
(edit) @2f7f2e4   13 years rsbultje Update x86inc.asm to latest x264 version, and add AVX symmetry. We …
(edit) @64bf5a0c   13 years michaelni fate: fix mapchan Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @b372723f   13 years michaelni wtvenc: ensure fat tables are padded to the sector boundary …
(edit) @41ab24ba   13 years michaelni lavf: remove commented check in compute_pkt_fields2() Signed-off-by: …
(edit) @d8cab5c2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: http: …
(edit) @3b4798a8   13 years michaelni wtvdec: ignore another known guid Signed-off-by: Michael Niedermayer …
(edit) @29a29226   13 years michaelni Set avctx->coded_width/height to uncropped h264 sizes …
(edit) @1125571b   13 years michaelni audioconvert: use + in av_get_channel_layout_string. When …
(edit) @526a7d85   13 years michaelni dshow: don't print min/max values for fps the wrong way around …
(edit) @e3e96283   13 years michaelni dshow: save opened device reference so it may be properly closed …
(edit) @21a928d0   13 years michaelni dshow: release filter reference obtained from enumeration …
(edit) @5b18614   13 years michaelni dshow: indent Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @2f9b9559   13 years michaelni dshow: support choosing between devices with same name Signed-off-by: …
(edit) @68b531fe   13 years michaelni src_movie: set the channel layout to default if the codec did not set …
(edit) @ea83b032   13 years michaelni matroskaenc: base default duration on avg_frame_rate if possible. …
(edit) @0e559023   13 years michaelni ffmpeg: preserve avg_frame_rate on stream copy. Signed-off-by: …
(edit) @439e1d19   13 years michaelni libvpxenc: Fix "Additional information: g_lag_in_frames out of range …
(edit) @5af7daab   13 years Reimar.Doeffinger Mark AVFilterPad[] compound literals as const. GCC 4.6.2 at least …
(edit) @d9010daa   13 years Reimar.Doeffinger Set AVFrame reference before reget_buffer. Otherwise it might return …
(edit) @266f6eef   13 years Reimar.Doeffinger nuv: do not use data not initialized by LZO decompression. This fixes …
(edit) @95e1dfee   13 years Reimar.Doeffinger nuv: Fix combination of size changes and LZO compression. There were …
(edit) @6f3ebcc3   13 years Reimar.Doeffinger Check NUV per-frame header for validity. Since it contains dimensions …
(edit) @4e6413c6   13 years Reimar.Doeffinger rtjpeg: check get_block return value for error. This avoids crashes …
(edit) @fffa4530   13 years Reimar.Doeffinger Simplify using get_bits_left. Signed-off-by: Reimar Döffinger …
(edit) @b9242fd   13 years Reimar.Doeffinger av_lzo1x_decode: properly handle negative buffer length. Treating …
(edit) @7f6c828   13 years Reimar.Doeffinger Use FFALIGN. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
(edit) @371e1654   13 years Reimar.Doeffinger Try to set AVFrame.reference to correct values. I am not sure these …
(edit) @fb228883   13 years michaelni h264: fix ssse3 biweight code with weights of 128 Signed-off-by: …
(edit) @971701d4   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @42b5a6f6   13 years michaelni wtvenc: use ff_put_guid and remove local copy of this function …
(edit) @b7c9512f   13 years michaelni asfenc: rename put_guid to ff_put_guid Signed-off-by: Michael …
(edit) @1efe4ff9   13 years michaelni wtvenc: add @file comment Signed-off-by: Michael Niedermayer …
(edit) @3852c29f   13 years michaelni fix whitespace nits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @18ae3626   13 years martin http: Remove the custom function for disabling chunked posts …
(edit) @d450cc4f   13 years martin rtsp: Disable chunked http post through AVOptions This avoids having …
(edit) @49baf44c   13 years Reimar.Doeffinger Make ff_mba_* arrays const. Signed-off-by: Reimar Döffinger …
(edit) @b052601b   13 years Reimar.Doeffinger Make another static array const. Signed-off-by: Reimar Döffinger …
(edit) @db076a2c   13 years Reimar.Doeffinger Make fdct_r_row_sse2 const. Signed-off-by: Reimar Döffinger …
(edit) @b883c87   13 years Reimar.Doeffinger Make AMR tables of lookup filter tables const. Signed-off-by: Reimar …
(edit) @6f6ab1d9   13 years Reimar.Doeffinger Make another PixelFormat list const. Signed-off-by: Reimar Döffinger …
(edit) @91e7e6b7   13 years Reimar.Doeffinger Make sdl_overlay_pix_fmt_map static const. Signed-off-by: Reimar …
(edit) @d7e95ccd   13 years Reimar.Doeffinger Make PIX_FMT format list arrays const. Signed-off-by: Reimar …
(edit) @85414225   13 years Reimar.Doeffinger Make rgb_pixfmt_map const. Signed-off-by: Reimar Döffinger …
(edit) @9663b8d   13 years Reimar.Doeffinger Make tab_frw_01234567_sse2 const. Signed-off-by: Reimar Döffinger …
(edit) @bd09fecc   13 years Reimar.Doeffinger color_table array should be const. Signed-off-by: Reimar Döffinger …
(edit) @d7847333   13 years Reimar.Doeffinger Add const to static arrays where it was forgotten. Signed-off-by: …
(edit) @a010b56e   13 years Clément Bœsch doc: fix typo in previous commit.
(edit) @237f1329   13 years martin movdec: Set frame_size for AMR Earlier, sc->samples_per_frame was …
(edit) @11f2a565   13 years Clément Bœsch doc: document v4l and v4l2 aliases.
(edit) @1335331e   13 years Clément Bœsch doc: fix a few typo in the filters section.
(edit) @1054ab35   13 years Clément Bœsch v4l2: add libv4l2 support.
(edit) @717401af   13 years rsbultje h264_weight: remove duplication functions.
(edit) @434db571   13 years Clément Bœsch ffprobe: use avio_size() instead of deprecated file_size attribute.
(edit) @1e402774   13 years Clément Bœsch ffprobe: fix const compiler warning.
(edit) @0e5ecd80   13 years Clément Bœsch Replace remaining av_new_stream() with avformat_new_stream().
(edit) @1deb08fc   13 years rsbultje swscale: align vertical filtersize by 2 on x86. The vertical scaler …
(edit) @43317fd5   13 years rsbultje libavfilter: reindent.
Note: See TracRevisionLog for help on using the revision log.