summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132'Michael Niedermayer2013-08-093-45/+39
|\
| * file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö2013-08-083-45/+39
* | ffplay: check for filter EOF return codesMarton Balint2013-08-091-0/+4
* | ffplay: ensure the decoder is flushed before exiting or loopingMarton Balint2013-08-091-8/+17
* | ffplay: fix memleak of non-bitmap subtitlesMarton Balint2013-08-091-0/+2
* | ffplay: free subtitle pictures on exitMarton Balint2013-08-091-0/+2
* | avfilter/vf_perspective: factor u cliping codeMichael Niedermayer2013-08-091-8/+4
* | MAINTAINERS: add Alexander Strasser for the serverMichael Niedermayer2013-08-091-1/+1
* | Reduce MAKE_ACCESSORS code duplication via a new header.Reimar Döffinger2013-08-084-11/+6
* | MAINTAINERS: remove myself from movenc, 2 maintainers should be enoughMichael Niedermayer2013-08-081-1/+1
* | MAINTAINERS: add myself as maintainer for lavf/aiff* and lavf/movenc.cMatthieu Bouron2013-08-081-2/+3
* | avcodec/bitstream: Dont try to free buffers for static VLCsMichael Niedermayer2013-08-081-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-083-0/+258
|\ \ | |/
| * arm: Add assembly version of h264_find_start_code_candidateBen Avison2013-08-083-0/+258
* | Merge commit '218d6844b37d339ffbf2044ad07d8be7767e2734'Michael Niedermayer2013-08-083-24/+41
|\ \ | |/
| * h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison2013-08-083-24/+41
* | Merge commit '7a82022ee2f9b1fad991ace0936901e7419444be'Michael Niedermayer2013-08-081-0/+1
|\ \ | |/
| * h264_parser: Initialize the h264dsp context in the parser as wellBen Avison2013-08-081-0/+1
* | Merge commit '3e5898782dce60334ab294821ca00b19c648cf66'Michael Niedermayer2013-08-0810-1/+5489
|\ \ | |/
| * Voxware MetaSound decoderKostya Shishkov2013-08-0810-1/+5489
* | Merge commit '5afe1d27912be9b643ffb4ddc21f6d920260dbb0'Michael Niedermayer2013-08-083-6/+6
|\ \ | |/
| * avio: Add const qualifiers to ffio_read_indirectBen Avison2013-08-083-6/+6
* | Merge commit '0f1fb6c0194c85483dedb93b20a5b76f6fc9d520'Michael Niedermayer2013-08-081-1/+4
|\ \ | |/
| * libavutil: Don't use fcntl if the function does not existDerek Buitenhuis2013-08-081-0/+3
| * cmdutils: Only do the windows-specific commandline parsing on _WIN32Diogo Franco2013-08-081-1/+4
* | Merge commit '51eb213d00154b8e7856c7667ea62db8b0f663d4'Michael Niedermayer2013-08-081-1/+2
|\ \ | |/
| * libavformat: use avpriv_open()Rémi Denis-Courmont2013-08-071-1/+2
* | Merge commit '71bf6b41d974229a06921806c333ce98566a5d8a'Michael Niedermayer2013-08-084-5/+9
|\ \ | |/
| * libavdevice: use avpriv_open()Rémi Denis-Courmont2013-08-075-6/+10
* | Merge commit 'fee9db1fdf921295233e94cbe2769f9cd722206d'Michael Niedermayer2013-08-080-0/+0
|\ \ | |/
| * libavcodec: use avpriv_open()Rémi Denis-Courmont2013-08-071-1/+2
* | Merge commit '880391ed2d2faf796ca3a16f63cec69767546a21'Michael Niedermayer2013-08-081-1/+2
|\ \ | |/
| * libavutil: use avpriv_open()Rémi Denis-Courmont2013-08-071-1/+2
* | libavutil: Don't use fcntl if the function does not existDerek Buitenhuis2013-08-081-0/+3
* | Merge commit '869b04e89154cd92d2bcfdabcecbe3217864c099'Michael Niedermayer2013-08-082-1/+29
|\ \ | |/
| * libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont2013-08-072-1/+29
* | Merge commit '22c879057ead189c0f59241cb9eeb926381e3299'Michael Niedermayer2013-08-081-16/+7
|\ \ | |/
| * mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ...Vittorio Giovara2013-08-071-16/+7
* | Merge commit 'f4d371b9737c0405b3bc46d7ca0c856c0a8616b1'Michael Niedermayer2013-08-081-2/+2
|\ \ | |/
| * rtsp: Don't include the listen flag in the SDP demuxer flagsMartin Storsjö2013-08-071-2/+2
* | swscale/utils: Fix potential overflow of srcPos*C before converting to 64bitMichael Niedermayer2013-08-081-3/+3
* | swscale/utils: Fix potential overflow of dstPos*xInc before converting to 64bitMichael Niedermayer2013-08-081-3/+3
* | avutil/opt: fix types passed to the format string "%s"Michael Niedermayer2013-08-081-2/+2
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-08-0739-127/+123
|\ \
| * | ffmpeg: remove obsolete workaround in trim insertion.Nicolas George2013-08-0738-126/+121
| * | lavu/log: do not skip overwritten lines.Nicolas George2013-08-071-1/+2
* | | av_frame_copy_props: fix unintended self assignmentMichael Niedermayer2013-08-071-1/+1
* | | avformat/oggparsevorbis: fix leak of ttMichael Niedermayer2013-08-071-0/+2
* | | avformat/oggparsevorbis: fix leak of ctMichael Niedermayer2013-08-071-0/+2
* | | ff_flac_parse_picture: assert that len is within the arrayMichael Niedermayer2013-08-071-0/+2