April 2010 Archives by thread
Starting: Thu Apr 1 00:11:22 CEST 2010
Ending: Fri Apr 30 23:30:45 CEST 2010
Messages: 1494
- [FFmpeg-devel] [RFC] Questions and suggestions regarding AVSEEK_FORCE?
Michael Niedermayer
- [FFmpeg-devel] [PATCH] RTMP seek support
Howard Chu
- [FFmpeg-devel] [PATCH] SHOUTcast HTTP Support
Micah F. Galizia
- [FFmpeg-devel] [PATCH] Implement read_file() cmdutils.c option
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Implement -vfilters_file option in ffplay
Stefano Sabatini
- [FFmpeg-devel] Patch for chained OGG files
Diego Biurrun
- [FFmpeg-devel] [PATCH] WMA Voice postfilter
Ronald S. Bultje
- [FFmpeg-devel] [PATCH] lavfi test for 1-1 filters pixel format output
Michael Niedermayer
- [FFmpeg-devel] [PATCH] Add -t option to ffplay
Robert Krüger
- [FFmpeg-devel] [PATCH] flv duration
Howard Chu
- [FFmpeg-devel] [PATCH] Fix a typo in r22670.
Takashi Mochizuki
- [FFmpeg-devel] [PATCH] QCELP postfilter
Michael Niedermayer
- [FFmpeg-devel] r22718 in libavformat/rtsp.c uses non-portable errno
Tom Evans
- [FFmpeg-devel] [PATCH] yuv4mpeg: support concatenated files
Michael Niedermayer
- [FFmpeg-devel] [PATCH] share xiph rtp code
Ronald S. Bultje
- [FFmpeg-devel] [PATCH] Use read_file() in ffmpeg.c when reading 2-pass log file
Stefano Sabatini
- [FFmpeg-devel] MMS protocol implementation progress
Tamas Selmeci
- [FFmpeg-devel] [PATCH] Add support to AVSEEK_SIZE to the file protocol seek callback
Stefano Sabatini
- [PATCH 1/7] Clarify description for AVERROR_NOTSUPP.
Stefano Sabatini
- [PATCH 1/5] Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) instead which is semantically equivalent.
Stefano Sabatini
- [PATCH 3/4] Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) instead which is semantically equivalent.
Stefano Sabatini
- [PATCH 2/7] Make AVERROR_NOTSUPP a deprecated alias for the new symbol AVERROR_INVALIDOPERATION. The new name better expresses the meaning of the error code.
Stefano Sabatini
- [PATCH 3/7] Change the definition of AVERROR_INVALIDOPERATION at the next libavutil major bump, use a FFmpeg specific error code as ENOSYS has a different semantics.
Stefano Sabatini
- [FFmpeg-devel] [RFC] The meaning of AVERROR_NOTSUPP
Stefano Sabatini
- [FFmpeg-devel] [RFC] Synchronize the start times of multiple RTP streams
Ronald S. Bultje
- [FFmpeg-devel] [PATCH] rmdec.c: fix uninitialized value
Ronald S. Bultje
- [FFmpeg-devel] [RFC]Move is-align-a-power-of-two test up
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH] rmdec.c another uninitialized value
Ronald S. Bultje
- [PATCH 01/17] Avoid the use of the symbol ff_expr_s for referencing AVExpr.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] lavc: Add an audio window size option
Alex Converse
- [FFmpeg-devel] [RFC] eval API review
Stefano Sabatini
- [FFmpeg-devel] [PATCH] add AV_METADATA_DONT_OVERWRITE flag
Anton Khirnov
- [FFmpeg-devel] [PATCH]Allow to compile with --disable-optimizations with icc
Carl Eugen Hoyos
- [FFmpeg-devel] [patch] mjpeg restart marker parsing
Tom Harper
- [FFmpeg-devel] Clang run from 20100402
Benjamin Larsson
- [FFmpeg-devel] Emicsoft Coorp., possible license violation
Franz Mayer1
- [FFmpeg-devel] [PATCH] Make url_fseek() return AVERROR(ESPIPE) rather than AVERROR(EPIPE) if the seek operation is not defined on the protocol.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Make url_fsize() return AVERROR(ESPIPE) rather than AVERROR(EPIPE) if the seek operation is not defined
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Use AVERROR(ENOSYS) when it makes sense
Stefano Sabatini
- [FFmpeg-devel] [PATCH] avoid division by zero in libavcodec/zmbv.c
Reinhard Tartler
- [FFmpeg-devel] [PATCH] avoid division by zero in libavformat/dv.c
Reinhard Tartler
- [FFmpeg-devel] [PATCH] Zero-initialize the reply struct in ff_rtsp_connect
Martin Storsjö
- [FFmpeg-devel] [PATCH] Redefine AVERROR_EOF as a specific FFmpeg error code at the next lavu major bump
Stefano Sabatini
- [PATCH] Move sample format definitions from libavcodec to libavutil.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Move sample format definitions from libavcodec to libavutil
Stefano Sabatini
- [PATCH 1/6] Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, BGR565, RGB565) to make them specify the tags for the LE variants rather than for the native endian ones.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Make nut muxer and demuxer recognize the extended nut tags associated to rawvideo pixel formats
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Rename ffmpeg.c:av_encode() -> av_transcode()
Stefano Sabatini
- [FFmpeg-devel] PATCH: 5.1 AAC SMPTE channel order with libfaad
Jean-Yves Avenard
- [PATCH 1/2] Implement ff_fill_pointer test.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Re-implement ff_fill_linesize() using pixdescs info
Stefano Sabatini
- [FFmpeg-devel] Seeking api and gsoc
Michael Chinen
- [FFmpeg-devel] [PATCH] Unsharp filter
Bobby Bingham
- [FFmpeg-devel] [PATCH] Fix memory leaks in the AAC RTP depacketization code
Martin Storsjö
- [FFmpeg-devel] [RFC] libavfilter audio API and related issues
Stefano Sabatini
- [FFmpeg-devel] [RFC] protocol API vs SCTP
Ronald S. Bultje
- [FFmpeg-devel] [PATCH] ETIMEDOUT not defined on win32
Gianluigi Tiesi
- [PATCH 05/21] Change eval internal functions and ff_parse() interface.
Stefano Sabatini
- [PATCH 2/3] Change ff_parse_expr() and ff_parse_and_eval_expr() interface.
Stefano Sabatini
- [PATCH 3/5] Change ff_parse_expr() and ff_parse_and_eval_expr() interface.
Stefano Sabatini
- [PATCH 1/4] Change ff_parse_expr() and ff_parse_and_eval_expr() interface.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Segfault occurs if encoder initialization fails
Craig Thomasson
- [FFmpeg-devel] [PATCH] Use cross-prefix for strip in darwin.
Ramiro Polla
- [FFmpeg-devel] hardware acceleration
Luis Moreira
- [FFmpeg-devel] Google's Summer of Code 2010 deadline is nearing!
Ronald S. Bultje
- [FFmpeg-devel] Added (L)GPL Violation Bugs
Jon Hood
- [PATCH 01/18] Doxument ff_free_expr().
Stefano Sabatini
- [FFmpeg-devel] [patch]MMS protocol over TCP
zhentan feng
- [FFmpeg-devel] Inclusion in 'Projects Using FFmpeg'
Chris Dyer
- [FFmpeg-devel] -newvideo stream order regression ?
Chris Stones
- [FFmpeg-devel] add MJPEG support into RTP output
shawn shawn
- [FFmpeg-devel] [PATCH] FLIC demuxer fix for the first two X-COM games (also adds audio)
Tomas Härdin
- [FFmpeg-devel] [PATCH] Add VorbisComment writing to ogg-vorbis files (bump)
James Darnley
- [FFmpeg-devel] [Patch] Predict the size of various simple tags in the MOV muxer
Tomas Härdin
- [FFmpeg-devel] [FFmpeg-devel-irc] IRC log for 2010-04-05
Michael Niedermayer
- [FFmpeg-devel] [PATCH] ffplay : add 's' to the list of supported commands
Jai Menon
- [FFmpeg-devel] Removing limit on frame extraction
Opaskar, Mark US SSA
- [FFmpeg-devel] [PATCH] Add M_SQRT2 to the constants in mathematics.h.
Alex Converse
- [FFmpeg-devel] [PATCH 1/6] Avoid the use of the symbol ff_expr_s for referencing AVEvalExpr.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 2/6] Move AVEvalExpr declaration at the beginning of the file, where it is less distracting.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 3/6] Rename AVEvalExpr to AVExpr, as suggested by Michael.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 4/6] Rename ff_eval_free() to av_free_expr().
Stefano Sabatini
- [FFmpeg-devel] [PATCH 5/6] Change eval internal functions and ff_parse() interface, to make them return an error code and print the error on the log rather than set the error in the Parser.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 6/6] Rename ff_parse() to av_parse_expr(), the new name is more expressive and fits better in the overall naming scheme for the revisited eval API.
Stefano Sabatini
- [FFmpeg-devel] AAC: audible artifact: (sample to FFmpeg developers)
Dâniel Fraga
- [FFmpeg-devel] librtmp logging callback
Howard Chu
- [FFmpeg-devel] [PATCH 1/3] DCA: align some arrays
Mans Rullgard
- [PATCH 3/4] Make av_set_string3() check the list of named constants before to try to evaluate the string to set with ff_parse_and_eval_expr().
Stefano Sabatini
- [FFmpeg-devel] Michael's ffmpeg.c patch - Favor streams with more packets if the user did not specify what she wants.
Chris Stones
- [FFmpeg-devel] [PATCH 06/21] Make av_set_string3() check in the list of named constants before to try to evaluate the string to set with ff_eval2().
Stefano Sabatini
- [FFmpeg-devel] [PATCH 07/21] Doxument ff_free_expr().
Stefano Sabatini
- [FFmpeg-devel] [PATCH 08/21] Rename ff_parse() to ff_parse_expr().
Stefano Sabatini
- [FFmpeg-devel] [PATCH 09/21] Rename ff_parse_eval() to ff_eval_expr().
Stefano Sabatini
- [FFmpeg-devel] [PATCH 10/21] Change interface to ff_eval2().
Stefano Sabatini
- [FFmpeg-devel] [PATCH 11/21] Rename ff_eval2() to ff_parse_and_eval_expr().
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Move the internal function declarations in avformat.h to internal.h.
Stefano Sabatini
- [FFmpeg-devel] Add mpeg user_data CEA-608/708 extraction.
Daniel Kristjansson
- [PATCH 2/4] Implement ffserver generic metadata setting in the stream.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 1/4] Statically initialize ffserver.c:config_filename, simplify.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 2/4] Implement ffserver.c:report_config_error() and a macro for logging error messages / updating the error count.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 3/4] Implement parse_number() and ffserver.c:parse_ffconfig_integer().
Stefano Sabatini
- [FFmpeg-devel] [PATCH 4/4] Implement ffserver generic metadata settings in the stream.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Extradata length checks for Huffyuv
Michael Kaufmann
- [FFmpeg-devel] [PATCH 1/2] Fix leak in avfilter_graph_add_filter().
Stefano Sabatini
- [FFmpeg-devel] [PATCH 2/2] Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of failed reallocation, rather than just -1.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 1/5] DCA: use some type-punning in qmf_32_subbands()
Mans Rullgard
- [FFmpeg-devel] [PATCH 2/5] DCA: use a local variable for loop boundary
Mans Rullgard
- [FFmpeg-devel] [PATCH 4/5] ARM: SDIVMOD for gcc that does the right thing
Mans Rullgard
- [FFmpeg-devel] [PATCH 5/5] DCA: use SDIVMOD
Mans Rullgard
- [FFmpeg-devel] [PATCH] don't override file duration with bitrate guessed duration
elupus
- [FFmpeg-devel] [PATCH] mpegts demuxer should parse PAT/SDT when opened from rtsp/sdp demuxer
elupus
- [FFmpeg-devel] [PATCH 07/12] Use less confusing names for the parameters used by the eval API.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 08/12] Change const qualifier for func[12]_names parameters of ff_parse_expr() and ff_parse_and_eval_expr().
Stefano Sabatini
- [FFmpeg-devel] [PATCH 09/12] Change the order of parameters for ff_parse_and_eval_expr(), place the names before the values.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 10/12] Change the order of parameter for ff_parse_expr().
Stefano Sabatini
- [FFmpeg-devel] [PATCH 11/12] Remove unnecessary header inclusion directives.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 12/12] Fix constness for func[12] parameters in ff_parse_expr().
Stefano Sabatini
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
elupus
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Baptiste Coudurier
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Måns Rullgård
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Joakim Plate
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Måns Rullgård
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Joakim Plate
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Baptiste Coudurier
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
elupus
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Baptiste Coudurier
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
elupus
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Baptiste Coudurier
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
elupus
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
elupus
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Baptiste Coudurier
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Joakim Plate
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Baptiste Coudurier
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Michael Niedermayer
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Baptiste Coudurier
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Joakim Plate
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Baptiste Coudurier
- [FFmpeg-devel] [PATCH] When PMT is found, we have found mpegts header information
Michael Niedermayer
- [FFmpeg-devel] [PATCH] Don't assume reading more frames in av_find_stream_info will change a CODEC_ID_NONE into something better
elupus
- [FFmpeg-devel] [PATCH] DCA: simplify lfe_interpolation_fir()
Mans Rullgard
- [FFmpeg-devel] Crash in hpel_motion
Ian McIntosh
- [FFmpeg-devel] [PATCH] move fill_filter_caches() to h264.c
Diego Biurrun
- [FFmpeg-devel] [PATCH] grayalpha pixfmt + support in pngdec
Andreas Öman
- [FFmpeg-devel] [PATCH] fix configure if only AC3 selected
Vladimir Pantelic
- [FFmpeg-devel] Do not probe when the format is known
Jean-Daniel Dupas
- [FFmpeg-devel] IEC61937 compatible muxer
Carl Eugen Hoyos
- [FFmpeg-devel] [PATCH] DCA: use FASTDIV in decode_blockcode()
Mans Rullgard
- [FFmpeg-devel] [PATCH / RFC] Deshake / stabilize filter
Daniel G. Taylor
- [FFmpeg-devel] [PATCH 1/3] DCA: break out lfe_interpolation_fir() inner loops to a function
Mans Rullgard
- [FFmpeg-devel] [PATCH 2/3] DCA: 16-byte-align lfe_fir tables
Mans Rullgard
- [FFmpeg-devel] [PATCH 1/5] Change eval internal functions, ff_parse_expr() and ff_parse_and_eval_expr() interface.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Factorize code in get_bit_rate().
Stefano Sabatini
- [FFmpeg-devel] [PATCH] matroskaenc: write tags.
David Conrad
- [FFmpeg-devel] [PATCH] DCA: optimise dca_subsubframe()
Mans Rullgard
- [FFmpeg-devel] [PATCH] VDPAU: Fix H.264 streams with long reference frames
Gwenole Beauchesne
- [FFmpeg-devel] [PATCH] VAAPI: Fix MPEG-4 decoding of video clips with B-frames
Gwenole Beauchesne
- [FFmpeg-devel] [PATCH] fix ffprobe's display aspect ratio
Robert Krüger
- [FFmpeg-devel] MXF Clip-wrapped support: step 1
Maksym Veremeyenko
- [FFmpeg-devel] [PATCH] Huffyuv: Small changes
Michael Kaufmann
- [FFmpeg-devel] [PATCH] split off h264_mb.h from h264.h
Diego Biurrun
- [FFmpeg-devel] [PATCH] H264: move avctx->refs init down to SPS
Gwenole Beauchesne
- [FFmpeg-devel] [PATCH] H264: avctx->{profile, level} init down to SPS
Gwenole Beauchesne
- [FFmpeg-devel] [PATCH] Reintroduce nb_frames in ffprobe
Robert Krüger
- [PATCH 1/6] revert MXFCodecUL struct modification from r11567
storyparts
- [PATCH 2/6] partially revert essence_container from r11567
storyparts
- [PATCH 3/6] make key output in RP 224.10 form
storyparts
- [FFmpeg-devel] [PATCH] Override datadir via environment variable
Robert Krüger
- [PATCH 4/6] add new essence container uls and wrapping methods
storyparts
- [PATCH 5/6] extend MXFIndexTableSegment
storyparts
- [PATCH 6/6] clip-wrapped support added
storyparts
- [FFmpeg-devel] [PATCH] Clip-wrapped MXF support (new attempt)
Maksym Veremeyenko
- [FFmpeg-devel] [PATCH] H.264: cosmetics (vertical align)
Gwenole Beauchesne
- [PATCH 1/5] add MXFContainerUL struct for containers UL dict
storyparts
- [PATCH 2/5] revert container wrapping detection from r11567
storyparts
- [PATCH 3/5] make key output in RP 224.10 form
storyparts
- [PATCH 4/5] add new essence container uls and wrapping methods
storyparts
- [PATCH 5/5] extend MXFIndexTableSegment
storyparts
- [FFmpeg-devel] [PATCH] ffprobe: fix sample aspect ratio output when sample aspect ratio is not set
Robert Krüger
- [FFmpeg-devel] [PATCH] Correctly Set File Size + Frame Count during Audio SWF Encoding
Jason Lambert
- [FFmpeg-devel] question about with avcodec_copy_context
Jean-Daniel Dupas
- [FFmpeg-devel] [rtsp/rtp] update rtp to support rfc3550
Luca Barbato
- [FFmpeg-devel] [PATCH] Huffyuv: Add "const" to some pointer parameters
Michael Kaufmann
- [PATCH 6/6] clip-wrapped support added for single track file
verem
- [FFmpeg-devel] [PATCH] VP3 DC-only IDCT
David Conrad
- [FFmpeg-devel] SuperEZ Audio Extractor Gold GPL violation
Jon Hood
- [FFmpeg-devel] using usb hardware h264 encoders
Sergiy
- [FFmpeg-devel] [PATCH] Parse the strf mov atom
Martin Storsjö
- [FFmpeg-devel] GSoC mentor for audio module playback system requested
Stefano Sabatini
- [FFmpeg-devel] Google Summer of Code 2010 Small Task Orientation
Marcelo Galvão Póvoa
- [PATCH 1/4] Do not initialize res in url_fseek(), in the case !s->seek directly return AVERROR(EPIPE) rather than the pre-defined value of res.
Stefano Sabatini
- [PATCH 1/3] Do not initialize res in url_fseek(), in the case !s->seek directly return AVERROR(EPIPE) rather than the pre-defined value of res.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Add IFF ANIM stub decoder
Sebastian Vater
- [FFmpeg-devel] [PATCH 1/2] Check whether any decoders/encoders/etc are enabled after checking dependencies
David Conrad
- [FFmpeg-devel] PATCH: fourcc for VP6 Flash / FLV4 in .mkv
Christian P. Schmidt
- [FFmpeg-devel] [RFC] RTP hint tracks in the mov muxer
Martin Storsjö
- [FFmpeg-devel] [PATCH 1/4] mov: Read nero chapters
David Conrad
- [FFmpeg-devel] [RFC] Removing non-pthreads support
Måns Rullgård
- [FFmpeg-devel] [FFmpeg-devel-irc] IRC log for 2010-03-28
Baptiste Coudurier
- [FFmpeg-devel] [PATCH] IRCAM Sound Format demuxer
Daniel Verkamp
- [FFmpeg-devel] Fix compilation error of ffmpeg and ffplay with --disable-avdevice
Cyril Russo
- [FFmpeg-devel] [PATCH] Add RTP hinting to the mov muxer
Martin Storsjö
- [FFmpeg-devel] [PATCH] Add small optimization to libavformat/avidec.c
Sebastian Vater
- [FFmpeg-devel] [RFC] Add IFF-ANIM decoder to Makefile and all that stuff...
Sebastian Vater
- [FFmpeg-devel] [PATCH] Correct indentation in libavformat/iff.c
Sebastian Vater
- [FFmpeg-devel] [PATCH] Updated original IFF demuxer code to be 100% standard IFF-compliance
Sebastian Vater
- [FFmpeg-devel] [PATCH] libavfilter image transformations
Daniel G. Taylor
- [FFmpeg-devel] [PATCH] Fix segv in mpeg* decoders with -threads 0
Baptiste Coudurier
- [FFmpeg-devel] [PATCH] Fix output rate of mpegts CBR muxer
Dan Dennedy
- [FFmpeg-devel] [PATCH] shortcut av_find_stream_info for flvdec
Howard Chu
- [FFmpeg-devel] FFv1 performance
Peter B.
- [FFmpeg-devel] [PATCH] Ensure sample_aspect_ratio.den is nonzero
David Conrad
- [FFmpeg-devel] [PATCH] audio conversion clipping/overflows
Ronald S. Bultje
- [FFmpeg-devel] [PATCH] Fix off-by-1 error in id3v2
Jai Menon
- [FFmpeg-devel] [PATCH] add colours to warnings and errors
James Darnley
- [FFmpeg-devel] ffmpeg adaptation to use CrystalHD hardware
Luis Moreira
- [FFmpeg-devel] [PATCH] Add some prefixes to messages
James Darnley
- [FFmpeg-devel] [PATCH] Optimization of original IFF codec
Sebastian Vater
- [FFmpeg-devel] [patch] libswscale: fix warning regarding "no return in non void function"
Dominique Leuenberger
- [FFmpeg-devel] Apple Video Acceleration API
Jean-Daniel Dupas
- [FFmpeg-devel] Fwd: get_ue_golomb_31() vs. get_ue_golomb()
Monica Morogan
- [FFmpeg-devel] Fwd: Leaking memory when decoding H264 streams + proposed patch fix to the problem
Monica Morogan
- [FFmpeg-devel] [RFC] Rename files in libavdevice: FOO -> FOOIN/FOOOUT
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Add support for parsing the Display Definition Segment in dvbsubdec.c
Mark Kendall
- [FFmpeg-devel] [PATCH 1/2] VP56: move vp56_edge_filter to new VP56DSPContext
Mans Rullgard
- [FFmpeg-devel] [PATCH 2/2] ARM: NEON optimised VP6 edge filter
Mans Rullgard
- [FFmpeg-devel] SVN 22950: missing dependency for decoder qcelp
Thierry Foucu
- [FFmpeg-devel] SVN 22950: missing dependency for decoder wmavoice
Thierry Foucu
- [FFmpeg-devel] [FFmpeg-devel-irc] IRC log for 2010-04-14
Michael Niedermayer
- [FFmpeg-devel] [Patch] mpegts: emit pes packets on completion
Janne Grunau
- [FFmpeg-devel] [PATCH] Remove BeOS and OS/2 native threads support
Mans Rullgard
- [FFmpeg-devel] [PATCH 3/4] Mark av_metadata_set() as deprecated, and use av_metadata_set2() in its place.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 4/4] Use an AVMetadata struct for storing metadata, simplify.
Stefano Sabatini
- [PATCH 3/6] Implement log_errno() function and use it for printing errno error mesages.
Stefano Sabatini
- [PATCH 1/2] Implement av_log_error() and use it in v4l2.c for the macro LOG_ERRNO.
Stefano Sabatini
- [PATCH 4/5] Add a @file doxy, and move there the file description which was previously put at the beginning of the file.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] OpenEXR decoder rev-20
Jimmy Christensen
- [PATCH 5/5] Implement v4l2 input size autodetection.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 1/6] Return meaningful error codes, rather than always -1.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 2/6] Implement IOCTL_ERROR macro and use it.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 3/6] Remove unnecessary width and height variables from v4l2_read_header().
Stefano Sabatini
- [FFmpeg-devel] [PATCH 4/6] Add a @file doxy.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 5/6] Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 in case of invalid picture size.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 6/6] Implement v4l2 input size autodetection.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] Fix warning when libav API users include avformat.h
Art Clarke
- [FFmpeg-devel] Hall of Shame
Mr Hanky
- [FFmpeg-devel] [PATCH] Reimplementation of OS/2 threads model
KO Myung-Hun
- [PATCH 4/6] Make log_errno() use av_strerror() rather than strerror(), which is not thread-safe.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] DCA floating point output
FB2000
- [FFmpeg-devel] [PATCH 3/4] Make ffmpeg use print_error() to make apparent the exact cause of failure happened when trying to open the output file.
Stefano Sabatini
- [FFmpeg-devel] [PATCH 4/4] Make file_open() return the error code set in errno if open() fails, rather than alwasy ENOENT.
Stefano Sabatini
- [FFmpeg-devel] [PATCH] mov demux fails to seek all streams to beginning of file
John Stebbins
- [FFmpeg-devel] [PATCH] Add support for MPEG-2 MP at HL-14 in mxf container
Daniel Kristjansson
- [FFmpeg-devel] rtmp support and librtmp
Pavel Pavlov
- [FFmpeg-devel] [PATCH] Heavy optimization of IFF decoder
Sebastian Vater
- [FFmpeg-devel] H.264
double
- [FFmpeg-devel] Parallel H.264 decoding with FFmpeg
Mauricio Alvarez
- [FFmpeg-devel] SVN 22969: missing dependency for decoder wmavoice
Thierry Foucu
- [FFmpeg-devel] [PATCH] do not enable hardcoded tables for ia64
Michael Kostylev
- [FFmpeg-devel] [FFmpeg-devel-irc] IRC log for 2010-04-20
Michael Niedermayer
- [FFmpeg-devel] Encoding to SWF with -vcodec mjpeg creates an unreadable SWF
Alexander Almaleh
- [FFmpeg-devel] [FFmpeg-cvslog] [ffmpeg.org]: r446 - trunk/src/bugreports
Ronald S. Bultje
- [FFmpeg-devel] [PATCH] Fix non-rounding up to next 16-bit aligned bug in IFF decoder
Sebastian Vater
- [FFmpeg-devel] [PATCH] add some av_unused attributes
Daniel Kristjansson
- [FFmpeg-devel] [PATCH] HAM6/HAM8 support for IFF demuxer/decoder
Sebastian Vater
- [PATCH 2/4] Tweak texi2pod.pl to make it print the various sections in the generated document following the same order as that used in the texi file.
Stefano Sabatini
- [PATCH 4/4] Add ffmpeg devices man page.
Stefano Sabatini
- [PATCH 2/4] Add devices section to ff* tools man pages.
Stefano Sabatini
- [FFmpeg-devel] Small bug in make fulltest...
Sebastian Vater
- [FFmpeg-devel] [PATCH] bswap: add macros to byteswap constants
Mans Rullgard
- [FFmpeg-devel] [PATCH] qt-faststart: Abort scanning the input file if a bad atom is found
Martin Storsjö
- [FFmpeg-devel] [PATCH] qt-faststart: Clean up properly at all exit points
Martin Storsjö
- [FFmpeg-devel] [PATCH] qt-faststart: Don't leak memory if encountering double ftyp atoms
Martin Storsjö
- [FFmpeg-devel] [PATCH] qt-faststart: Remove unnecessary checks before calling free
Martin Storsjö
- [FFmpeg-devel] [PATCH] Add IFF metadata handling
Sebastian Vater
- [FFmpeg-devel] [PATCH] initialize pkt->data and pkt->size to NULL and zero
Thierry Foucu
- [FFmpeg-devel] Making av_probe_input_format2 public?
Reimar Döffinger
Last message date:
Fri Apr 30 23:30:45 CEST 2010
Archived on: Mon Mar 28 01:10:39 CEST 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).