]> git.sesse.net Git - ffmpeg/history - libavformat
flvdec: follow packets backward until a valid last timestamp is found
[ffmpeg] / libavformat /
2012-08-03 Michael Niedermayerflvdec: follow packets backward until a valid last...
2012-08-03 Michael Niedermayerflvdec: perform duration search just once
2012-08-03 Clément Bœschlavf/movenc: fix invalid free with timecode meta and...
2012-08-03 Michael Niedermayermpegprobe: fix misdetection of mp3
2012-08-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-02 Alex Rønne Petersenrtmppkt: Add missing libavcodec/bytestream.h include.
2012-08-02 Kifayat ullahmpegtsenc: Fix AC3 Sound issue with Blu-ray Players.
2012-08-02 Nicolas Georgeassdec: return EOF instead of EIO.
2012-08-02 Jordi Ortizrtmp: add functions for reading AMF values
2012-08-02 Michael NiedermayerMerge remote-tracking branch 'dwbuiten/master'
2012-08-02 Derek BuitenhuisCanopus Lossless decoder
2012-08-02 Derek BuitenhuisCanopus Lossless decoder
2012-08-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-01 Nicolas Georgeapetag: return value when required.
2012-08-01 Diego Biurrundca: Switch dca_sample_rates to avpriv_ prefix; it...
2012-08-01 Carl Eugen HoyosSkip chan tag padding.
2012-08-01 Paul B Maholxvma: remove unused variable
2012-07-31 Diego Biurrundca: Move tables used outside of dcadec.c to a separate...
2012-07-31 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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-31 Michael Niedermayermpegdemux: Fix probing of unrecognized_mpeg_video.mpg
2012-07-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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-30 Paul B Maholflacdec: fix memleaks
2012-07-30 jamaloptions: Fix warning about incompatible pointer type
2012-07-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-29 Anton Khirnovwv: K&R formatting cosmetics
2012-07-29 Michael NiedermayerMerge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'
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-29 Paul B Mahollavf/apetag: move common stuff between writer and reade...
2012-07-29 Paul B Mahollavf/smacker: remove bogus video from .long_name
2012-07-29 Paul B Maholwvenc: support for ape tags
2012-07-29 Paul B MaholAPE tag writer
2012-07-29 Paul B MaholWavPack muxer
2012-07-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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.
2012-07-28 Anton Khirnovlavf: remove commented out cruft in avformat_find_strea...
2012-07-28 Anton KhirnovAdd missing libavutil/time.h includes.
2012-07-27 Michael Niedermayeravio: Document that write_packet() is not allowed to...
2012-07-27 Martin Storsjöhls: Proceed to the next segment at any error code
2012-07-27 Martin Storsjötls: Return AVERROR_EOF if the TLS_read/write functions...
2012-07-27 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-27 Carl Eugen HoyosFix aiff demuxer dependencies.
2012-07-27 Marton Balintmxfdec: fix off by one error in d10 aes3 decoding
2012-07-27 jamalaviobuf: Fix warning about discarded qualifier
2012-07-26 Clément BœschSubViewer demuxer and decoder.
2012-07-26 Samuel Pitoisetrtmp: Check the buffer length of ping packets
2012-07-26 Samuel Pitoisetrtmp: Allow having more unknown data at the end of...
2012-07-26 Samuel Pitoisetrtmp: Prevent reading outside of an allocate buffer...
2012-07-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-26 Michael Niedermayeromadec: switch to AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayerloasdec: switch to AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayeraacdec: switch to AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayerhls: replace probsize=0 by noheader flag removial.
2012-07-26 Michael Niedermayerff_add_index_entry: reject AV_NOPTS_VALUE
2012-07-26 Michael Niedermayerlavf: move generic index generation code to a later...
2012-07-26 Michael Niedermayerparse_packet: use pkt.pos always instead of the avparse...
2012-07-26 Michael Niedermayerwav: switch to AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayerff_raw_audio_read_header: mark as AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayerflacdec: mark as AVSTREAM_PARSE_FULL_RAW
2012-07-26 Michael Niedermayermp3dec: mark as AVSTREAM_PARSE_FULL_RAW
2012-07-25 Piotr Bandurskimovenc: fix remuxing of yuv2
2012-07-25 Michael Niedermayerprobe_codec: fix memory corruption
2012-07-25 Antti SeppäläSupport urlencoded http authentication credentials
2012-07-25 Samuel Pitoisetrtmp: Return an error when the client bandwidth is...
2012-07-25 Samuel Pitoisetrtmp: Return proper error code in handle_server_bw
2012-07-25 Samuel Pitoisetrtmp: Return proper error code in handle_client_bw
2012-07-25 Samuel Pitoisetrtmp: Return proper error codes in handle_chunk_size
2012-07-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_chunk_size
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_ping
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_client_bw
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_server_bw
2012-07-25 Samuel Pitoisetrtmp: Add a new option 'rtmp_pageurl'
2012-07-25 Samuel Pitoisetrtmp: Make the description of the rtmp_tcurl option...
2012-07-25 Jordi Ortizsctp: add port missing error message
2012-07-25 Jordi Ortiztcp: add port missing error message
2012-07-25 Michael Niedermayerhls: call avformat_find_stream_info()
2012-07-25 Michael Niedermayerav_find_stream_info: skip flushing codecs and estimatin...
2012-07-25 Stefano Sabatinilavf/avformat.h: fix verb person for av_guess_sample_as...
2012-07-25 Carl Eugen HoyosFix avui stream-copy.
2012-07-24 Michael Niedermayerlavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RA...
2012-07-24 Piotr Bandurskiriff: make the G723.1 in wav output compatible with...
2012-07-24 Michael Niedermayerlavf: factor AVStream st out
2012-07-24 Michael Niedermayerparse_packet: reset pkt->pos after it has been used
2012-07-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
next