2013-10-30 08:08:23 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Changes 2.1:
- aecho filter
- perspective filter ported from libmpcodecs
- ffprobe -show_programs option
- compand filter
- RTMP seek support
- when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
even when used as an input option. Previous behavior can be restored with
the -noaccurate_seek option.
- ffmpeg -t option can now be used for inputs, to limit the duration of
data read from an input file
- incomplete Voxware MetaSound decoder
- read EXIF metadata from JPEG
- DVB teletext decoder
- phase filter ported from libmpcodecs
- w3fdif filter
- Opus support in Matroska
- FFV1 version 1.3 is stable and no longer experimental
- FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
- changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
more consistent with other muxers.
- adelay filter
- pullup filter ported from libmpcodecs
- ffprobe -read_intervals option
- Lossless and alpha support for WebP decoder
- Error Resilient AAC syntax (ER AAC LC) decoding
- Low Delay AAC (ER AAC LD) decoding
- mux chapters in ASF files
- SFTP protocol (via libssh)
- libx264: add ability to encode in YUVJ422P and YUVJ444P
- Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
- make decoding alpha optional for prores, ffv1 and vp6 by setting
the skip_alpha flag.
- ladspa wrapper filter
- native VP9 decoder
- dpx parser
- max_error_rate parameter in ffmpeg
- PulseAudio output device
- ReplayGain scanner
- Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
- Linux framebuffer output device
- HEVC decoder, raw HEVC demuxer, HEVC demuxing in TS, Matroska and MP4
- mergeplanes filter
|
2013-10-22 12:51:59 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Add "ffmpeg2" include and library pathes to the compiler and linker
flags and make sure that the ".pc" files appear at a useful location.
|
2013-10-20 23:53:54 by Thomas Klausner | Files touched by this commit (5) |
Log message:
recursive PKGREVISION bump for libass shlib major -> 5
|
2013-10-12 19:23:02 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Don't enable OpenCL on Mac OS X Lion or older. "ffmpeg" requires \
version 1.2
or newer which isn't available in these versions.
|
2013-10-12 12:31:12 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
2.0.2 was released on 2013-10-08. It is the latest stable FFmpeg release from \
the 2.0 release branch, which was cut from master on 2013-07-10. Amongst lots of \
other changes, it includes all changes from ffmpeg-mt, libav master of \
2013-07-09, libav 9 as of 2013-07-09.
|
2013-08-15 20:49:11 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Fix rpath issue
|
2013-08-15 12:21:30 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Apply patch from Onno van der Linden to try fixing PR 48116.
|
2013-08-11 19:56:05 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
2.0.1 was released on 2013-08-11. It is the latest stable FFmpeg release from \
the 2.0 release branch, which was cut from master on 2013-07-10. Amongst lots of \
other changes, it includes all changes from ffmpeg-mt, libav master of \
2013-07-09, libav 9 as of 2013-07-09.
|
2013-08-04 12:29:02 by Adam Ciarcinski | Files touched by this commit (14) |
Log message:
FFmpeg is a complete, cross-platform solution to record, convert
and stream audio and video. It includes libavcodec - the leading
audio/video codec library.
|