summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only draw the actually visible area in vp3_draw_horiz_band.Reimar Döffinger2010-09-081-4/+2
* Add missing checks on invalid pixel format inStefano Sabatini2010-09-071-2/+2
* Add APIchanges entry after the recent changes to imgutils.h API ofStefano Sabatini2010-09-071-0/+6
* Cosmetics: use plural form for *linesizes arguments ofStefano Sabatini2010-09-072-8/+8
* Remove use of deprecated functions av_image_fill_pointers/linesizes inStefano Sabatini2010-09-071-2/+2
* Reindent.Stefano Sabatini2010-09-073-5/+5
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-078-40/+59
* Reimplement av_picture_data_copy() avoiding the use of PixFmtInfoStefano Sabatini2010-09-071-16/+17
* Reindent after the last commit.Stefano Sabatini2010-09-071-4/+4
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-077-13/+41
* Fix formatting for negative start times (issue 2139).Christian d'Heureuse2010-09-071-1/+1
* Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa2010-09-073-27/+32
* Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa2010-09-073-16/+15
* Check rc_buffer_size value using integer arithmeticMåns Rullgård2010-09-071-1/+1
* Add APIchanges entry after the libavcore/imgutils.h renames of r25057.Stefano Sabatini2010-09-071-0/+4
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-0751-66/+66
* Adopt a hierarchical name scheme for the imgutils.h API. SimplifyStefano Sabatini2010-09-073-12/+68
* Amend documention for the option -prefix.Stefano Sabatini2010-09-071-2/+2
* Prefer "foo" over ``foo'' in the ffprobe docs.Stefano Sabatini2010-09-071-7/+7
* Read the number of channels from the 'dac3' tag for AC-3 in MP4.Justin Ruggles2010-09-061-0/+16
* Make av_fill_image_max_pixsteps() non static non inline.Stefano Sabatini2010-09-062-17/+20
* Fix slice height for y position calculation for vp3_draw_horiz_bandReimar Döffinger2010-09-061-1/+1
* Fix vp3_draw_horiz_band to not produce completely chaotical valuesReimar Döffinger2010-09-061-1/+1
* VP3/Theora: validate aspect and reduce it before exporting itReimar Döffinger2010-09-061-3/+8
* Add a special function to mkv demxuer to parse length values that includesReimar Döffinger2010-09-061-1/+15
* Add my GPG fingerprint.Justin Ruggles2010-09-061-0/+1
* swscale: also update flags on sws_getCachedContext()Ramiro Polla2010-09-061-4/+12
* swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla2010-09-061-3/+3
* Sort AV_CPU_FLAG* by value.Stefano Sabatini2010-09-061-1/+1
* Fix typo.Stefano Sabatini2010-09-061-1/+1
* move stream info arrays into a struct to ease future dynamic allocationAurelien Jacobs2010-09-051-32/+28
* matroskadec: allow uint and float elements with length = 0Aurelien Jacobs2010-09-051-2/+4
* Add #ifndef around FF_API_MM_FLAGS.Stefano Sabatini2010-09-051-0/+2
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-054-30/+30
* Fix mlib compilation: add mising include for SwsContext.vle2010-09-051-0/+1
* Add APIchanges entry corresponding to the libavutil/cpu.h addition ofStefano Sabatini2010-09-041-0/+4
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-0427-150/+200
* Create config.asm for use with yasmMåns Rullgård2010-09-032-1/+14
* configure: whitespaceMåns Rullgård2010-09-031-12/+12
* configure: make print_config() more flexibleMåns Rullgård2010-09-031-14/+21
* Fix the dependencies of the RTP muxerMartin Storsjö2010-09-031-1/+1
* Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixupsRonald S. Bultje2010-09-032-4/+4
* Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>.James Darnley2010-09-031-4/+22
* Reindent after r25032.Ronald S. Bultje2010-09-031-2/+2
* Send NAT punching messages to the address specified in the Transport:John Wimer2010-09-033-1/+19
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-035-325/+230
* Set frame_size in the amr demuxerMartin Storsjö2010-09-031-0/+2
* rtsp: 10l, try to update the correct rtp streamMartin Storsjö2010-09-031-1/+1
* Detect llvm-gcc and set appropriate flagsMåns Rullgård2010-09-021-3/+14
* Add -mllvm -stack-alignment=16 to CFLAGS when using clangMåns Rullgård2010-09-021-0/+1