]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-06-24 Kieran Kunhyalavc: Add option to encode MPEG-2 AAC with libfdk-aac
2013-06-23 Diego Biurrunconfigure: whitespace cosmetics
2013-06-23 Diego Biurrunconfigure: Simplify an expression with enabled_all.
2013-06-22 Alex Smithconfigure: More msvc/icl combining
2013-06-22 Luca Barbatoogg: relax demuxer conformance checks
2013-06-22 Luca Barbatoavconv: report the error for codec open failure
2013-06-22 Luca Barbatoavconv: drop additional strerror fallback
2013-06-20 Anton Khirnovlavc: free the padded last frame during audio encoding...
2013-06-20 Anton Khirnovvsrc_movie: do not free avoption variables in uninit()
2013-06-19 Alex Smithconfigure: Remove unneeded icl inline compatibility...
2013-06-18 Anton Khirnovlavfi: switch ff_default_get_audio_buffer() to av_frame...
2013-06-17 Vittorio Giovaralavfi: math typo in interlace filter
2013-06-16 Kostya Shishkovsmacker: check frame size validity
2013-06-16 Kostya Shishkovsmacker: pad the extradata allocation
2013-06-16 Kostya Shishkovsmacker: check the return value of smacker_decode_tree
2013-06-16 Kostya Shishkovsmacker: fix an off by one in huff.length computation
2013-06-16 Janne Grunauutils: fix avcodec_flush_buffers pre-reference counting...
2013-06-16 Luca Barbatoavf: move url utility functions in a separate file
2013-06-16 Luca Barbatoavf: move ff_write_chained to mux.c
2013-06-16 Luca Barbatoavf: move riff tags accessors where they belong
2013-06-16 Luca Barbatoavf: move ff_http_match_no_proxy to network
2013-06-16 Luca Barbatoavf: split off format register and lookup function
2013-06-16 Luca Barbatobitstream: forward error values and drop few abort()
2013-06-16 Luca Barbatobitstream: K&R formatting cosmetics
2013-06-15 Luca Barbatoh264_mp4toannexb_bsf: return a padded buffer
2013-06-15 Luca Barbatoh264_mp4toannexb_bsf: factor out extradata parsing
2013-06-15 Luca Barbatoh264_mp4toannexb_bsf: K&R formatting cosmetics
2013-06-12 Luca Barbato4xm: check bitstream_size boundary before using it
2013-06-12 Luca Barbato4xm: refactor decode_p_block
2013-06-12 Luca Barbato4xm: do not overread the source buffer in decode_p_block
2013-06-12 Luca Barbato4xm: do not overread the prestream buffer
2013-06-12 Luca Barbato4xm: validate the buffer size before parsing it
2013-06-12 Luca Barbato4xm: reject frames not compatible with the declared...
2013-06-12 Luca Barbato4xm: drop pointless assert
2013-06-12 Luca Barbato4xm: forward errors from decode_p_block
2013-06-12 Luca Barbato4xm: fold last_picture lazy allocation in decode_p_frame
2013-06-12 Luca Barbato4xm: do not overread while parsing header
2013-06-12 Luca Barbato4xm: refactor fourxm_read_header
2013-06-12 Luca Barbato4xm: K&R formatting cosmetics
2013-06-12 Luca Barbato4xm: use the correct logging context
2013-06-12 Michael Niedermayerg2meet: Fix a typo in the height comparison
2013-06-12 Kostya Shishkovg2meet: do not leak buffers
2013-06-12 Kostya Shishkovg2meet: more graceful cursor loading
2013-06-12 Kostya Shishkovg2meet: reset dimensions on header parsing errors
2013-06-10 Anton Khirnovlavc: add a libwavpack encoder wrapper
2013-06-10 Anton Khirnovlavc: use AVFrame API properly in pad_last_frame().
2013-06-10 Sean McGovernmatroskadec: introduce resync function.
2013-06-10 Martin Storsjöconfigure: Don't add -fPIC on windows targets
2013-06-10 Martin Storsjöconfigure: Don't explicitly disable PIC for windows...
2013-06-10 Martin Storsjöconfigure: arm: Don't try to enable pic for shared...
2013-06-10 Yusuke Nakamurautvideodec: Set colorspace by codec_tag.
2013-06-10 Yusuke Nakamurariff: Support ULH0 and ULH2 fourccs.
2013-06-10 Yusuke Nakamurautvideodec: Support ULH0 and ULH2 formats.
2013-06-07 Luca Barbatofaxcompr: return meaningful errors
2013-06-07 Luca Barbatofaxcompr: K&R formatting cosmetics
2013-06-07 Luca Barbatotiff: do not overread the source buffer
2013-06-07 Luca Barbatotiff: cleanup the error paths
2013-06-07 Luca Barbatotiff: refactor fax support in a separate function
2013-06-07 Luca Barbatotiff: refactor deflate support in a separate function
2013-06-07 Luca Barbatoh264_parser: K&R formatting cosmetics
2013-06-07 Luca Barbatovorbis: return meaningful errors
2013-06-06 Martin Storsjörtpdec: Fix the alphabetical ordering in registering...
2013-06-06 Martin Storsjölibavformat: Fix standalone compilation of the webm...
2013-06-04 Anton Khirnovapetag: use int64_t for filesize
2013-06-04 Anton Khirnovavconv: check that the output format context exists...
2013-06-04 Anton Khirnovlavfi doxy: improve/extend AVFilter doxy.
2013-06-04 Luca Barbatonetwork: uniform ff_listen_bind and ff_listen_connect
2013-06-04 Andrey Semashevmovenc: Grow the frag_info array in chunks
2013-06-04 Andrey Semashevmovenc: Increase the cluster array allocation by doubling
2013-06-04 Andrey Semashevmovenc: Keep track of the allocated size for the cluste...
2013-06-04 Martin Storsjömem: Add av_realloc_array and av_reallocp_array
2013-06-03 Martin Storsjömovenc: Change the track struct name to match the typedef
2013-06-03 Kostya ShishkovGo2Webinar decoder
2013-06-02 Kostya Shishkovvmd: decode videos with no LZ buffer size provided...
2013-06-02 Kostya Shishkovvmd: fix mode 3 decoding
2013-06-02 Diego Biurrunswscale: ppc: Remove commented-out define cruft
2013-06-02 Diego Biurrunnsvdec: Remove commented-out debug cruft
2013-06-02 Diego Biurruncpu: Restructure code to avoid pointless ret variable...
2013-06-02 Diego Biurruntiff: K&R formatting cosmetics
2013-06-01 Luca Barbatonetwork: factor out connect-listening code
2013-06-01 Luca Barbatonetwork: factor out bind-listening code
2013-06-01 Kostya Shishkovuse my full first name instead of short one in copyrights
2013-06-01 Kostya Shishkovindeo4: expand allowed quantiser range
2013-05-31 Alex Smithconfigure: icl: Merge -Qdiag-error parameters
2013-05-31 Alex Smithconfigure: Separate commonalities in msvc and icl flags
2013-05-30 Kostya Shishkovproresenc: alpha coding support
2013-05-29 Martin Storsjöarm: Include hpeldsp_neon.o if h264qpel is enabled
2013-05-29 Martin Storsjöarm: Don't unconditionally build dsputil files
2013-05-29 Martin Storsjöarm: Only build the FFT init files if FFT is enabled
2013-05-29 Diego Biurrunbuild: cosmetics: Place unconditional before conditiona...
2013-05-29 Diego Biurrunbuild: arm: cosmetics: Place all OBJS declarations...
2013-05-29 Luca Barbatovmd: drop incomplete chunks and spurious samples
2013-05-29 Luca Barbatovmd: refactor the inner decode loop
2013-05-29 Luca Barbatovmd: return meaningful errors
2013-05-29 Luca Barbatovmd: use the PALETTE_COUNT constant uniformly
2013-05-29 Martin Storsjödoc: Mention the target_samples and ld variables for...
2013-05-29 Martin Storsjöfate.sh: Allow specifying --as via a specific variable
2013-05-28 Martin Storsjöconfigure: Don't pass -mthumb or -march= to MSVC
2013-05-28 Janne Grunaumpeg12: skip frames consistently
2013-05-28 Anton Khirnovlavf: add a raw WavPack muxer.
next