]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-12-04 Stefano SabatiniCosmetics: remove empty definitions of hw-accelerated...
2009-12-04 Kostya Shishkovcosmetics: reindent after last commit
2009-12-04 SergiyImplement RTMP output (publishing FLV stream to RTMP...
2009-12-04 Michael NiedermayerDo not crash on frame size changes.
2009-12-04 Loren Merritt1-13% faster apply_filter, 1-3% faster ape decoding...
2009-12-04 SergiyCompress headers for output RTMP packets.
2009-12-04 Kostya Shishkov100l trocadero: call emms_c() after doing decoding...
2009-12-03 Michael NiedermayerMake sure ff_init_qscale_tab() is called one way or...
2009-12-03 Michael NiedermayerMove ff_init_qscale_tab() from h263.c to mpegvideo...
2009-12-03 Baptiste Coudurierlzw.h does not need get_bits.h, tiff.c needs intreadwri...
2009-12-03 Baptiste Coudurieruse lzw compression in gif encoder
2009-12-03 Loren Merrittport ape dsp functions from sse2 to mmx
2009-12-03 Ramiro PollaAdd support for nv12/nv21 input.
2009-12-03 Ramiro PollaMake av_log_level static at next lavu major version...
2009-12-03 Loren Merrittavoid an unpredictable branch
2009-12-03 Loren Merrittinline to allow constant propagation
2009-12-03 Kostya ShishkovRemove duplicating variable
2009-12-03 Kostya Shishkov5l trocadero: RTMP channel ID lies in range 3-65599...
2009-12-03 SergiySend connect() and createStream() in RTMP system channe...
2009-12-03 SergiyMove "app" string into RTMP protocol context.
2009-12-03 SergiyRTMP packets with one-byte header use previous packet...
2009-12-03 Ramiro PollaUpdate help text for -fpre option to make it a little...
2009-12-03 Ramiro PollaUpdate Changelog, documentation, and libavformat minor...
2009-12-02 Philipp Matthias... Revert r20095: Allow compiling to vorbis again.
2009-12-02 Baptiste Coudurierpass avctx as argument instead of width and height
2009-12-02 Baptiste Coudurierremove useless params
2009-12-02 Baptiste Coudurierremove useless params
2009-12-02 Baptiste Couduriermove private context declaration at the top
2009-12-02 Michael NiedermayerFix 1 pass RC in snow.
2009-12-02 Måns RullgårdARM: 1l c&p fix: do not set pred16x16_plane for rv40
2009-12-02 Måns RullgårdARM: NEON optimised H264 16x16, 8x8 pred
2009-12-02 SergiyAdd another known RTMP channel ID to enum.
2009-12-02 SergiyMove is_input flag into RTMP protocol context.
2009-12-02 Alex ConverseAAC: Add a global header but output not locked output...
2009-12-02 Alex ConverseSet the SBR mode to implicit on ADTS frames occurring...
2009-12-02 Mike MelansonSmall refactoring: Instead of 4 loops for decoding...
2009-12-02 Mike MelansonUse a list to track which fragments coded in this frame...
2009-12-02 Måns RullgårdARM: small tweak of NEON H264 IDCT
2009-12-02 Måns RullgårdARM: NEON 2xN chroma MC
2009-12-02 Måns RullgårdARM: NEON 16x16 and 8x8 avg qpel MC
2009-12-01 Baptiste Coudurierprint error message when image2 muxer fail to compute...
2009-12-01 Sean SoriaChange ret type to int64_t because url_fseek returns...
2009-12-01 Baptiste Coudurierfix typo, ALT_BITSTREAM_WRITER_LE does not exist
2009-12-01 Michael NiedermayerStore original width/height so that rv20 does not get...
2009-12-01 Michael NiedermayerMake rv1/2 decoder use the next slice if needed.
2009-12-01 Baptiste Coudurieruse AVFormatContext in av_log, better than AVCodecConte...
2009-12-01 Baptiste Coudurierupdate seek regression ref due to r20674, packet size...
2009-12-01 Michael NiedermayerSupport ASCII pnms.
2009-12-01 Kostya ShishkovWrite timestamp deltas, not timestamps, for RTMP packet...
2009-12-01 Kostya ShishkovFull-header RTMP packets contain real timestamp, others...
2009-12-01 Kostya ShishkovWrite header for RTMP packets with channel_id >= 64...
2009-12-01 SergiyRead and write extended timestamps for RTMP packets.
2009-12-01 Kostya Shishkov7l trocadero: reading right into enum variable may...
2009-12-01 Michael NiedermayerSupport "A format generated by IndigoVision 8000 video...
2009-12-01 Jai Menonpngdec.c : release allocated buffers.
2009-12-01 Michael Niedermayerslif aka "SoftLab MPEG-2 I-frames Codec" support.
2009-12-01 Michael Niedermayer4:2:2 4:4:4 bugfix for the error concealment code.
2009-11-30 Stefano SabatiniRename parameters of put_sbits() to make them consisten...
2009-11-30 Michael NiedermayerMove "slice below image" check from mpeg_decode_slice...
2009-11-30 Michael NiedermayerPrint a warning if the duration is estimated from the...
2009-11-30 Vitor Sessakdecode qcelp in aiff, implement #1524, patch by Vitor
2009-11-30 Baptiste CoudurierCheck Xfixes.h header presence before enabling x11grab.
2009-11-30 Michael NiedermayerMove dummy picture allocation code from mpeg1/2 to...
2009-11-30 Michael NiedermayerDisable error resilience for field pictures, this was...
2009-11-30 Michael NiedermayerSet mb_y in mpeg2 field pictures like h264 does.
2009-11-30 Michael NiedermayerMake ""MPEG motion vector out of boundary" message...
2009-11-30 Attila KinaliFix an issue uncovered by commit 20623:
2009-11-30 Michael NiedermayerStart decoding from seq/gop too, not just I frames.
2009-11-30 Michael NiedermayerFix dual prime motion compensation in field pictures.
2009-11-29 Matthieu CastetInclude alsa headers before the internal FFmpeg headers.
2009-11-29 Stefano SabatiniFactorize common commandline options definition.
2009-11-29 Stefano SabatiniUse more consistent / meaningful parameter names for the
2009-11-29 Ivo van Poortenconsistency with other files: av_cold static ---> stati...
2009-11-29 Baptiste Coudurier100l, max value for timescale is UINT16_MAX
2009-11-29 Stefano SabatiniUse the correct chroma values for the data[] array...
2009-11-29 Stefano SabatiniUse a valid log context for av_log().
2009-11-29 Måns Rullgårdnellymoser: use constant seed for dithering RNG
2009-11-29 Måns Rullgårdcook: use constant seed for dithering RNG
2009-11-29 Michael NiedermayerPrint errors instead of just ignoring contradictionary...
2009-11-29 Stefano SabatiniDocument slice ordering assumption required by avfilter...
2009-11-29 Michael NiedermayerOverride a few values read so as to ensure that things...
2009-11-29 Michael NiedermayerRestructure dummy frame allocation.
2009-11-29 Baptiste Coudurierremove useless mov timescale field
2009-11-29 Baptiste Coudurierchange track timescale to unsigned int, fix warning
2009-11-29 Baptiste Couduriertrack time can be 64bit
2009-11-29 Baptiste Couduriersupport pcm_f32/64le in mov
2009-11-29 Baptiste Couduriercosmetics, reindent after last commit
2009-11-29 Baptiste Couduriersupport sample rates > INT16_MAX in mov using stsd v2
2009-11-29 Michael NiedermayerMake sure field_select is not set to nonsensical values...
2009-11-28 Michael NiedermayerFactorize "s->first_slice = 1" out.
2009-11-28 Michael NiedermayerAlso check the location of the picture start code and...
2009-11-28 Michael NiedermayerCheck order of startcodes, ignore some obviously wrong...
2009-11-28 Michael NiedermayerMove mpeg_decode_postinit() out of bitstream decoding...
2009-11-28 Michael NiedermayerInline mpeg_decode_extension, will simplify future...
2009-11-28 Michael NiedermayerSimplify mpeg_decode_user_data()
2009-11-28 Stefano SabatiniFix put_bits32() doxy.
2009-11-28 Stefano SabatiniConsistently put braces for function definitions.
2009-11-28 Stefano SabatiniFix typo, "Write" -> "Writes".
2009-11-28 Stefano SabatiniUse pixel formats names defined in av_pix_fmt_descripto...
2009-11-28 Stefano SabatiniRemove unused PixFmtInfo.is_hwaccel field.
next