]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-12-12 Martin Storsjömp3adu: Set the channel layout properly
2013-12-11 Rumin Samrtspdec: Fix keep-alive request for ACTi cameras
2013-12-11 Anton Khirnovlavc: deprecate avcodec_get_frame_defaults().
2013-12-11 Anton Khirnovh264: call av_frame_unref() instead of avcodec_get_fram...
2013-12-11 Anton Khirnovapi-example: remove an unneeded call to avcodec_get_fra...
2013-12-11 Anton Khirnovlavf: remove an unneeded call to avcodec_get_frame_defa...
2013-12-11 Anton Khirnovmpegvideo: call av_frame_unref() instead of avcodec_get...
2013-12-11 Anton Khirnovmpegvideo: remove an unneeded call to avcodec_get_frame...
2013-12-11 Anton Khirnovavplay: do not call avcodec_get_frame_defaults().
2013-12-11 Anton Khirnovlavc: call av_frame_unref() instead of avcodec_get_fram...
2013-12-11 Anton Khirnovavconv: do not call avcodec_get_frame_defaults()
2013-12-11 Anton Khirnovlavc: deprecate avcodec_free_frame()
2013-12-11 Anton KhirnovReplace all uses of avcodec_free_frame with av_frame_fr...
2013-12-11 Guillaume Martreshevc: set time_base when possible
2013-12-11 Gildas Cocherelhevc: store the VPS list as an AVBufferRef, just like...
2013-12-11 Michael Niedermayerhevc: do not dereference pointer before NULL check...
2013-12-11 Diego Biurrunconfigure: Add -D__USE_MINGW_ANSI_STDIO=1 to CPPFLAGS...
2013-12-10 Reinhard Tartleralsdec: check block length
2013-12-10 Diego Biurrunconfigure: Move log2 dependency declaration to a place...
2013-12-09 Diego Biurrunconfigure: Split host and target libc detection
2013-12-09 Diego Biurrunconfigure: Move toolchain dependency declarations to...
2013-12-09 Vittorio Giovarahevc: parse frame packing arrangement SEI messages...
2013-12-09 Vittorio Giovarampeg12enc: set frame packing information when relevant...
2013-12-09 Vittorio Giovarampeg12dec: parse frame packing arrangement user_data...
2013-12-09 Vittorio Giovaralibx264: set frame packing information when relevant...
2013-12-09 Vittorio Giovarah264: parse frame packing arrangement SEI messages...
2013-12-09 Vittorio Giovaraavframe: add codec-independent stereoscopic metadata
2013-12-09 Diego Biurrunconfigure: Prefix libc-related variables with "libc_"
2013-12-09 Sean McGovernconfigure: detect Solaris libc
2013-12-09 Alexandra Khirnovaavcodec: Use av_reallocp where suitable
2013-12-09 Anton Khirnovdv: use AVFrame API properly
2013-12-09 John Stebbinsac3dec: make drc_scale exponentially
2013-12-09 Anton Khirnovlavc: rework handling of refcounted_frames=0
2013-12-09 Anton Khirnovframe: cosmetics, reindent
2013-12-09 Anton Khirnovframe: copy flags in av_frame_copy_props()
2013-12-09 Anton Khirnovlavc/decode_video(): always unref the frame if there...
2013-12-09 Anton Khirnovlavc: remove a pointless check in decode_audio4()
2013-12-09 Anton Khirnovlavc: use buf[0] instead of data[0] as the indicator...
2013-12-09 Anton Khirnovlavc: remove the extended_data workarounds.
2013-12-09 Anton Khirnovpthread_frame: use the AVFrame API properly.
2013-12-09 Anton Khirnovmxpegdec: use the AVFrame API properly.
2013-12-09 Anton Khirnovp*menc: use the AVFrame API properly.
2013-12-09 Anton Khirnovmjpegdec: use the AVFrame API properly.
2013-12-08 d savformat: AviSynth demuxer rewrite
2013-12-08 Diego Biurrunconfigure: Move adding of compat objects out of libc...
2013-12-08 Diego Biurrundsputil: Move apply_window_int16 to ac3dsp
2013-12-08 Diego Biurrunconfigure: Separate MinGW32 and MinGW64 libc handling
2013-12-07 Guillaume Martreslibvpx: do not mark VP9 as experimental when using...
2013-12-06 Michael Niedermayerdcadec: Decode LFE to avoid adding random data when...
2013-12-06 Justin Ruggleswebp: add a special case for a huffman table with only...
2013-12-06 Justin Ruggleswebp: do not call av_frame_free() on the user-provided...
2013-12-05 Anton Khirnovljpegenc: split yuv encoding into a separate function
2013-12-05 Anton Khirnovljpegenc: split bgr encoding into a separate function
2013-12-05 Anton Khirnovljpegenc: accept bgr24 instead of bgra
2013-12-05 Anton Khirnovljpegenc: rename the encoding function.
2013-12-05 Anton Khirnovljpeg: remove a commented-out line
2013-12-05 Anton Khirnovljpegenc: deMpegEncContextize
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to jpeg_table_header()
2013-12-05 Anton Khirnovmjpegenc: remove commented out never-to-be-finished...
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to put_huffman_table()
2013-12-05 Anton Khirnovmjpegenc: cosmetics, reformat jpeg_put_comments()
2013-12-05 Anton Khirnovmjpegenc: write the JFIF header if the sample aspect...
2013-12-05 Anton Khirnovmpegvideo: do not set current_picture_ptr in decoders
2013-12-05 Anton KhirnovFATE: drop the last partial frame in the wmv8-drm test
2013-12-05 Anton Khirnovvc1dec: move setting repeat_pict after frame_start...
2013-12-05 Anton Khirnovmpegvideo: make ff_release_unused_pictures() static
2013-12-05 Anton Khirnovmpegvideo: make frame_size_alloc() static.
2013-12-05 Anton Khirnovmpegvideo: move encode-only parts of common_end() to...
2013-12-05 Anton Khirnovmpegvideo: remove commented out cruft from ff_MPV_frame...
2013-12-05 Anton Khirnovmpegvideo: split the encoding-only parts of ff_MPV_fram...
2013-12-05 Anton Khirnovmpegvideo: do not update last_non_b_pict_type in update...
2013-12-05 Anton Khirnovmpegvideo: move encoding-only initialization from commo...
2013-12-05 Anton Khirnovmpegvideo: move setting encoding-only vars from common_...
2013-12-05 Anton Khirnovmpegvideo: don't copy input_picture_number in update_th...
2013-12-05 Anton Khirnovmpeg4videodec: move showed_packed_warning from MpegEncC...
2013-12-05 Anton Khirnovmpeg4videodec: move intra_dc_threshold from MpegEncCont...
2013-12-05 Anton Khirnovmpeg12dec: move first_slice from MpegEncContext to...
2013-12-05 Anton Khirnovmpegvideo: remove an unused variable
2013-12-05 Anton Khirnovmpeg4videodec: move use_intra_dc_vlc from MpegEncContex...
2013-12-04 Diego Biurrunx86: Initialize mmxext after amd3dnow optimizations
2013-12-04 Diego Biurrunconfigure: Detect msvcrt libc with a CPP check instead...
2013-12-04 Diego Biurrunconfigure: Add detected C library and host compiler...
2013-12-03 Anton Khirnovavconv: initialize hwaccel_pix_fmt
2013-12-03 Anton Khirnovalsa-audio-dec: explicitly cast the delay to a signed...
2013-12-02 Diego Biurrundv: Split off DV video encoder into its own file
2013-12-02 Diego Biurrundv: Move DV VLC data tables out of header file
2013-12-02 Diego Biurrunbuild: Add rule for building host-specific object files
2013-12-02 Diego Biurrunbuild: Add shorthand for HOSTCC compile macro
2013-12-02 Diego Biurrundsputil: x86: Move ff_inv_zigzag_direct16 table init...
2013-12-01 Diego Biurrundoc: Try to find nonstandard Perl path from the environment
2013-12-01 Diego Biurrungitignore: Ignore multilibrary example programs
2013-11-30 Tim Walkerdcadec: Add some logging before returning on error
2013-11-30 Luca Barbatoconfigure: Do not use pthread_create to check for pthread
2013-11-29 Kostya Shishkovgo2meeting: disallow tile dimensions that are not multi...
2013-11-29 Anton Khirnovmpeg4videodec: move sprite_{shift,traj} from MpegEncCon...
2013-11-29 Anton Khirnovmpeg4videodec: move num_sprite_warping_points from...
2013-11-29 Anton Khirnovmpeg4videodec: move sprite_brightness_change from MpegE...
next