summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-2616-30/+93
|\
| * opt: Add av_opt_set_bin()Samuel Pitoiset2012-05-264-1/+34
| * avconv: Display the error returned by avformat_write_headerMartin Storsjö2012-05-261-2/+6
| * rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö2012-05-265-18/+29
| * rtpenc_chain: Free the URLContext on failureMartin Storsjö2012-05-261-7/+11
| * rtpenc: Expose the ssrc as an avoptionMartin Storsjö2012-05-262-2/+4
| * avprobe: display the codec profile in show_stream()Christian Schmidt2012-05-251-0/+5
| * avprobe: fix function prototypeLuca Barbato2012-05-251-2/+3
| * cosmetics: Fix indentationMartin Storsjö2012-05-261-1/+1
| * avprobe: changelog entryLuca Barbato2012-05-251-1/+1
| * avprobe: update documentationLuca Barbato2012-05-251-13/+6
| * avprobe: provide JSON outputLuca Barbato2012-05-251-0/+120
| * avprobe: output proper INI formatLuca Barbato2012-05-251-109/+393
| * avprobe: improve formattingLuca Barbato2012-05-251-3/+4
| * rtmp: fix url parsingLuca Barbato2012-05-252-2/+3
| * fate: document TARGET_EXEC and its usageLuca Barbato2012-05-251-1/+11
* | aacdec: fix "may be used uninitialized" warningMichael Niedermayer2012-05-261-0/+2
* | aacpsy: fix "may be used uninitialized" warningMichael Niedermayer2012-05-261-1/+1
* | Fix tests without fate samples.Alexis Ballier2012-05-261-1/+1
* | avio: fix "discards const qualifier from pointer target type" warningMichael Niedermayer2012-05-261-1/+1
* | lswsutils: fix "ncompatible pointer type" warningMichael Niedermayer2012-05-261-1/+1
* | lavfutils: fix incompatible pointer type warningMichael Niedermayer2012-05-261-1/+1
* | af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer2012-05-261-23/+12
* | Changelog, spell out the CVEs that where fixed.Michael Niedermayer2012-05-261-1/+6
* | ffprobe: display the codec profile in show_stream()Christian Schmidt2012-05-262-0/+7
* | tests/lavfi: use do_lavfi_pixfmts for the pixdesctest testStefano Sabatini2012-05-262-7/+2
* | tests/lavfi: rework lavfi-regression.sh, avoid use of ffmpeg -pix_fmtsStefano Sabatini2012-05-261-6/+11
* | swr: fix swr_drop_output()Michael Niedermayer2012-05-261-0/+1
* | af_aresample: fix request_frame()Michael Niedermayer2012-05-261-1/+8
* | Support some BOXX codecs.ami_stuff2012-05-262-0/+7
* | Merge remote-tracking branch 'qatar/master'n0.12-devMichael Niedermayer2012-05-254-220/+280
|\ \ | |/
| * movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.Alex Converse2012-05-251-20/+1
| * imc: some cosmeticsKostya Shishkov2012-05-251-181/+204
| * rtmp: Pass the proper return code in rtmp_handshakeSamuel Pitoiset2012-05-241-6/+7
| * rtmp: Check return codes of net IO operationsSamuel Pitoiset2012-05-242-32/+68
* | libavfilter: export ff_default_query_formats()Michael Niedermayer2012-05-251-0/+1
* | release_notes: updateMichael Niedermayer2012-05-251-33/+0
* | Revert "removing lowres support"Michael Niedermayer2012-05-2511-41/+461
* | avdevice: bump soname due to lavf soname bumpMichael Niedermayer2012-05-251-2/+2
* | lavfi/pixdesctest: use AVPALETTE_SIZE macroStefano Sabatini2012-05-251-1/+1
* | lavfi/pixdesctest: fix SAME -> SAME memcpyStefano Sabatini2012-05-251-1/+1
* | lavfi/hflip: copy palette data in start_frame()Stefano Sabatini2012-05-252-1/+17
* | lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch2012-05-251-2/+6
* | Fixed warnings about int64 to int32 conversionMichael Bradshaw2012-05-251-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-2511-86/+795
|\ \ | |/
| * rtmp: Return a proper error code instead of -1Samuel Pitoiset2012-05-241-4/+4
| * rtmp: Check malloc callsSamuel Pitoiset2012-05-241-20/+58
| * rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset2012-05-242-55/+140
| * lavfi: add audio mix filterJustin Ruggles2012-05-236-1/+587
| * flvdec: Make sure sample_rate is set to the updated valueMartin Storsjö2012-05-231-2/+2