Toggle navigation
Patchwork
Libav
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Archived =
No
| 30472 patches
Series
Submitter
State
any
Action Required
Committed
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Old
Search
Archived
No
Yes
Both
Delegate
Apply
«
1
2
3
4
…
304
305
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[libav-devel] Change domainname and ffmpeg-devel -> libav-devel
0 0 0
2011-03-13
Johan Andersson
Committed
[libav-devel,1/2] ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.
0 0 0
2011-03-13
Justin Ruggles
Committed
[libav-devel,2/2] ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 ...
0 0 0
2011-03-13
Justin Ruggles
Superseded
[2/2] ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 encoder.
0 0 0
2011-03-14
Justin Ruggles
Committed
Mention mailinglists on website.
0 0 0
2011-03-14
Ronald Bultje
Committed
ac3enc: do not use the broken MAC64() macro
0 0 0
2011-03-14
Justin Ruggles
Superseded
Use an inline function for MAC64() on x86-32.
0 0 0
2011-03-14
Justin Ruggles
Superseded
Use an inline function for MUL64() on x86-32.
0 0 0
2011-03-14
Justin Ruggles
Superseded
Delete MAINTAINERS file
0 0 0
2011-03-14
Mans Rullgard
Committed
Fix roundup link.
0 0 0
2011-03-14
Ronald Bultje
Committed
[01/13] lavf/utils: dont't explicitly check AVIOContext.error
0 0 0
2011-03-14
Anton Khirnov
Committed
[02/13] avio: deprecate url_ferror
0 0 0
2011-03-14
Anton Khirnov
Committed
[03/13] avio: introduce an AVIOContext.seekable field
0 0 0
2011-03-14
Anton Khirnov
Superseded
[04/13] lavf: move ff_get_v from avio.h to avio_internal.h
0 0 0
2011-03-14
Anton Khirnov
Committed
[05/13] avio: make url_setbufsize internal.
0 0 0
2011-03-14
Anton Khirnov
Committed
[06/13] avio: make av_url_read_fseek/fpause internal.
0 0 0
2011-03-14
Anton Khirnov
Committed
[07/13] avio: make udp_set_remote_url/get_local_port internal.
0 0 0
2011-03-14
Anton Khirnov
Committed
[08/13] avio: change avio_tell/skip from macros to inline functions
0 0 0
2011-03-14
Anton Khirnov
Committed
[09/13] avio: avio_ prefix for url_fprintf
0 0 0
2011-03-14
Anton Khirnov
Committed
[10/13] avio: always compile avio_printf, rather than on CONFIG_MUXERS
0 0 0
2011-03-14
Anton Khirnov
Committed
[11/13] avio: deprecate url_open_buf
0 0 0
2011-03-14
Anton Khirnov
Committed
[12/13] avio: deprecate url_close_buf
0 0 0
2011-03-14
Anton Khirnov
Committed
[13/13] avio: rename put_flush_packet -> avio_flush
0 0 0
2011-03-14
Anton Khirnov
Committed
[1/8] lavc: move the version macros to a new installed header.
0 0 0
2011-03-14
Anton Khirnov
Committed
[2/8] avfft: add AV prefix to FFTSample.
0 0 0
2011-03-14
Anton Khirnov
Old
[3/8] avfft: add AV prefix to FFTComplex.
0 0 0
2011-03-14
Anton Khirnov
Old
[4/8] avfft: add AV prefix to FFTContext.
0 0 0
2011-03-14
Anton Khirnov
Old
[5/8] avfft: add AV prefixes to RDFTransformType enum.
0 0 0
2011-03-14
Anton Khirnov
Old
[6/8] avfft: add AV prefix to RDFTContext.
0 0 0
2011-03-14
Anton Khirnov
Old
[7/8] avfft: add AV prefix to DCTContext.
0 0 0
2011-03-14
Anton Khirnov
Old
[8/8] avfft: add AV prefixes to DCTTransformType enum.
0 0 0
2011-03-14
Anton Khirnov
Old
[1/4] partially rename FFmpeg to Libav
0 0 0
2011-03-14
Janne Grunau
Committed
[2/4] replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
0 0 0
2011-03-14
Janne Grunau
Committed
[3/4] use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
0 0 0
2011-03-14
Janne Grunau
Committed
[4/4] replace FFmpeg with Libav in doc/
0 0 0
2011-03-14
Janne Grunau
Committed
fix dangling link
0 0 0
2011-03-14
Janne Grunau
Committed
[1/2] id3v2: explicitly seek to the end of the tag after reading
0 0 0
2011-03-15
Anton Khirnov
Superseded
[2/2] id3v2: simplify error handling.
0 0 0
2011-03-15
Anton Khirnov
Committed
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
0 0 0
2011-03-15
Anton Khirnov
Committed
Chronomaster DFA decoder
0 0 0
2011-03-15
Kostya Shishkov
Superseded
id3v2: merge TYER/TDAT/TIME to date tag
0 0 0
2011-03-15
Anton Khirnov
Committed
Do not attempt to decode APE file with no frames
0 0 0
2011-03-15
Kostya Shishkov
Committed
Chronomaster DFA decoder
0 0 0
2011-03-15
Kostya Shishkov
Superseded
mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.
0 0 0
2011-03-15
Justin Ruggles
Superseded
[1/2] mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.
0 0 0
2011-03-15
Justin Ruggles
Committed
[2/2] mathops: change "g" constraint to "rm" in x86-32 version of MUL64().
0 0 0
2011-03-15
Justin Ruggles
Committed
id3v2: explicitly seek to the end of the tag after reading
0 0 0
2011-03-15
Anton Khirnov
Superseded
mathops: fix MULL() when the compiler does not inline the function.
0 0 0
2011-03-16
Justin Ruggles
Superseded
mathops: fix MULL() when the compiler does not inline the function.
0 0 0
2011-03-16
Justin Ruggles
Committed
Make tcp proto able to listen
0 0 0
2011-03-16
Luca Barbato
Superseded
ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext and use in scale_coef...
0 0 0
2011-03-16
Justin Ruggles
Superseded
nutenc: mux chapters.
0 0 0
2011-03-16
Anton Khirnov
Committed
jvdec: don't use deprecated url_feof()
0 0 0
2011-03-16
Anton Khirnov
Committed
mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() instead
0 0 0
2011-03-16
Anton Khirnov
Superseded
mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() instead
0 0 0
2011-03-16
Anton Khirnov
Committed
use ASF preroll as st->start_time
0 0 0
2011-03-16
Vladimir Pantelic
Superseded
Detect byte-swapped AC-3 (aka DNET) and support decoding it directly.
0 0 0
2011-03-16
Justin Ruggles
Superseded
[1/2] doc: update applehttp documentation
0 0 0
2011-03-16
Luca Barbato
Committed
[2/2] Use dlltools instead of lib.exe
0 0 0
2011-03-16
Luca Barbato
Superseded
dsputil: add bswap16_buf()
0 0 0
2011-03-16
Mans Rullgard
Committed
use ASF preroll as st->start_time
0 0 0
2011-03-16
Vladimir Pantelic
Committed
[1/3] add libav-api and libav-tools mailing lists
0 0 0
2011-03-16
Janne Grunau
Committed
[2/3] remove a mention of the old ffmpeg-user mailing list
0 0 0
2011-03-16
Janne Grunau
Committed
[3/3] deprecate FFmpeg mailing lists expect the archives
0 0 0
2011-03-16
Janne Grunau
Committed
get rid of the last svn mentions
0 0 0
2011-03-16
Janne Grunau
Superseded
get rid of the last svn mentions
0 0 0
2011-03-16
Janne Grunau
Committed
Use dlltools instead of lib.exe
0 0 0
2011-03-17
Luca Barbato
Committed
[1/2] aacenc: Refactor the parts of the AAC psymodel.
0 0 0
2011-03-17
Nathan Caldwell
Committed
[2/2] aacenc: cosmetics, indentation, and comment clarification
0 0 0
2011-03-17
Nathan Caldwell
Committed
id3v2: explicitly seek to the end of the tag after reading
0 0 0
2011-03-17
Anton Khirnov
Committed
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
0 0 0
2011-03-17
Anton Khirnov
Committed
[1/2] configure: use -r option for pr when listing enabled config options.
0 0 0
2011-03-17
thresh@videolan.org
Committed
[2/2] configure: recognize HP-UX.
0 0 0
2011-03-17
thresh@videolan.org
Superseded
Use dlltools instead of lib.exe
0 0 0
2011-03-17
Martin Storsjö
Superseded
Add missed APIchanges and changelog entries
0 0 0
2011-03-17
Martin Storsjö
Committed
applehttp: Fix a typo in a comment
0 0 0
2011-03-17
Martin Storsjö
Committed
lavf: Make make_absolute_url a lavf internal function
0 0 0
2011-03-17
Martin Storsjö
Committed
[1/9] avio: avio_ prefix for url_open_dyn_buf
0 0 0
2011-03-17
Anton Khirnov
Committed
[2/9] avio: avio_ prefix for url_close_dyn_buf
0 0 0
2011-03-17
Anton Khirnov
Committed
[3/9] avio: avio_ prefix for url_open_dyn_packet_buf
0 0 0
2011-03-17
Anton Khirnov
Committed
[4/9] avio: avio_ prefix for url_fdopen
0 0 0
2011-03-17
Anton Khirnov
Superseded
[5/9] avio: deprecate url_fileno
0 0 0
2011-03-17
Anton Khirnov
Committed
[6/9] avio: make init_checksum() internal.
0 0 0
2011-03-17
Anton Khirnov
Committed
[7/9] avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.h
0 0 0
2011-03-17
Anton Khirnov
Committed
[8/9] avio: make get_checksum() internal.
0 0 0
2011-03-17
Anton Khirnov
Committed
[9/9] lavf: bump minor version and add an APIChanges entry for avio changes
0 0 0
2011-03-17
Anton Khirnov
Committed
[2/2] configure: recognize HP-UX.
0 0 0
2011-03-17
thresh@videolan.org
Superseded
use ASF preroll as st->start_time
0 0 0
2011-03-17
Vladimir Pantelic
Superseded
use ASF preroll as st->start_time
0 0 0
2011-03-17
Vladimir Pantelic
Committed
[libav-commits] nutenc: mux chapters.
0 0 0
2011-03-17
Anton Khirnov
Committed
fate: remove stale fate-update.sh script
0 0 0
2011-03-17
Mans Rullgard
Committed
asf: update seek test reference
0 0 0
2011-03-17
Mans Rullgard
Committed
Scalar: Multiple ouput with different resolutions, Issue 2040
0 0 0
2011-03-17
Manjunath Siddaiah
Superseded
ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext and use in scale_coef...
0 0 0
2011-03-17
Justin Ruggles
Committed
also subtract preroll when reading ASF simple index object
0 0 0
2011-03-17
Vladimir Pantelic
Superseded
Add bwf muxer, wav file with bext chunk
0 0 0
2011-03-18
Benjamin Larsson
Superseded
aacenc: 10l, missed a reference when refactoring the psymodel.
0 0 0
2011-03-18
Nathan Caldwell
Committed
also subtract preroll when reading ASF simple index object
0 0 0
2011-03-18
Vladimir Pantelic
Committed
configure: Add argc, argv to the main function signature in check_func_headers
0 0 0
2011-03-19
Martin Storsjö
Superseded
configure: Add argc, argv to the main function signature in check_func_headers
0 0 0
2011-03-19
Luca Barbato
Superseded
«
1
2
3
4
…
304
305
»