]> git.sesse.net Git - ffmpeg/history - libavformat
x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declared
[ffmpeg] / libavformat /
2012-09-12 Christian Schmidtmpegts: check substreams before discarding
2012-09-12 Martin StorsjöAdd a smooth streaming segmenter muxer
2012-09-12 Martin Storsjöfile: Add an avoption for disabling truncating existing...
2012-09-12 Tomas Härdinimg2dec: always close AVIOContexts
2012-09-12 Martin Storsjörtpdec_jpeg: Error out on other unsupported type values...
2012-09-12 Martin Storsjörtpdec_jpeg: Disallow using the reserved q values
2012-09-12 Martin Storsjörtpdec_jpeg: Fold the default qtables case into an...
2012-09-12 Martin Storsjörtpdec_jpeg: Store and reuse old qtables for q values...
2012-09-12 Martin Storsjörtpdec_jpeg: Simplify the calculation of the number...
2012-09-12 Martin Storsjörtpdec_jpeg: Add more comments about the fields in...
2012-09-12 Martin Storsjörtpdec_jpeg: Clarify where the subsampling magic number...
2012-09-12 Martin Storsjörtpdec_jpeg: Don't use a bitstream writer for the EOI...
2012-09-12 Martin Storsjörtpdec_jpeg: Don't needlessly use a bitstream writer...
2012-09-12 Martin Storsjörtpdec_jpeg: Simplify writing of the jpeg header
2012-09-12 Martin Storsjörtpdec_jpeg: Merge two if statements
2012-09-12 Martin Storsjörtpdec_jpeg: Write the DHT section properly
2012-09-11 Samuel Pitoisetrtpdec_jpeg: Add support for default quantizers
2012-09-11 Anton Khirnovflvdec: always set AVFMTCTX_NOHEADER.
2012-09-10 Martin Storsjöfile: Use a normal private context for storing the...
2012-09-09 Samuel Pitoisetrtp: Depacketization of JPEG (RFC 2435)
2012-09-07 Martin Storsjömov_chan: Only set the channel_layout if setting it...
2012-09-07 Martin Storsjömov_chan: Reindent an incorrectly indented line
2012-09-07 Carl Eugen Hoyosmp2 muxer: mark as AVFMT_NOTIMESTAMPS.
2012-09-07 Samuel Pitoisetmov_chan: Pass a separate AVIOContext for reading
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-09-04 Luca Barbatoavio: make avio_close NULL the freed buffer
2012-08-31 Martin Storsjöcrypto: Remove a stray double space
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-29 Mans Rullgardbuild: allow non-standard variations of linker -l/...
2012-08-28 Martin Storsjösdp: Use static const char arrays instead of pointers...
2012-08-28 Martin Storsjösdp: Include profile-level-id for H264
2012-08-28 Samuel Pitoisetrtpdec_h264: Don't set the pixel format
2012-08-27 Martin Storsjörtsp: Free the rtpdec context properly
2012-08-22 Samuel Pitoisetrtmp: support strict rtmp servers
2012-08-18 Mans Rullgardlibavformat: add const to AVCodec pointers
2012-08-18 Anton Khirnovswf(dec): replace CODEC_ID with AV_CODEC_ID
2012-08-18 Anton Khirnovdvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE
2012-08-17 Samuel Pitoisetrtmpdh: Do not generate the same private key every...
2012-08-17 Jordi Ortizrtp: remove ff_rtp_get_rtcp_file_handle().
2012-08-17 Jordi Ortizrtsp.c: use ffurl_get_multi_file_handle() instead of...
2012-08-17 Jordi Ortizavio: add (ff)url_get_multi_file_handle() for getting...
2012-08-16 Martin Storsjörtmp: Use int instead of ssize_t
2012-08-16 Jordi Ortizrtmp: Add support for receiving incoming streams
2012-08-15 Martin StorsjöAdd some more missing includes after removing the impli...
2012-08-15 Samuel Pitoisetrtmp: Automatically compute the hash for SWFVerification
2012-08-15 Samuel Pitoisetrtmp: Add support for SWFVerification
2012-08-14 Samuel Pitoisetrtmp: Gracefully ignore _checkbw errors by tracking...
2012-08-14 Samuel Pitoisetrtmp: Do not send _checkbw calls as notifications
2012-08-13 Luca Barbatortmp: handle bytes read reports
2012-08-12 Martin Storsjölavf: Detect discontinuities in timestamps for framerat...
2012-08-12 Martin Storsjölavf: Initialize the stream info timestamps in avformat...
2012-08-12 Mohammad Alsalehid3v2: Match PIC mimetype/format case-insensitively
2012-08-11 Jordi Ortizrtmp: split chunk_size var into in_chunk_size and out_c...
2012-08-11 Samuel Pitoisetrtmp: Factorize the code by adding find_tracked_method
2012-08-11 Anton Khirnovlavf: simplify is_intra_only() by using codec descriptors.
2012-08-10 Mans Rullgarddict: add av_dict_count()
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_error
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_status
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_result
2012-08-09 Mans Rullgardffmenc: replace if/abort with assert()
2012-08-09 Diego Biurrunswf: Move shared table out of the header file
2012-08-09 Diego Biurrunswf: Move swf_audio_codec_tags table to the only place...
2012-08-08 Samuel Pitoisetrtmp: Add message tracking
2012-08-08 Martin Storsjörtsp: Support mpegts in raw udp packets
2012-08-08 Martin Storsjörtsp: Support receiving plain data over UDP without...
2012-08-08 Martin Storsjörtpdec: Remove an unused include
2012-08-08 Martin Storsjörtpenc: Remove an av_abort() that depends on user-suppl...
2012-08-08 Luca Barbatortmp: send check_bw as notification
2012-08-08 Mohammad Alsalehid3v2: Support v2.2 PIC
2012-08-07 Samuel Pitoisetrtmp: Add a new option 'rtmp_subscribe'
2012-08-07 Samuel Pitoisetrtmp: Add support for subscribing live streams
2012-08-07 Samuel Pitoisetrtmp: Factorize simultaneous URLProtocol / AVClass...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-06 Justin Rugglesmpc8: set packet duration and stream start time instead...
2012-08-05 Martin Storsjölavf: Declare an AVRational struct without a struct...
2012-08-02 Alex Rønne Petersenrtmppkt: Add missing libavcodec/bytestream.h include.
2012-08-02 Jordi Ortizrtmp: add functions for reading AMF values
2012-08-02 Derek BuitenhuisCanopus Lossless decoder
2012-08-01 Diego Biurrundca: Switch dca_sample_rates to avpriv_ prefix; it...
2012-07-31 Diego Biurrundca: Move tables used outside of dcadec.c to a separate...
2012-07-31 Anton Khirnovapetag: change a forgotten return to return 0
2012-07-31 Anton Khirnovmpc8: return more meaningful error codes.
2012-07-31 Anton Khirnovmpc: return more meaningful error codes.
2012-07-31 Anton Khirnovwv,mpc8: don't return apetag data in packets.
2012-07-31 Samuel Pitoisetrtmp: do not warn about receiving metadata packets
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-29 Anton Khirnovwv: K&R formatting cosmetics
2012-07-29 Luca Barbatoflvdec: remove spurious use of stream id
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-07-29 Anton Khirnovlavf: round estimated average fps to a "standard" fps.
2012-07-29 Anton Khirnovlavf: use dts difference instead of AVPacket.duration...
2012-07-29 Luca Barbatoavf: introduce nobuffer option
2012-07-28 Anton Khirnovwv: return meaningful error codes.
2012-07-28 Anton Khirnovwv: return AVERROR_EOF on EOF, not EIO.
2012-07-28 Anton Khirnovmp3dec: forward errors for av_get_packet().
2012-07-28 Anton Khirnovmp3dec: remove a pointless local variable.
2012-07-28 Anton Khirnovmp3dec: remove commented out cruft.
next