]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2014-07-03 Nidhi Makhijanidaud: split muxer and demuxer
2014-07-03 Martin Storsjöismindex: Add an option for outputting files elsewhere...
2014-07-03 Martin Storsjöismindex: Allow adding a path prefix to the generated...
2014-07-03 Vittorio Giovaralavf: document av_dump_format()
2014-07-03 Luca Barbatohevc: Use the local context variable when needed
2014-07-02 Michael Niedermayermatroskadec: Fix a double negation typo
2014-07-01 Luca Barbatomatroska: Factor out mkv_write_stereo_mode
2014-07-01 Luca Barbatomatroska: Factor out write_track from mkv_write_tracks
2014-07-01 Luca Barbatomatroska: K&R formatting cosmetics
2014-07-01 Diego Biurrunvaapi: Update idct_permutation location after dsputil...
2014-07-01 Yusuke Nakamuramov: Support default-base-is-moof.
2014-07-01 Diego BiurrunUpdate Fiona's name in copyright statements.
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-30 Diego Biurrunmjpeg: Split off bits shared by MJPEG and LJPEG encoders
2014-06-30 John Stebbinspgssubdec: handle more complex PGS scenarios
2014-06-28 Martin Storsjöarm: Detect 32 bit cpu features on ARMv8 when running...
2014-06-28 Vittorio Giovarartpenc_jpeg: check for color_range too
2014-06-28 Vittorio Giovaraapichanges: fill in changes for lavu 51.19 and 51.20
2014-06-27 Diego Biurrunmpeg: Change ff_convert_matrix() to take an MpegEncCont...
2014-06-27 Diego Biurrundv: Properly split decoder and encoder initialization
2014-06-26 Diego Biurrundsputil: Move MMX/SSE2-optimized IDCT bits to the x86...
2014-06-26 Diego Biurrunfate: Add dependencies for dct/fft/mdct/rdft tests
2014-06-26 Dirk Ausserhausindeo4: B-frames decoding
2014-06-26 Kostya Shishkovindeo2: rename stride to pitch for consistency with...
2014-06-26 Anton Khirnovoutput example: free the muxing format context properly
2014-06-26 Anton Khirnovoutput example: rewrite encoding logic
2014-06-26 Anton Khirnovoutput example: store the scaling context in the stream...
2014-06-26 Anton Khirnovoutput example: use a macro instead of a static variable
2014-06-26 Anton Khirnovoutput example: allocate the audio frame only once
2014-06-26 Anton Khirnovoutput example: use OutputStream for audio streams...
2014-06-26 Anton Khirnovoutput example: use the new AVFrame API to allocate...
2014-06-26 Anton Khirnovoutput example: set output channel layout
2014-06-26 Anton Khirnovoutput example: use a struct to bundle the video stream...
2014-06-26 Anton Khirnovoutput example: use the new AVFrame API for allocating...
2014-06-26 Anton Khirnovdump_stream: print the timebase as is, do not reduce it
2014-06-26 Anton Khirnovlavc: do not allocate edges in the default get_buffer2()
2014-06-26 Gildas Cocherelhevc: remove unused array min_cb_addr_zs
2014-06-26 Kieran Kunhyahevc: Allow out of bound values for num_reorder_pics
2014-06-25 Diego Biurrundv: Replace a magic number by sizeof()
2014-06-25 Diego Biurrunx86: h264dsp: Fix link failure with optimizations disabled
2014-06-24 Derek Buitenhuismjpegdec: Properly set the context colorspace info
2014-06-23 Vittorio Giovarah264: error out from decode_nal_units() when AV_EF_EXPL...
2014-06-23 Vittorio Giovarajpeg2000: fix dereferencing invalid pointers during...
2014-06-23 Vittorio Giovarapixfmt: mark the reserved values
2014-06-23 Diego Biurrundsputil: Split off global motion compensation bits...
2014-06-23 Janne Grunauh264: avoid using uninitialized memory in NEON chroma mc
2014-06-23 Luca Barbatolzo: Handle integer overflow
2014-06-23 Dirk Ausserhausindeo45: use is_indeo4 context flag instead of checking...
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-06-23 Diego Biurrunmpeg: Split error resilience bits off into a separate...
2014-06-23 Justin RugglesCheck mp3 header before calling avpriv_mpegaudio_decode...
2014-06-23 Justin RugglesCheck if an mp3 header is using a reserved sample rate.
2014-06-22 Diego BiurrunDifferentiate assembler and assembly in documentation...
2014-06-22 Luca Barbatolibx264: Correctly manage constant rate factor params
2014-06-22 Diego BiurrunReplace av_malloc() and memset(0) by av_mallocz()
2014-06-22 Diego Biurrunape: Replace memset(0) by zero initialization
2014-06-22 Diego Biurrunmpeg: Mark ff_mpeg_set_erpic() static
2014-06-22 Diego Biurrunconfigure: Drop stray error resilience dependencies
2014-06-22 Diego Biurrunbuild: Record explicit dependency of intrax8 on error...
2014-06-22 Diego Biurrunbuild: Have the eatqi decoder depend on the MPEG-1...
2014-06-22 Diego Biurrunbuild: Add missing object files for webm muxer
2014-06-22 Diego Biurrunbuild: Add missing object files for Matroska demuxer
2014-06-22 Diego Biurrunbuild: Add missing replaygain object file for CAF demuxer
2014-06-22 Diego Biurrundsputil: Split audio operations off into a separate...
2014-06-20 Vittorio Giovarah264: fix build when error resilience is disabled
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-06-20 Anton Khirnovdv: cosmetics, reindent
2014-06-20 Anton Khirnovdv: get rid of global non-const tables
2014-06-20 Anton Khirnovdvenc: initialize the profile only once, at init
2014-06-20 Anton KhirnovUse av_packet_rescale_ts() to simplify code.
2014-06-20 Anton Khirnovlavc: add a convenience function for rescaling timestam...
2014-06-19 Vittorio Giovarastereo3d: add missing include guards
2014-06-19 Diego Biurrunconfigure: Drop duplicate pkg-config entry from help...
2014-06-19 Dirk Ausserhausi263: skip dummy frames
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-06-18 Luca Barbatohevc: Mark num_bins_in_se as unused
2014-06-18 Joshua Kordanirtsp: Support misordered fmtp rtpmap
2014-06-18 Luca Barbatortsp: Factor out fmtp parsing
2014-06-18 Luca Barbatodoc: Document segment_list_type
2014-06-18 Anton Khirnovlavf: switch to AVStream.time_base as the hint for...
2014-06-18 Anton Khirnovriffenc: take an AVStream instead of an AVCodecContext
2014-06-18 Anton Khirnovlavf: add the notimestamps flag to the muxers missing it
2014-06-18 Anton Khirnovrtpenc: base max_frames_per_packet on avg_frame_rate...
2014-06-18 Anton KhirnovRemove avserver.
2014-06-18 Niels Möllerdcadec: replace ldexpf with a multiplication by a constant
2014-06-18 Roman SavchenkoAVFrame: factor out freeing the side data
2014-06-17 Rafaël Carrévp9 encoder: use a decent default speed setting
2014-06-17 Josh Allmannflvenc: Don't over-count metadata.
2014-06-17 Tristan Matthewstiffenc: fix packet size calculation
2014-06-17 Diego Biurrunjpeg2000: Mark static data init functions as av_cold
2014-06-17 Anton Khirnovavconv: use the correct variable in comparison
2014-06-16 Luca Barbatoconfigure: Directly support Android as target OS
2014-06-16 Vittorio Giovaragitignore: add dylib and swp entries
2014-06-14 Vittorio Giovaralavf: dump stream side data when probing
2014-06-14 Vittorio Giovaralavf: group dump functions together
2014-06-14 Vittorio Giovaravf_showinfo: print display transformation values
2014-06-13 Diego Biurrunac3: Only initialize float_dsp for the float encoder...
2014-06-13 Diego BiurrunRename tpel_template.c ---> pel_template.c
2014-06-12 Vittorio Giovaraconfigure: use pkg-config for libx264
2014-06-12 Derek Buitenhuislibx265: Remove unneeded bit depth check
next