summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avio: Document that write_packet() is not allowed to change its inputMichael Niedermayer2012-07-281-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-271-2/+21
|\
| * rtmp: Check the buffer length of ping packetsSamuel Pitoiset2012-07-261-0/+12
| * rtmp: Allow having more unknown data at the end of a chunk size packet withou...Samuel Pitoiset2012-07-261-2/+2
| * rtmp: Prevent reading outside of an allocate buffer when receiving server ban...Samuel Pitoiset2012-07-261-0/+7
* | Fix aiff demuxer dependencies.Carl Eugen Hoyos2012-07-271-1/+2
* | mxfdec: fix off by one error in d10 aes3 decodingMarton Balint2012-07-271-1/+1
* | aviobuf: Fix warning about discarded qualifierjamal2012-07-271-1/+1
* | SubViewer demuxer and decoder.Clément Bœsch2012-07-264-2/+181
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-266-103/+304
|\ \ | |/
| * Support urlencoded http authentication credentialsAntti Seppälä2012-07-265-12/+146
| * rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset2012-07-251-2/+10
| * rtmp: Return proper error code in handle_server_bwSamuel Pitoiset2012-07-251-1/+1
| * rtmp: Return proper error code in handle_client_bwSamuel Pitoiset2012-07-251-1/+1
| * rtmp: Return proper error codes in handle_chunk_sizeSamuel Pitoiset2012-07-251-2/+2
| * rtmp: Factorize the code by adding handle_invokeSamuel Pitoiset2012-07-251-66/+77
| * rtmp: Factorize the code by adding handle_chunk_sizeSamuel Pitoiset2012-07-251-15/+30
| * rtmp: Factorize the code by adding handle_pingSamuel Pitoiset2012-07-251-4/+16
| * rtmp: Factorize the code by adding handle_client_bwSamuel Pitoiset2012-07-251-8/+18
| * rtmp: Factorize the code by adding handle_server_bwSamuel Pitoiset2012-07-251-6/+17
* | omadec: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | loasdec: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | aacdec: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | hls: replace probsize=0 by noheader flag removial.Michael Niedermayer2012-07-261-1/+2
* | ff_add_index_entry: reject AV_NOPTS_VALUEMichael Niedermayer2012-07-261-0/+3
* | lavf: move generic index generation code to a later pointMichael Niedermayer2012-07-261-8/+6
* | parse_packet: use pkt.pos always instead of the avparser offset.Michael Niedermayer2012-07-261-1/+1
* | wav: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-2/+2
* | ff_raw_audio_read_header: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | flacdec: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | mp3dec: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | movenc: fix remuxing of yuv2Piotr Bandurski2012-07-261-1/+2
* | probe_codec: fix memory corruptionMichael Niedermayer2012-07-261-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-253-4/+18
|\ \ | |/
| * rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset2012-07-251-0/+7
| * rtmp: Make the description of the rtmp_tcurl option more genericSamuel Pitoiset2012-07-251-1/+1
| * sctp: add port missing error messageJordi Ortiz2012-07-251-1/+5
| * tcp: add port missing error messageJordi Ortiz2012-07-251-2/+5
* | hls: call avformat_find_stream_info()Michael Niedermayer2012-07-251-0/+4
* | av_find_stream_info: skip flushing codecs and estimating timings if probe_siz...Michael Niedermayer2012-07-251-1/+2
* | lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio()Stefano Sabatini2012-07-251-1/+1
* | Fix avui stream-copy.Carl Eugen Hoyos2012-07-252-4/+7
* | lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files.Michael Niedermayer2012-07-252-1/+6
* | riff: make the G723.1 in wav output compatible with WMP/msacm codecPiotr Bandurski2012-07-251-0/+9
* | lavf: factor AVStream st outMichael Niedermayer2012-07-251-4/+6
* | parse_packet: reset pkt->pos after it has been usedMichael Niedermayer2012-07-251-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-245-12/+23
|\ \ | |/
| * rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö2012-07-242-0/+4
| * rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset2012-07-241-8/+7
| * build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabledDiego Biurrun2012-07-241-0/+1
OpenPOWER on IntegriCloud